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

/external/droiddriver/src/io/appium/droiddriver/finders/
H A DBy.java76 return new MatchFinder(Predicates.attributeMatches(Attribute.TEXT, regex));
H A DPredicates.java208 public static Predicate<UiElement> attributeMatches(final Attribute attribute, final String regex) { method in class:Predicates
/external/llvm/lib/Analysis/
H A DInlineCost.cpp1355 static bool attributeMatches(Function *F1, Function *F2, AttrKind Attr) { function
1365 attributeMatches(Caller, Callee, Attribute::SanitizeAddress) &&
1366 attributeMatches(Caller, Callee, Attribute::SanitizeMemory) &&
1367 attributeMatches(Caller, Callee, Attribute::SanitizeThread);

Completed in 132 milliseconds