Searched refs:Dict (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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] = {
|
| H A D | kunit_config.py | 11 from typing import Any, Dict, Iterable, List, Tuple
|
| /linux-6.15/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_rst.py | 21 from typing import Any, Dict, List 145 def parse_mcast_group(mcast_group: List[Dict[str, Any]]) -> str: 154 def parse_do(do_dict: Dict[str, Any], level: int = 0) -> str: 167 def parse_do_attributes(attrs: Dict[str, Any], level: int = 0) -> str: 176 def parse_operations(operations: List[Dict[str, Any]], namespace: str) -> str: 210 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str: 235 def parse_definitions(defs: Dict[str, Any], namespace: str) -> str: 260 def parse_attr_sets(entries: List[Dict[str, Any]], namespace: str) -> str: 291 def parse_sub_messages(entries: List[Dict[str, Any]], namespace: str) -> str: 311 def parse_yaml(obj: Dict[str, Any]) -> str:
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | mem-phys-addr.py | 12 from typing import (Dict, Optional) 27 iomem: Dict[int, list[IomemEntry]] = collections.defaultdict(list) 29 children: Dict[IomemEntry, set[IomemEntry]] = collections.defaultdict(set) 33 load_mem_type_cnt: Dict[IomemEntry, int] = collections.Counter()
|
| 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
|
| /linux-6.15/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 38 from typing import Any, ClassVar, Dict, List, Optional, Tuple, Type, Union 129 _uhid_devices: ClassVar[Dict[int, Tuple[bool, int]]] = {} 239 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] 276 _application_matches: Dict[str, EvdevMatch] = {} 385 def application_matches(self: "BaseDevice") -> Dict[str, EvdevMatch]: 389 def application_matches(self: "BaseDevice", data: Dict[str, EvdevMatch]) -> None:
|
| H A D | test_tablet.py | 16 from typing import Dict, List, Optional, Tuple 271 def legal_transitions() -> Dict[str, Tuple["PenState", ...]]: 297 def legal_transitions_with_invert() -> Dict[str, Tuple["PenState", ...]]: 335 def legal_transitions_with_button() -> Dict[str, Tuple["PenState", ...]]: 384 def tolerated_transitions() -> Dict[str, Tuple["PenState", ...]]: 397 def tolerated_transitions_with_invert() -> Dict[str, Tuple["PenState", ...]]: 412 def broken_transitions() -> Dict[str, Tuple["PenState", ...]]:
|
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | metric.py | 7 from typing import Dict, List, Optional, Set, Tuple, Union 458 def ToPerfJson(self) -> Dict[str, str]: 574 )-> Dict[Tuple[str, str], Expression]: 582 updates: Dict[Tuple[str, str], Expression] = dict()
|
| H A D | jevents.py | 11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) 115 offsets: Dict[str, int] 117 insert_point: Dict[str, int]
|