Searched refs:attributeMatches (Results 1 – 3 of 3) sorted by relevance
92 return new MatchFinder(Predicates.attributeMatches(Attribute.TEXT, regex)); in textRegex()
230 public static Predicate<UiElement> attributeMatches(final Attribute attribute,
1434 static bool attributeMatches(Function *F1, Function *F2, AttrKind Attr) { in attributeMatches() function