/openbmc/linux/tools/testing/kunit/ |
H A D | run_checks.py | 17 from typing import Dict, List, Sequence 22 commands: Dict[str, Sequence[str]] = { 31 necessary_deps : Dict[str, str] = { 40 future_to_name: Dict[futures.Future[None], str] = {}
|
H A D | kunit_json.py | 11 from typing import Any, Dict 22 JsonObj = Dict[str, Any] 24 _status_map: Dict[TestStatus, str] = {
|
/openbmc/qemu/scripts/ |
H A D | compare-machine-types.py | 34 from typing import Optional, List, Dict, Generator, Tuple, Union, Any, Set 108 self.cached: Dict[str, List[Dict[str, Any]]] = {} 124 self.cached: Dict[str, Dict[str, Any]] = {} 144 self.cached: Dict[str, List[Dict[str, Any]]] = {} 175 self.drivers: Dict[str, Driver] = {} 214 def __init__(self, raw_mt_dict: Dict[str, Any], 217 self.compat_props: Dict[str, Any] = {} 392 driver_props: Dict[str, Set[Any]] = {}
|
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 16 Dict, 63 _NonScalar = Union[Dict[str, _Stub], List[_Stub]] 71 SchemaInfo = Dict[str, object] 72 SchemaInfoEnumMember = Dict[str, object] 73 SchemaInfoObject = Dict[str, object] 74 SchemaInfoObjectVariant = Dict[str, object] 75 SchemaInfoObjectMember = Dict[str, object] 76 SchemaInfoCommand = Dict[str, object] 182 self._name_map: Dict[str, str] = {} 256 def _gen_tree(self, name: str, mtype: str, obj: Dict[str, object],
|
H A D | common.py | 17 Dict, 202 def gen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]], 206 def do_gen(ifcond: Union[str, Dict[str, Any]], 229 def cgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str: 233 def docgen_ifcond(ifcond: Optional[Union[str, Dict[str, Any]]]) -> str:
|
H A D | schema.py | 28 Dict, 52 ifcond: Optional[Union[str, Dict[str, object]]] = None, 144 seen: Dict[str, QAPISchemaMember] = {} 433 seen: Dict[str, QAPISchemaMember] = {} 593 seen: Dict[str, QAPISchemaMember], 670 seen: Dict[str, QAPISchemaMember] = {} 671 types_seen: Dict[str, str] = {} 735 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember] 750 self, schema: QAPISchema, seen: Dict[str, QAPISchemaMember] 818 seen: Dict[str, QAPISchemaMember], [all …]
|
H A D | parser.py | 23 Dict, 44 _ExprValue = Union[List[object], Dict[str, object], str, bool] 47 class QAPIExpression(Dict[str, Any]): 357 def get_members(self) -> Dict[str, object]: 358 expr: Dict[str, object] = OrderedDict() 670 self.args: Dict[str, QAPIDoc.ArgSection] = {} 671 self.features: Dict[str, QAPIDoc.ArgSection] = {} 718 desc: Dict[str, ArgSection]) -> None: 773 args: Dict[str, QAPIDoc.ArgSection], what: str
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_vlan_network.robot | 49 ${lan_config}= Get LAN Print Dict 69 ${lan_config}= Get LAN Print Dict 82 ${lan_config}= Get LAN Print Dict 93 ${lan_config}= Get LAN Print Dict 101 ${lan_config}= Get LAN Print Dict 112 ${lan_config}= Get LAN Print Dict 118 ${lan_config}= Get LAN Print Dict 130 ${lan_config}= Get LAN Print Dict 139 ${lan_config}= Get LAN Print Dict 155 ${lan_config}= Get LAN Print Dict [all …]
|
/openbmc/qemu/python/qemu/qmp/ |
H A D | message.py | 11 Dict, 66 self._obj: Optional[Dict[str, object]] = None 120 def _object(self) -> Dict[str, object]: 145 def _deserialize(cls, data: bytes) -> Dict[str, object]:
|
H A D | legacy.py | 30 Dict, 44 QMPMessage = Dict[str, Any] 50 QMPObject = Dict[str, object] 198 args: Optional[Dict[str, object]] = None) -> QMPMessage:
|
H A D | models.py | 14 Dict, 71 def _asdict(self) -> Dict[str, object]:
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | gecko.py | 30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any 123 stringMap: Dict[str, int] = field(default_factory=dict) 125 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict) 126 frameMap: Dict[str, int] = field(default_factory=dict) 196 def _to_json_dict(self) -> Dict: 262 def process_event(param_dict: Dict) -> None: argument
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_network_configuration.robot | 47 ${lan_print_output}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 85 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 98 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 110 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 120 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 132 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 145 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 158 ${lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband 219 ${initial_lan_config}= Get LAN Print Dict ${CHANNEL_NUMBER} ipmi_cmd_type=inband
|
/openbmc/openbmc-test-automation/pldm/ |
H A D | test_pldm_platform.robot | 81 ... Valid Dict pldm_output valid_values=${RESPONSE_DICT_GETPDR_SETSTATEEFFECTER} 84 ... Valid Dict pldm_output valid_values=${RESPONSE_DICT_GETPDR_FRURECORDSETIDENTIFIER} 90 ... Valid Dict pldm_output valid_values=${RESPONSE_DICT_GETPDR_STATESENSORPDR} 93 ... Valid Dict pldm_output valid_values=${RESPONSE_DICT_GETPDR_NUMERICEFFECTERPDR} 96 ... Valid Dict pldm_output valid_values=${RESPONSE_DICT_GETPDR_TERMINUSLOCATORPDR}
|
/openbmc/qemu/docs/sphinx/ |
H A D | fakedbusdoc.py | 12 from typing import Any, Dict 23 def setup(app: Sphinx) -> Dict[str, Any]:
|
H A D | dbusdomain.py | 11 Dict, 285 content: Dict[str, List[IndexEntry]] = {} 332 object_types: Dict[str, ObjType] = { 350 initial_data: Dict[str, Dict[str, Tuple[Any]]] = { 358 def objects(self) -> Dict[str, ObjectEntry]:
|
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/ |
H A D | analyze-reviews.py | 8 from typing import Dict 40 changes_per_user: Dict[str, UserChanges] = defaultdict(changes_factory) 60 comments_per_user: Dict[str, UserComments] = defaultdict(
|
H A D | analyze-commits.py | 8 from typing import Dict 40 changes_per_user: Dict[str, UserChanges] = defaultdict(changes_factory)
|
/openbmc/qemu/python/scripts/ |
H A D | mkvenv.py | 81 Dict, 626 def _make_version_constraint(info: Dict[str, str], install: bool) -> str: 651 group: Dict[str, Dict[str, str]], 719 def _parse_groups(file: str) -> Dict[str, Dict[str, Any]]: 759 to_install: Dict[str, Dict[str, str]] = {}
|
/openbmc/openbmc-build-scripts/tools/ |
H A D | owners | 6 from typing import Dict, List, Optional, Set, TypedDict 63 self, args: argparse.Namespace, owners: Dict[str, OwnersData] 134 args: argparse.Namespace, data: Dict[str, OwnersData]
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_common.py | 23 Dict, 47 def make(cls, value: Dict[str, Any]) -> 'ObjectPropertyInfo':
|
H A D | qom_fuse.py | 41 Dict, 82 self.ino_map: Dict[str, int] = {}
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 28 from typing import List, Dict, Any, Optional 84 def prepare_subprocess(self, args: List[str]) -> Dict[str, str]: 99 def get_env(self) -> Dict[str, str]:
|
H A D | testrunner.py | 30 from typing import List, Optional, Any, Sequence, Dict 69 self.cache: Dict[str, Dict[str, Dict[str, float]]]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 16 from typing import Dict, Tuple 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, ...]]:
|