Home
last modified time | relevance | path

Searched refs:Tuple (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/docs/sphinx/
H A Dqapi_domain.py16 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 Ddbusdomain.py17 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 Ddbusdoc.py22 Tuple,
/openbmc/sdbusplus/include/sdbusplus/utility/
H A Dmake_dbus_args_tuple.hpp16 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 Dverify-files.py7 from typing import Set, Tuple
30 unique_files: Set[Tuple[str, str]] = set()
/openbmc/entity-manager/scripts/
H A Dautojson.py9 from typing import List, Tuple, Union
38 self.comments: List[Tuple[bool, int, str]] = []
/openbmc/qemu/scripts/
H A Du2f-setup-gen.py15 from typing import Tuple
56 def generate_ec_key_pair() -> Tuple[str, str]:
H A Dcompare-machine-types.py34 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 Dmessage.hpp529 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 Devents.py442 Tuple,
501 def history(self) -> Tuple[Message, ...]:
H A Dqmp_tui.py28 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 Dprotocol.py32 Tuple,
52 InternetAddrT = Tuple[str, int]
233 self._bh_tasks: Optional[asyncio.Future[Tuple[None, None]]] = None
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py27 Tuple,
148 Tuple[socket.socket, socket.socket]] = None
H A Dmachine.py38 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 Dgen.py23 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 Dpatching.py8 …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 Dqom_macros.py238 EXPECTED_CHECKER_SUFFIXES: List[Tuple[CheckerMacroName, str]] = [
/openbmc/openbmc-build-scripts/tools/
H A Dconfig-clang-tidy5 from typing import Any, Dict, List, Tuple
221 def load_config(path: str) -> Tuple[str, Dict[str, Any]]:
/openbmc/qemu/python/scripts/
H A Dmkvenv.py85 Tuple,
573 ) -> Tuple[str, bool]:
714 ) -> Optional[Tuple[str, bool]]:
/openbmc/bmcweb/scripts/
H A Dparse_registries.py57 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 Diotests.py35 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 Dappend.cpp410 TEST_F(AppendTest, Tuple) in TEST_F() argument
H A Dread.cpp535 TEST_F(ReadTest, Tuple) in TEST_F() argument
/openbmc/phosphor-host-ipmid/test/message/
H A Dpack.cpp159 TEST(PackBasics, Tuple) in TEST() argument