Searched refs:matchesAny (Results 1 – 3 of 3) sorted by relevance
41 import static com.google.currysrc.api.process.ast.BodyDeclarationLocators.matchesAny;134 boolean matchesWhitelist = matchesAny(whitelist, declarationNode); in visitTagElement()
136 public static boolean matchesAny(List<BodyDeclarationLocator> locators, BodyDeclaration node) { in matchesAny() method in BodyDeclarationLocators
1886 private static boolean matchesAny(TestIdentifier test, List<Pattern> patterns) { in matchesAny() method in DeqpTestRunner1919 || matchesAny(test, includePatterns); in filterTests()1920 if ((includesExist && !testIsIncluded) || matchesAny(test, excludePatterns)) { in filterTests()