Home
last modified time | relevance | path

Searched defs:str (Results 1 – 10 of 10) sorted by relevance

/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py37 def ExpandBitness(input_list: Iterable[str]) -> Set[str]:
67 def ExpandAppendix(input_list: Iterable[str], appendix_list: Iterable[str], filter_pattern: str) ->…
111 def SplitFilterList(input_list: Iterable[str]) -> Tuple[Set[str], List[str]]:
147 def SplitNegativePattern(input_list: Iterable[str]) -> Tuple[Set[str], Set[str]]:
171 def InRegexList(item: str, regex_list: List[str]) -> bool:
190 def IsRegexFilter(item: str) -> bool:
290 def ExpandAppendix(self, appendix_list: Iterable[str], filter_pattern: str):
306 def Filter(self, item: str) -> bool:
336 def IsInIncludeFilter(self, item: str) -> bool:
351 def IsInExcludeFilter(self, item: str) -> bool:
[all …]
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_test_cases.py53 def ValidateDefinition(self, line: str) -> Optional[List[str]]:
83 …def GetKernelModuleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwas…
125 def IsLtpBinaryExist(self, commands: str) -> bool:
144 arch: str,
147 output_file: str,
279 def GenerateLtpTestCases(self, testsuite: str, disabled_tests_list: List[str]) -> List[str]:
303 def GenerateLtpRunScript(self, scenario_groups: List[str]) -> List[str]:
Dgen_ltp_config.py24 def run(arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_staging: bool, output_file: s…
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py78 def run_and_wait(self, flags: Sequence[str]) -> subprocess.CompletedProcess:
137 def add_package_apks(self, package_name: str, apks: Sequence[str]):
161 device_serial: str = None):
169 args: Sequence[str],
188 args: Sequence[str],
193 def uninstall(self, package_name: str, check: bool = None):
227 def _shlex_join(split_command: Sequence[str]) -> str:
/test/mlts/benchmark/tools/
Dconvert_binary_to_img.py23 def convert_file(filename: str, h: int, w: int, d: int):
/test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/
DSdcardfsTest.java39 private boolean should_run(String str) throws DeviceNotAvailableException { in should_run()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java282 String str = include.toString(); in addIncludeToSubPlan() local
300 String str = exclude.toString(); in addExcludeToSubPlan() local
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java232 private static File uriToFile(String str) { in uriToFile()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp392 static size_t NextWord(const std::string &str, size_t *pos) { in NextWord()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp671 std::string str; in getInterfaceHash() local