Home
last modified time | relevance | path

Searched defs:str (Results 1 – 8 of 8) 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.py42 def __init__(self, android_build_top: str, filter_func: Callable):
53 def ValidateDefinition(self, line: str) -> Optional[List[str]]:
85 …def GetKernelModuleControllerOption(self, arch: str, n_bit: int, is_low_mem: bool = False, is_hwas…
128 def IsLtpBinaryExist(self, commands: str) -> bool:
147 arch: str,
150 output_file: str,
266 def ReadCommentedTxt(self, filepath: str) -> Optional[Set[str]]:
285 def GenerateLtpTestCases(self, testsuite: str, disabled_tests_list: List[str]) -> List[str]:
312 def GenerateLtpRunScript(self, scenario_groups: List[str]) -> List[str]:
Dgen_ltp_config.py25 def run(android_build_top: str, arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_stagi…
/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.java36 private boolean should_run(String str) { in should_run()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java227 private static File uriToFile(String str) { in uriToFile()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp391 static size_t NextWord(const std::string &str, size_t *pos) { in NextWord()
/test/vts-testcase/hal/treble/vintf/
DSingleManifestTest.cpp563 std::string str; in getInterfaceHash() local