Searched refs:AndPredicate (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java104 return new AndPredicate<T>(defensiveCopy(components));
117 return new AndPredicate<T>(defensiveCopy(components));
128 return new AndPredicate<T>(Predicates.<T>asList(
286 private static class AndPredicate<T> implements Predicate<T>, Serializable { class in class:Predicates
289 private AndPredicate(List<? extends Predicate<? super T>> components) { method in class:Predicates.AndPredicate
307 if (obj instanceof AndPredicate) {
308 AndPredicate<?> that = (AndPredicate<?>) obj;
337 // add a random number to avoid collisions with AndPredicate
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java107 return new AndPredicate<T>(defensiveCopy(components));
120 return new AndPredicate<T>(defensiveCopy(components));
131 return new AndPredicate<T>(Predicates.<T>asList(
349 private static class AndPredicate<T> implements Predicate<T>, Serializable { class in class:Predicates
352 private AndPredicate(List<? extends Predicate<? super T>> components) { method in class:Predicates.AndPredicate
370 if (obj instanceof AndPredicate) {
371 AndPredicate<?> that = (AndPredicate<?>) obj;
400 // add a random number to avoid collisions with AndPredicate
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 108 milliseconds