Searched refs:Dict (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/kunit/
H A Drun_checks.py17 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 Dkunit_json.py11 from typing import Any, Dict namespace
22 JsonObj = Dict[str, Any]
24 _status_map: Dict[TestStatus, str] = {
H A Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple namespace
35 self._entries = {} # type: Dict[str, str]
/linux-master/tools/perf/scripts/python/
H A Dgecko.py30 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:
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py21 from typing import Any, Dict, List namespace
134 def parse_mcast_group(mcast_group: List[Dict[str, Any]]) -> str:
143 def parse_do(do_dict: Dict[str, Any], level: int = 0) -> str:
153 def parse_do_attributes(attrs: Dict[str, Any], level: int = 0) -> str:
162 def parse_operations(operations: List[Dict[str, Any]]) -> str:
190 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str:
215 def parse_definitions(defs: Dict[str, Any]) -> str:
240 def parse_attr_sets(entries: List[Dict[str, Any]]) -> str:
266 def parse_sub_messages(entries: List[Dict[str, Any]]) -> str:
284 def parse_yaml(obj: Dict[st
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py16 from typing import Dict, List, Optional, Tuple namespace
341 def legal_transitions() -> Dict[str, Tuple["PenState", ...]]:
367 def legal_transitions_with_invert() -> Dict[str, Tuple["PenState", ...]]:
405 def legal_transitions_with_primary_button() -> Dict[str, Tuple["PenState", ...]]:
454 def legal_transitions_with_secondary_button() -> Dict[str, Tuple["PenState", ...]]:
504 def tolerated_transitions() -> Dict[str, Tuple["PenState", ...]]:
517 def tolerated_transitions_with_invert() -> Dict[str, Tuple["PenState", ...]]:
532 def broken_transitions() -> Dict[str, Tuple["PenState", ...]]:
/linux-master/tools/perf/pmu-events/
H A Dmetric.py7 from typing import Dict, List, Optional, Set, Tuple, Union namespace
458 def ToPerfJson(self) -> Dict[str, str]:
574 )-> Dict[Tuple[str, str], Expression]:
580 Dict: mapping from a pmu, metric name pair to a shortened expression.
582 updates: Dict[Tuple[str, str], Expression] = dict()
H A Djevents.py11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) namespace
115 offsets: Dict[str, int]
117 insert_point: Dict[str, int]

Completed in 147 milliseconds