Searched refs:Dict (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/testing/kunit/ |
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] = {}
|
D | kunit_json.py | 11 from typing import Any, Dict 22 JsonObj = Dict[str, Any] 24 _status_map: Dict[TestStatus, str] = {
|
D | kunit_config.py | 11 from typing import Any, Dict, Iterable, List, Tuple
|
/Linux-v6.6/tools/perf/scripts/python/ |
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-v6.6/tools/testing/selftests/hid/tests/ |
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, ...]]:
|
/Linux-v6.6/tools/perf/pmu-events/ |
D | metric.py | 7 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()
|
D | jevents.py | 11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) 115 offsets: Dict[str, int] 117 insert_point: Dict[str, int]
|