Searched refs:List (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dqemu_config.py9 from typing import List namespace
19 extra_qemu_params: List[str]
H A Dkunit_kernel.py18 from typing import Iterator, List, Optional, Tuple namespace
60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None:
74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
116 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
145 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
166 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
201 extra_qemu_args: Optional[List[str]],
233 kunitconfig_paths: Optional[List[str]]=None,
234 kconfig_add: Optional[List[st
[all...]
H A Dkunit_config.py11 from typing import Any, Dict, Iterable, List, Tuple namespace
63 def conflicting_options(self, other: 'Kconfig') -> List[Tuple[KconfigEntry, KconfigEntry]]:
64 diff = [] # type: List[Tuple[KconfigEntry, KconfigEntry]]
H A Drun_checks.py17 from typing import Dict, List, Sequence namespace
H A Dkunit.py21 from typing import Iterable, List, Optional, Sequence, Tuple namespace
42 make_options: Optional[List[str]]
60 kernel_args: Optional[List[str]]
107 def _list_tests(linux: kunit_kernel.LinuxSourceTree, request: KunitExecRequest) -> List[str]:
145 def _suites_from_test_list(tests: List[str]) -> List[str]:
147 suites = [] # type: List[str]
421 qemu_args: List[str] = []
H A Dkunit_parser.py18 from typing import Iterable, Iterator, List, Optional, Tuple namespace
33 subtests : List[Test] - list of subtests
34 log : List[str] - log of KTAP lines that correspond to the test
44 self.subtests = [] # type: List[Test]
45 self.log = [] # type: List[str]
213 KTAP_END = re.compile(r'\s*(List of all partitions:|'
253 def check_version(version_num: int, accepted_versions: List[int],
262 accepted_version - List of accepted KTAP or TAP versions
435 def parse_diagnostic(lines: LineStream) -> List[str]:
452 log = [] # type: List[st
[all...]
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh27 -l | --list List the available collection:test entries
/linux-master/tools/perf/scripts/python/
H A Dgecko.py30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any namespace
109 samples: List[Sample] = field(default_factory=list)
110 frameTable: List[Frame] = field(default_factory=list)
111 stringTable: List[str] = field(default_factory=list)
113 stackTable: List[Stack] = field(default_factory=list)
120 samples: List[Sample] = field(default_factory=list)
121 frameTable: List[Frame] = field(default_factory=list)
122 stringTable: List[str] = field(default_factory=list)
124 stackTable: List[Stack] = field(default_factory=list)
177 def _add_sample(self, comm: str, stack: List[st
[all...]
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py21 from typing import Any, Dict, List namespace
100 def rst_list_inline(list_: List[str], level: int = 0) -> str:
134 def parse_mcast_group(mcast_group: List[Dict[str, Any]]) -> str:
162 def parse_operations(operations: List[Dict[str, Any]]) -> str:
190 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str:
240 def parse_attr_sets(entries: List[Dict[str, Any]]) -> str:
266 def parse_sub_messages(entries: List[Dict[str, Any]]) -> str:
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py17 from typing import Final, List, Tuple namespace
154 # List of kernel modules to load before starting the test
158 kernel_modules: List[Tuple[str, str]] = []
H A Dtest_tablet.py16 from typing import Dict, List, Optional, Tuple namespace
127 def apply(self, events: List[libevdev.InputEvent], strict: bool) -> "PenState":
/linux-master/tools/perf/pmu-events/
H A Dmetric.py7 from typing import Dict, List, Optional, Set, Tuple, Union namespace
490 def __init__(self, name: str, metric_list: List[Union[Metric,
573 def RewriteMetricsInTermsOfOthers(metrics: List[Tuple[str, str, Expression]]

Completed in 170 milliseconds