HomeSort by relevance Sort by last modified time
    Searched full:unequal (Results 26 - 50 of 339) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CompactArrayTest.java 36 errln("unequal byte arrays compare equal");
100 errln("unequal char arrays compare equal");
  /external/icu/icu4c/source/samples/citer/
citer.cpp 56 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
121 u_fprintf(out, "clone() or equals() failed: Two clones tested unequal\n");
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 186 /* Compare unequal strings with the collator. */
189 log_err("unequal strings %d and %d out of order at sorted index %d\n",
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CompactArrayTest.java 32 errln("unequal byte arrays compare equal");
96 errln("unequal char arrays compare equal");
  /libcore/ojluni/src/main/java/java/lang/annotation/
Annotation.java 56 * to itself, and <tt>0.0f</tt> unequal to <tt>-0.0f</tt>.)
62 * to itself, and <tt>0.0</tt> unequal to <tt>-0.0</tt>.)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetReadsTester.java 63 assertEquals("calling multiset.entrySet() twice returned unequal sets",
  /external/guava/guava-testlib/src/com/google/common/testing/
EquivalenceTester.java 38 * other. Objects of different groups are expected to be unequal. For example:
EqualsTester.java 37 * different groups are expected to be unequal. For example:
  /external/icu/icu4c/source/i18n/unicode/
rbtz.h 69 * semantically equal. Objects of different subclasses are considered unequal.
79 * semantically unequal. Objects of different subclasses are considered unequal.
82 * semantically unequal.
format.h 104 * Objects of different subclasses are considered unequal.
107 * Objects of different subclasses are considered unequal.
tmutfmt.h 133 * Objects of different subclasses are considered unequal.
vtzone.h 65 * semantically equal. Objects of different subclasses are considered unequal.
75 * semantically unequal. Objects of different subclasses are considered unequal.
78 * semantically unequal.
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 189 * All other unequal reference types get merged to be
299 * All other unequal reference types are considered at
  /external/gptfdisk/
guid.cc 167 // Equality operator; returns 1 if the GUIDs are equal, 0 if they're unequal
172 // Inequality operator; returns 1 if the GUIDs are unequal, 0 if they're equal
  /external/v8/src/compiler/
operator.h 78 // Equal operators should always have equal hashcodes, and unequal operators
79 // should have unequal hashcodes with high probability.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java 290 assertEquals("Clone answered unequal EnumMap", enumSizeMap,
570 assertFalse("Returned true for unequal EnumMap", enumSizeMap
576 assertFalse("Returned true for unequal EnumMap", enumSizeMap
580 assertFalse("Returned true for unequal EnumMap", enumSizeMap
584 assertFalse("Returned true for unequal EnumMap", enumSizeMap
592 assertFalse("Returned true for unequal EnumMap", hashMap
735 assertFalse("Returned true for unequal object", iter.equals(enumKey));
    [all...]
  /external/guava/guava/src/com/google/common/hash/
HashFunction.java 53 * <p>Summarizing the last two points: "equal yield equal <i>always</i>; unequal yield
54 * unequal <i>often</i>." This is the most important characteristic of all hash functions.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 28 // Option exists to enable unequal protection (UEP) across packets.
142 * \param[in] useUnequalProtection Parameter to enable/disable unequal
  /libcore/ojluni/src/main/java/java/text/
MergeCollation.java 241 // declare a string to be unequal to itself). --rtg 5/24/99
248 + "strengths: A character can't be unequal to itself.", -1);
  /system/connectivity/shill/net/
byte_string_unittest.cc 185 // Unequal sizes should fail and not modify bs1.
200 // Unequal sizes should fail and not modify bs1.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrepParseException.java 114 * @return true if the objects are equal, false if unequal
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrepParseException.java 129 * @return true if the objects are equal, false if unequal
  /external/pdfium/third_party/bigint/
NumberlikeArray.hh 171 // Definitely unequal.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 202 // 431. Swapping containers with unequal allocators.
  /cts/tests/tests/util/src/android/util/cts/
ArraySetTest.java 161 assertEquals("ArraySet<E> and raw array unequal at index " + i,
179 assertEquals("Length of iteration was unequal to size()", array.size(), index);

Completed in 1131 milliseconds

12 3 4 5 6 7 8 91011>>