Searched refs:Dict (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/kunit/ |
H A D | run_checks.py | 17 from typing import Dict, List, Sequence namespace 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 namespace 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 namespace 35 self._entries = {} # type: Dict[str, str]
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | gecko.py | 30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any namespace 112 stringMap: Dict[str, int] = field(default_factory=dict) 114 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict) 115 frameMap: Dict[str, int] = field(default_factory=dict) 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:
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | test_tablet.py | 16 from typing import Dict, Tuple namespace 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, ...]]:
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 7 from typing import Dict, List, Optional, Set, Tuple, Union namespace 458 def ToPerfJson(self) -> Dict[str, str]: 575 )-> Dict[Tuple[str, str], Expression]: 581 Dict: mapping from a pmu, metric name pair to a shortened expression. 583 updates: Dict[Tuple[str, str], Expression] = dict()
|
H A D | jevents.py | 11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) namespace 115 offsets: Dict[str, int] 117 insert_point: Dict[str, int]
|
Completed in 7 milliseconds