Home
last modified time | relevance | path

Searched refs:Dict (Results 26 – 50 of 53) sorted by relevance

123

/openbmc/qemu/python/qemu/machine/
H A Dmachine.py34 Dict,
682 args: Dict[str, Any]) -> Dict[str, object]:
689 args_dict: Optional[Dict[str, object]] = None,
711 args_dict: Optional[Dict[str, object]] = None,
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py15 Dict,
224 self._pending: Dict[
295 arguments: Dict[str, List[str]] = {}
H A Dqmp_shell.py94 Dict,
205 cmds = cast(List[Dict[str, str]], self.cmd('query-commands'))
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py8 from typing import IO, Match, NamedTuple, Optional, Literal, Iterable, Type, Dict, List, Any, TypeV…
221 def match_class_dict() -> Dict[str, Type[FileMatch]]:
266 self.match_index: Dict[Type[Any], List[FileMatch]] = {}
267 self.match_name_index: Dict[Tuple[Type[Any], str, str], Optional[FileMatch]] = {}
H A Dqom_macros.py586 checker_dict: Dict[str, List[TypeDeclaration]] = {}
637 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
647 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
675 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
792 index: Dict[RequiredIdentifier, SymbolUserList] = {}
H A Dqom_type_info.py62 TypeInfoInitializers = Dict[str, FieldInitializer]
463 fields: Dict[str, Optional[str]]) -> Iterable[Patch]:
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py34 from typing import (Any, Callable, Dict, Iterable, Iterator,
460 def qmp(self, cmd: str, args: Optional[Dict[str, object]] = None) \
469 def cmd(self, cmd: str, args: Optional[Dict[str, object]] = None) \
705 Msg = TypeVar('Msg', Dict[str, Any], List[Any], str)
914 kwargs: Dict[str, Any] = {'command-line': command_line}
1546 **kwargs: Dict[str, Any]) -> None:
1562 -> Callable[[Callable[[QMPTestCase, List[Any], Dict[str, Any]], None]],
1563 Callable[[QMPTestCase, List[Any], Dict[str, Any]], None]]:
1568 **kwargs: Dict[str, Any]) -> None:
H A D30025 from typing import Dict, List, Optional
30 BlockBitmapMapping = List[Dict[str, object]]
/openbmc/linux/tools/perf/pmu-events/
H A Dmetric.py7 from typing import Dict, List, Optional, Set, Tuple, Union
458 def ToPerfJson(self) -> Dict[str, str]:
575 )-> Dict[Tuple[str, str], Expression]:
583 updates: Dict[Tuple[str, str], Expression] = dict()
H A Djevents.py11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple)
115 offsets: Dict[str, int]
117 insert_point: Dict[str, int]
/openbmc/qemu/scripts/qapi/
H A Dcommands.py17 Dict,
311 self._visited_ret_types: Dict[QAPIGenC, Set[QAPISchemaType]] = {}
H A Dexpr.py36 Dict,
186 def check_keys(value: Dict[str, object],
250 def check_if(expr: Dict[str, object],
H A Dgen.py19 Dict,
266 self._module: Dict[str, Tuple[QAPIGenC, QAPIGenH,
/openbmc/qemu/python/qemu/utils/
H A Dqemu_ga_client.py48 Dict,
162 def fstrim(self, minimum: int) -> Dict[str, object]:
/openbmc/linux/tools/testing/kunit/
H A Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_network_verification.robot45 ${lan_print_ipmi}= Get LAN Print Dict
100 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER}
337 ${lan_print_ipmi}= Get LAN Print Dict ${channel_number}
349 ${lan_print_ipmi}= Get LAN Print Dict ${channel_number}
H A Dtest_ipmi_cipher.robot47 ${lan_print}= Get Lan Print Dict
/openbmc/openbmc-test-automation/lib/
H A Dredfish_code_update_utils.robot321 Create Initiated Task State Dict
359 ${task_inv}= Create Initiated Task State Dict ${task_payload}
376 …oad['Payload']['TargetUri']}' == '${target_uri}' Create Initiated Task State Dict ${task_payload}
H A Denergy_scale_utils.robot51 &{limits}= Key Value Outbuf To Dict ${output}
H A Dopen_power_utils.robot459 ${value_list}= utilities.Get Value From Nested Dict ${key_value} ${fan_dict}
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_operations.robot117 Valid Dict power_control[${0}] ['PowerConsumedWatts']
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_bmc_dump.robot56 ${dump_dict}= Get Dump Dict
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch55 +from typing import Callable, Dict
94 +LONG_VERSION_PY: Dict[str, str] = {}
95 +HANDLERS: Dict[str, Dict[str, Callable]] = {}
1074 +from typing import Callable, Dict
1117 + # Dict-like interface for non-mandatory entries
1146 +LONG_VERSION_PY: Dict[str, str] = {}
1147 +HANDLERS: Dict[str, Dict[str, Callable]] = {}
1240 +from typing import Callable, Dict
1261 +LONG_VERSION_PY: Dict[str, str] = {}
1262 +HANDLERS: Dict[str, Dict[str, Callable]] = {}
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker31 from typing import Any, Callable, Dict, Iterable, Optional # noqa: F401
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root_security.robot154 ${headers}= Key Value List To Dict ${resp.getheaders()}

123