/openbmc/sdbusplus/include/sdbusplus/message/ |
H A D | append.hpp | 392 template <typename Tuple> 410 template <typename Tuple> 423 template <typename Tuple> 434 template <typename Tuple, typename Arg> 437 Tuple&& t, Arg&& arg); 444 template <typename Tuple, typename Arg> 448 Tuple&& t, Arg&& arg); 473 template <typename Tuple, typename Arg> 476 Tuple&& t, Arg&& arg) in append_grouping() 486 template <typename Tuple, typename Arg> [all …]
|
H A D | read.hpp | 468 template <typename Tuple> 471 if constexpr (std::tuple_size_v<Tuple> >= 2) in read_tuple() 475 else if constexpr (std::tuple_size_v<Tuple> == 1) in read_tuple() 489 template <typename Tuple, typename Arg> 499 template <typename Tuple, typename Arg> 526 template <typename Tuple, typename Arg> 535 std::tuple_cat(std::forward<Tuple>(t), in read_grouping() 539 template <typename Tuple, typename Arg> 548 read_tuple(intf, m, std::forward<Tuple>(t)); in read_grouping() 561 std::tuple_cat(std::forward<Tuple>(t), in read_grouping() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/utility/ |
H A D | read_into_tuple.hpp | 40 template <class Tuple> 41 constexpr bool read_into_tuple(Tuple& t, message_t& m) in read_into_tuple() 43 return detail::index_apply<std::tuple_size<Tuple>{}>([&](auto... Is) { in read_into_tuple()
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusdomain.py | 17 Tuple, 284 ) -> Tuple[List[Tuple[str, List[IndexEntry]]], bool]: 350 initial_data: Dict[str, Dict[str, Tuple[Any]]] = { 371 def find_obj(self, typ: str, name: str) -> Optional[Tuple[str, ObjectEntry]]: 399 def get_objects(self) -> Iterator[Tuple[str, str, str, str, str, int]]:
|
H A D | dbusdoc.py | 22 Tuple,
|
/openbmc/boost-dbus/include/dbus/ |
H A D | message.hpp | 529 template <class Tuple, class F> 530 constexpr auto apply(F f, Tuple& t) { in apply() 531 return index_apply<std::tuple_size<Tuple>{}>( in apply() 535 template <class Tuple> 536 constexpr bool unpack_into_tuple(Tuple& t, dbus::message& m) { in unpack_into_tuple() 537 return index_apply<std::tuple_size<Tuple>{}>( in unpack_into_tuple()
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_config.py | 11 from typing import Any, Dict, Iterable, List, Tuple 63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
|
H A D | kunit_parser.py | 18 from typing import Iterable, Iterator, List, Optional, Tuple 152 _lines: Iterator[Tuple[int, str]] 153 _next: Tuple[int, str] 157 def __init__(self, lines: Iterator[Tuple[int, str]]): 220 -> Iterator[Tuple[int, str]]:
|
H A D | kunit_kernel.py | 18 from typing import Iterator, List, Optional, Tuple 201 cross_compile: Optional[str]) -> Tuple[str, LinuxSourceTreeOperations]:
|
H A D | kunit.py | 21 from typing import Iterable, List, Optional, Sequence, Tuple 219 …arseRequest, metadata: kunit_json.Metadata, input_data: Iterable[str]) -> Tuple[KunitResult, kunit…
|
/openbmc/qemu/scripts/ |
H A D | u2f-setup-gen.py | 15 from typing import Tuple 56 def generate_ec_key_pair() -> Tuple[str, str]:
|
H A D | compare-machine-types.py | 34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set 253 def get_table(self, req_props: List[Tuple[str, str]]) -> pd.DataFrame: 342 def mt_comp(mt: Machine) -> Tuple[str, int, int, int]: 387 def get_affected_props(configs: List[Configuration]) -> Generator[Tuple[str,
|
/openbmc/entity-manager/scripts/ |
H A D | autojson.py | 9 from typing import List, Tuple, Union 38 self.comments: List[Tuple[bool, int, str]] = []
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 16 from typing import Dict, Tuple 91 def valid_transitions(self) -> Tuple["PenState", ...]: 236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]: 262 def legal_transitions_with_invert() -> Dict[str, Tuple[PenState, ...]]: 300 def tolerated_transitions() -> Dict[str, Tuple[PenState, ...]]: 313 def tolerated_transitions_with_invert() -> Dict[str, Tuple[PenState, ...]]: 328 def broken_transitions() -> Dict[str, Tuple[PenState, ...]]:
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | events.py | 442 Tuple, 501 def history(self) -> Tuple[Message, ...]:
|
H A D | qmp_tui.py | 27 Tuple, 143 def __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, 439 def keypress(self, size: Tuple[int, int], key: str) -> Optional[str]: 517 history: Union[str, List[Tuple[str, str]]]) -> None: 528 def mouse_event(self, size: Tuple[int, int], _event: str, button: float,
|
H A D | protocol.py | 30 Tuple, 53 InternetAddrT = Tuple[str, int] 234 self._bh_tasks: Optional[asyncio.Future[Tuple[None, None]]] = None
|
/openbmc/qemu/python/qemu/machine/ |
H A D | qtest.py | 27 Tuple, 148 Tuple[socket.socket, socket.socket]] = None
|
H A D | machine.py | 38 Tuple, 159 self._sock_pair: Optional[Tuple[socket.socket, socket.socket]] = None 161 Tuple[socket.socket, socket.socket]] = None 183 self._qemu_full_args: Tuple[str, ...] = () 803 events: Sequence[Tuple[str, Any]],
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) 174 def string_cmp_key(s: str) -> Tuple[bool, int, str]: 411 metrics: list[Tuple[str, str, metric.Expression]] = [] 450 def event_cmp_key(j: JsonEvent) -> Tuple[str, str, bool, str, str]: 506 def metric_cmp_key(j: JsonEvent) -> Tuple[bool, str, str]:
|
H A D | metric.py | 7 from typing import Dict, List, Optional, Set, Tuple, Union 574 def RewriteMetricsInTermsOfOthers(metrics: List[Tuple[str, str, Expression]] 575 )-> Dict[Tuple[str, str], Expression]: 583 updates: Dict[Tuple[str, str], Expression] = dict()
|
/openbmc/qemu/scripts/qapi/ |
H A D | gen.py | 23 Tuple, 138 self._start_if: Optional[Tuple[QAPISchemaIfCond, str, str]] = None 266 self._module: Dict[str, Tuple[QAPIGenC, QAPIGenH,
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | patching.py | 8 …tch, NamedTuple, Optional, Literal, Iterable, Type, Dict, List, Any, TypeVar, NewType, Tuple, Union 242 def patch_sort_key(item: Tuple[int, Patch]) -> Tuple[int, int, int]: 267 self.match_name_index: Dict[Tuple[Type[Any], str, str], Optional[FileMatch]] = {}
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any 125 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict)
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 85 Tuple, 510 ) -> Tuple[str, bool]: 651 ) -> Optional[Tuple[str, bool]]:
|