Searched defs:str (Results 1 – 10 of 10) sorted by relevance
| /test/vts-testcase/kernel/ltp/testcase/tools/common/ |
| D | filter_utils.py | 37 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/ |
| D | ltp_test_cases.py | 53 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]:
|
| D | gen_ltp_config.py | 24 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/ |
| D | csuite_test_utils.py | 78 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/ |
| D | convert_binary_to_img.py | 23 def convert_file(filename: str, h: int, w: int, d: int):
|
| /test/vts-testcase/kernel/sdcardfs/src/com/android/sdcardfs/vts/ |
| D | SdcardfsTest.java | 39 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/ |
| D | SubPlanHelper.java | 282 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/ |
| D | AppRemoteFileResolverTest.java | 232 private static File uriToFile(String str) { in uriToFile()
|
| /test/vts-testcase/security/avb/ |
| D | VtsSecurityAvbTest.cpp | 392 static size_t NextWord(const std::string &str, size_t *pos) { in NextWord()
|
| /test/vts-testcase/hal/treble/vintf/ |
| D | SingleManifestTest.cpp | 671 std::string str; in getInterfaceHash() local
|