Searched defs:equalTo (Results 1 - 13 of 13) sorted by relevance

/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DFilters.java89 public static <T> Filter<T> equalTo( T value ) method in class:Filters
97 * not(equalTo(value)).
101 return not(equalTo(value));
/external/hamcrest/src/org/hamcrest/core/
H A DIsEqual.java67 public static <T> Matcher<T> equalTo(T operand) { method in class:IsEqual
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java10 * eg. assertThat(cheese, equalTo(smelly))
11 * vs assertThat(cheese, is(equalTo(smelly)))
18 * This is a shortcut to the frequently used is(equalTo(x)).
20 * eg. assertThat(cheese, is(equalTo(smelly)))
45 * This is a shortcut to the frequently used not(equalTo(x)).
47 * eg. assertThat(cheese, is(not(equalTo(smelly))))
58 public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { method in class:CoreMatchers
59 return org.hamcrest.core.IsEqual.equalTo(operand);
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java178 public static <T> Predicate<T> equalTo(@Nullable T target) { method in class:Predicates
416 /** @see Predicates#equalTo(Object) */
439 return "Predicates.equalTo(" + target + ")";
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java175 public static <T> Predicate<T> equalTo(@Nullable T target) { method in class:Predicates
353 /** @see Predicates#equalTo(Object) */
376 return "Predicates.equalTo(" + target + ")";
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java10 * eg. assertThat(cheese, equalTo(smelly))
11 * vs assertThat(cheese, is(equalTo(smelly)))
18 * This is a shortcut to the frequently used is(equalTo(x)).
20 * eg. assertThat(cheese, is(equalTo(smelly)))
45 * This is a shortcut to the frequently used not(equalTo(x)).
47 * eg. assertThat(cheese, is(not(equalTo(smelly))))
58 public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { method in class:Matchers
59 return org.hamcrest.core.IsEqual.equalTo(operand);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DBagFormatter.java782 if (!equalTo(s, label) || !equalTo(v, value) || !equalTo(b, breaker)) break;
790 boolean equalTo(Object a, Object b) { method in class:BagFormatter
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
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 2324 milliseconds