HomeSort by relevance Sort by last modified time
    Searched defs:Predicates (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
Predicates.java 22 * Predicates contains static methods for creating the standard set of
25 public class Predicates {
27 private Predicates() {
  /external/guava/src/com/google/common/base/
Predicates.java 35 * <p>All methods returns serializable predicates as long as they're given
42 public final class Predicates {
43 private Predicates() {}
127 return new AndPredicate<T>(Predicates.<T>asList(
166 return new OrPredicate<T>(Predicates.<T>asList(
177 ? Predicates.<T>isNull()
203 * users since it is always possible to use {@code Predicates.<Object>in()}.
222 /** @see Predicates#alwaysTrue() */
235 /** @see Predicates#alwaysFalse() */
248 /** @see Predicates#not(Predicate) *
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 235 std::vector<Record*> Predicates = Rec->getValueAsListOfDefs("Predicates");
236 for (unsigned i = 0, e = Predicates.size(); i != e; ++i) {
237 if (Predicates[i]->getName().find("64Bit") != Name.npos) {
    [all...]
AsmMatcherEmitter.cpp 400 /// Predicates - The required subtarget features to match this instruction.
655 std::vector<Record*> Predicates =TheDef->getValueAsListOfDefs("Predicates");
656 for (unsigned i = 0, e = Predicates.size(); i != e; ++i)
658 Info.getSubtargetFeature(Predicates[i]))
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 279 milliseconds