/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_py3kwarn.py | 97 expected = 'comparing unequal types not supported in 3.x'
|
/prebuilts/go/darwin-x86/src/runtime/ |
asm_ppc64x.s | 773 CMP R3,R4,CR2 // unequal? 792 // are found unequal, reload them in proper byte order 883 CMP R3,R4,CR2 // unequal? 1053 CMP R5, R4 // unequal lengths are not equal [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
asm_ppc64x.s | 773 CMP R3,R4,CR2 // unequal? 792 // are found unequal, reload them in proper byte order 883 CMP R3,R4,CR2 // unequal? 1053 CMP R5, R4 // unequal lengths are not equal [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_heapq.py | 366 ("comparing unequal types not supported",
|
test_py3kwarn.py | 97 expected = 'comparing unequal types not supported in 3.x'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_heapq.py | 366 ("comparing unequal types not supported",
|
test_py3kwarn.py | 97 expected = 'comparing unequal types not supported in 3.x'
|
/external/clang/test/CXX/expr/expr.const/ |
p2-0x.cpp | 529 constexpr bool v5 = qv >= pv; // expected-error {{constant expression}} expected-note {{unequal pointers to void}} 532 constexpr bool v8 = qv > (void*)&s.a; // expected-error {{constant expression}} expected-note {{unequal pointers to void}}
|
/external/icu/icu4c/source/i18n/unicode/ |
dtfmtsym.h | 178 * Return true if another object is semantically unequal to this one. 181 * @return true if other is semantically unequal to this. [all...] |
dtitvfmt.h | 363 * of different subclasses are considered unequal. 372 * Objects of different subclasses are considered unequal. [all...] |
tzfmt.h | 294 * Objects of different subclasses are considered unequal. 297 * Objects of different subclasses are considered unequal. [all...] |
/external/python/cpython3/Modules/_decimal/ |
docstrings.h | 109 the same numeric value but different representations compare unequal\n\ 343 If the two operands are unequal, return the number closest to the first\n\
|
/frameworks/av/media/libaudioprocessing/ |
AudioResamplerFirGen.h | 305 * so error is unequal over the interval 0 < x < 3.75, the error being 500 * TODO: An alternative with equal spacing is the FFT/DFT. An alternative with unequal
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
String2Test.java | 333 assertFalse("Unequal strings reports as equal", hw1.equals(comp11)); 343 assertTrue("lc version returned unequal to uc", hwlc [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Object.java | 84 * <li>It is <em>not</em> required that if two objects are unequal 89 * for unequal objects may improve the performance of hash tables.
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarRegressionTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarRegressionTest.java | [all...] |
/external/icu/icu4c/source/common/ |
uniset.cpp | 588 * bytes equal, or unequal. If the high bytes are equal, then we have 590 * v <= yy. If the high bytes are unequal we have aaxx..bbyy, bb>aa. [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRegressionTest.java | 388 errln("Fail: Can't complete test; Calendar instances unequal"); 390 errln("Fail: DateFormat unequal when Calendars equal"); 396 errln("Fail: DateFormat unequal when Calendars equivalent"); [all...] |
/external/icu/icu4c/source/test/intltest/ |
dtfmrgts.cpp | 549 errln("Fail: Can't complete test; Calendar instances unequal"); 551 errln("Fail: DateFormat unequal when Calendars equal"); 557 errln("Fail: DateFormat unequal when Calendars equivalent"); [all...] |
regcoll.cpp | 494 // be reordered, and they should compare as unequal. 897 {0x41, 0x0300, 0x0316, 0}, {0x3c, 0}, {0x41, 0x0316, 0x0300, 0} // No reordering --> unequal [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRegressionTest.java | 385 errln("Fail: Can't complete test; Calendar instances unequal"); 387 errln("Fail: DateFormat unequal when Calendars equal"); 393 errln("Fail: DateFormat unequal when Calendars equivalent"); [all...] |
/external/python/cpython3/Lib/unittest/ |
case.py | 817 """Fail if the two objects are unequal as determined by the '==' 834 """Fail if the two objects are unequal as determined by their [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationRegressionTest.java | 472 // be reordered, and they should compare as unequal. 716 "\u0041\u0300\u0316", "\u003c", "\u0041\u0316\u0300" // No reordering --> unequal [all...] |
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationRegressionTest.java | 469 // be reordered, and they should compare as unequal. 713 "\u0041\u0300\u0316", "\u003c", "\u0041\u0316\u0300" // No reordering --> unequal [all...] |