Home
last modified time | relevance | path

Searched refs:attributeMatches (Results 1 – 3 of 3) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/finders/
DBy.java92 return new MatchFinder(Predicates.attributeMatches(Attribute.TEXT, regex)); in textRegex()
DPredicates.java230 public static Predicate<UiElement> attributeMatches(final Attribute attribute,
/external/llvm/lib/Analysis/
DInlineCost.cpp1434 static bool attributeMatches(Function *F1, Function *F2, AttrKind Attr) { in attributeMatches() function