Searched refs:matchesAny (Results 1 – 7 of 7) sorted by relevance
/external/syzkaller/pkg/report/ |
D | report.go | 110 rep.Suppressed = matchesAny(rep.Output, wrap.suppressions) 115 return matchesAny(output, reporter.(*reporterWrapper).suppressions) 273 if matchesAny(line, oops.suppressions) { 276 if matchesAny(line, ignores) { 385 if corrupted == "" && matchesAny(ln, params.corruptedLines) { 388 if matchesAny(ln, params.stackStartRes) { 409 if corrupted == "" && matchesAny(ln, params.corruptedLines) { 466 func matchesAny(line []byte, res []*regexp.Regexp) bool { func
|
D | fuchsia.go | 86 if len(line) == 0 || matchesAny(line, zirconUnrelated) { 149 if *where == "" && !matchesAny([]byte(name), zirconSkip) {
|
/external/deqp/scripts/ |
D | gen_android_bp.py | 73 def matchesAny (filename, patterns): function 80 return matchesAny(filename, INCLUDE_PATTERNS) and not matchesAny(filename, EXCLUDE_PATTERNS)
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
D | TranslateJcite.java | 41 import static com.google.currysrc.api.process.ast.BodyDeclarationLocators.matchesAny; 134 boolean matchesWhitelist = matchesAny(whitelist, declarationNode); in visitTagElement()
|
D | HideNonWhitelistedDeclarations.java | 102 if (BodyDeclarationLocators.matchesAny(whitelist, node)) { in process()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
D | BodyDeclarationLocators.java | 139 public static boolean matchesAny(List<BodyDeclarationLocator> locators, BodyDeclaration node) { in matchesAny() method in BodyDeclarationLocators
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 1862 private static boolean matchesAny(TestDescription test, List<Pattern> patterns) { in matchesAny() method in DeqpTestRunner 1895 || matchesAny(test, includePatterns); in filterTests() 1896 if ((includesExist && !testIsIncluded) || matchesAny(test, excludePatterns)) { in filterTests()
|