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

/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DBy.java64 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/IPA/
H A DInlineCost.cpp1246 static bool attributeMatches(Function *F1, Function *F2, function
1255 return attributeMatches(Caller, Callee, Attribute::SanitizeAddress) &&
1256 attributeMatches(Caller, Callee, Attribute::SanitizeMemory) &&
1257 attributeMatches(Caller, Callee, Attribute::SanitizeThread);

Completed in 142 milliseconds