Searched refs:pattern (Results 1 – 12 of 12) sorted by relevance
/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | filter_utils.py | 480 def add_to_include_filter(self, pattern: Union[str, Set[str]], auto_refresh: bool = True): 491 if not isinstance(pattern, set): 492 pattern = {pattern} 494 self.include_filter.update(pattern) 499 def add_to_exclude_filter(self, pattern: Union[str, Set[str]], auto_refresh: bool = True): 510 if not isinstance(pattern, set): 511 pattern = {pattern} 513 self.exclude_filter.update(pattern)
|
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/ |
D | WebviewPackage.java | 55 Pattern pattern = Pattern.compile(regexPattern); in buildFromDumpsys() local 56 Matcher matcher = pattern.matcher(dumpsys); in buildFromDumpsys() 70 Pattern pattern = Pattern.compile(regexPattern); in buildFromDumpsys() local 71 Matcher matcher = pattern.matcher(dumpsys); in buildFromDumpsys()
|
/test/vts/vndk_utils/vndk/ |
D | vndk_utils.py | 80 def FormatVndkPath(pattern, bitness, version=""): argument 91 return pattern.format(LIB=("lib64" if str(bitness) == "64" else "lib"),
|
/test/mts/tools/mts-tradefed/tests/src/com/android/compatibility/tradefed/ |
D | MtsTradefedTest.java | 133 Pattern pattern = Pattern.compile(REGEX_PATTERN_CONFIG); in testModulesTaggedWithIncludeFilterLoad() local 134 Matcher matcher = pattern.matcher(config.getName()); in testModulesTaggedWithIncludeFilterLoad() 172 Pattern pattern = Pattern.compile(REGEX_PATTERN_TEST_MODULE); in getTestModulesTaggedWithIncludeFilterFromXML() local 173 Matcher matcher = pattern.matcher(s); in getTestModulesTaggedWithIncludeFilterFromXML()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | RetryFilterHelper.java | 331 public static List<String> getModuleNamesMatching(File directory, String pattern) { in getModuleNamesMatching() argument 332 String[] names = directory.list(new NameFilter(pattern)); in getModuleNamesMatching() 338 if (module.equals(pattern)) { in getModuleNamesMatching() 355 public NameFilter(String pattern) { in NameFilter() argument 356 mPattern = pattern; in NameFilter()
|
/test/cts-root/hostsidetests/packageinstaller/src/com/android/cts_root/packageinstaller/host/ |
D | SessionCleanUpHostTest.java | 211 private List<String> getStagingDirectories(String baseDir, String pattern) throws Exception { in getStagingDirectories() argument 213 .stream().filter(entry -> entry.getName().matches(pattern)) in getStagingDirectories()
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | PropertyUtil.java | 160 Pattern pattern = Pattern.compile("name=([a-z_]*), value=(.*)$"); in getClientIds() local 161 Matcher matcher = pattern.matcher(line); in getClientIds()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | IncrementalDeqpPreparer.java | 397 Pattern pattern = Pattern.compile(" comm .*deqp-binary"); in parseDump() local 398 if (pattern.matcher(line).find()) { in parseDump()
|
D | MediaPreparer.java | 211 Pattern pattern = Pattern.compile(PATTERN); in Resolution() local 212 Matcher matcher = pattern.matcher(resolution); in Resolution()
|
/test/dittosuite/ |
D | Doxyfile | 960 # character encoding on a per file pattern basis. Doxygen will compare the file 961 # name with each pattern and apply the encoding instead of the default 963 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding 1064 # exclude all test directories for example use the pattern */test/* 1083 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and 1128 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 1129 # basis. Doxygen will compare the file name with each pattern and apply the 1130 # filter if there is a match. The filters are a list of the form: pattern=filter 1149 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and 1150 # it is also possible to disable source filtering for a specific pattern using
|
/test/app_compat/csuite/ |
D | pylintrc | 244 # supports qualified module names, as well as Unix pattern matching.
|
/test/mlts/models/assets/image_classification/ |
D | LICENSE | 5614 Title: Light brown amphora with grunge pattern
|