| /openbmc/qemu/docs/sphinx/ |
| H A D | qapi_domain.py | 16 Tuple, 71 ) -> Tuple[nodes.field_name, nodes.field_body]: 143 ) -> Tuple[List[nodes.Node], List[nodes.system_message]]: 181 def get_index_text(self, name: Signature) -> Tuple[str, str]: 187 def _get_context(self) -> Tuple[str, str]: 243 def split_fqn(name: str) -> Tuple[str, str, str]: 258 ) -> Tuple[str, ...]: 267 toc_parts = cast(Tuple[str, ...], sig_node.get("_toc_parts", ())) 690 ) -> Tuple[List[Tuple[str, List[IndexEntry]]], bool]: 782 initial_data: Dict[str, Dict[str, Tuple[Any]]] = { [all …]
|
| 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/sdbusplus/include/sdbusplus/utility/ |
| H A D | make_dbus_args_tuple.hpp | 16 template <std::size_t FirstArgIndex, typename Tuple, std::size_t... Is> 17 auto make_sub_tuple_impl(Tuple& t, std::index_sequence<Is...>) in make_sub_tuple_impl()
|
| /openbmc/openbmc-tools/tof-voters/libvoters/subcmd/ |
| H A D | verify-files.py | 7 from typing import Set, Tuple 30 unique_files: Set[Tuple[str, str]] = set()
|
| /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/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/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/qemu/python/qemu/qmp/ |
| H A D | events.py | 442 Tuple, 501 def history(self) -> Tuple[Message, ...]:
|
| H A D | qmp_tui.py | 28 Tuple, 154 def __init__(self, address: Union[str, Tuple[str, int]], num_retries: int, 449 def keypress(self, size: Tuple[int, int], key: str) -> Optional[str]: 527 history: Union[str, List[Tuple[str, str]]]) -> None: 538 def mouse_event(self, size: Tuple[int, int], _event: str, button: float,
|
| H A D | protocol.py | 32 Tuple, 52 InternetAddrT = Tuple[str, int] 233 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/qemu/scripts/qapi/ |
| H A D | gen.py | 23 Tuple, 139 self._start_if: Optional[Tuple[QAPISchemaIfCond, str, str]] = None 267 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]] = {}
|
| H A D | qom_macros.py | 238 EXPECTED_CHECKER_SUFFIXES: List[Tuple[CheckerMacroName, str]] = [
|
| /openbmc/openbmc-build-scripts/tools/ |
| H A D | config-clang-tidy | 5 from typing import Any, Dict, List, Tuple 221 def load_config(path: str) -> Tuple[str, Dict[str, Any]]:
|
| /openbmc/qemu/python/scripts/ |
| H A D | mkvenv.py | 85 Tuple, 573 ) -> Tuple[str, bool]: 714 ) -> Optional[Tuple[str, bool]]:
|
| /openbmc/bmcweb/scripts/ |
| H A D | parse_registries.py | 57 RegistryInfo: t.TypeAlias = t.Tuple[str, t.Dict[str, t.Any], str, str] 603 privilege_dict: t.Dict[str, t.Tuple[t.Any, str | None]] = {}
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | iotests.py | 35 List, Optional, Sequence, TextIO, Tuple, Type, TypeVar) 157 -> Tuple[str, int]: 501 def qemu_nbd_early_pipe(*args: str) -> Tuple[int, str]: 1475 def has_working_luks() -> Tuple[bool, str]:
|
| /openbmc/sdbusplus/test/message/ |
| H A D | append.cpp | 410 TEST_F(AppendTest, Tuple) in TEST_F() argument
|
| H A D | read.cpp | 535 TEST_F(ReadTest, Tuple) in TEST_F() argument
|
| /openbmc/phosphor-host-ipmid/test/message/ |
| H A D | pack.cpp | 159 TEST(PackBasics, Tuple) in TEST() argument
|