Home
last modified time | relevance | path

Searched refs:Dict (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/tools/testing/kunit/
Drun_checks.py17 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] = {}
Dkunit_json.py11 from typing import Any, Dict
22 JsonObj = Dict[str, Any]
24 _status_map: Dict[TestStatus, str] = {
Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple
/Linux-v6.6/tools/perf/scripts/python/
Dgecko.py30 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/
Dtest_tablet.py16 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/
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()
Djevents.py11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple)
115 offsets: Dict[str, int]
117 insert_point: Dict[str, int]