HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 226 - 250 of 4810) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jemalloc/test/unit/
ql.c 63 assert_c_eq(ql_first(head)->id, entries[0].id, "Element id mismatch");
65 "Element id mismatch");
69 assert_c_eq(t->id, entries[i].id, "Element id mismatch");
76 "Element id mismatch");
82 assert_c_eq(t->id, entries[i+1].id, "Element id mismatch");
90 assert_c_eq(t->id, entries[i-1].id, "Element id mismatch");
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 118 // System.out.format("Mismatch at index %d: %d instead of expected %d.\n",
141 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n",
144 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n",
149 // System.out.format("MISMATCH at index %d (byte %d): %d instead of expected %d.\n",
171 // System.out.format("MISMATCH at index %d: %d instead of expected %d.\n",
185 // System.out.format("MISMATCH at index %d: %d instead of expected %d.\n",
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 123 * In case there is a color mismatch, the behavior of this method depends on the
125 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
126 * <code>Assert.fail</code> with detailed description of the mismatch.
139 * In case there is a color mismatch, the behavior of this method depends on the
141 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
142 * <code>Assert.fail</code> with detailed description of the mismatch.
169 * In case there is a color mismatch, the behavior of this method depends on the
171 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
172 * <code>Assert.fail</code> with detailed description of the mismatch.
206 * In case there is a color mismatch, the behavior of this method depends on th
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptC_reduce_general_input.java.expect 176 throw new RSRuntimeException("Type mismatch with F16!");
209 throw new RSRuntimeException("Type mismatch with F16!");
242 throw new RSRuntimeException("Type mismatch with F16!");
275 throw new RSRuntimeException("Type mismatch with F16!");
308 throw new RSRuntimeException("Type mismatch with F16!");
341 throw new RSRuntimeException("Type mismatch with F16!");
374 throw new RSRuntimeException("Type mismatch with F16!");
407 throw new RSRuntimeException("Type mismatch with F16!");
440 throw new RSRuntimeException("Type mismatch with F16!");
473 throw new RSRuntimeException("Type mismatch with F16!")
    [all...]
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
TimeZoneNameTest.java 198 assertEquals("Timezone name mismatch", Collections.singleton("America_Pacific"),
202 assertEquals("Timezone name mismatch", Collections.singleton("Taipei"),
212 assertEquals("Timezone name mismatch", "Central European Standard Time",
218 assertEquals("Timezone name mismatch", "PDT", americaPacificName);
226 assertEquals("Timezone name mismatch", "Europe_Central", europeanCentralName);
230 assertEquals("Timezone name mismatch", "Korea", seoulName);
234 assertNull("Timezone name mismatch", seoulName);
242 assertEquals("Timezone name mismatch", "heure d?été irlandaise", dublinName);
246 assertEquals("Timezone name mismatch", "Dublin", dublinLocation);
  /external/clang/test/Sema/
conditional-expr.c 7 *(0 ? (double *)0 : (int *)(void *)0) = 0; // expected-error {{incomplete type 'void' is not assignable}} expected-warning {{pointer type mismatch ('double *' and 'int *')}}
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}}
76 test0 ? adr2 : adr3; // expected-warning {{pointer type mismatch}} expected-warning {{expression result unused}}
79 (test0 ? (test0 ? adr2 : adr2) : nonconst_int); // expected-warning {{pointer type mismatch}} expected-warning {{expression result unused}}
93 return a ? f1() : nil; // expected-warning {{pointer/integer type mismatch in conditional expression ('int' and 'void *')}} expected-warning {{incompatible pointer to integer conversion returning 'void *' from a function with result type 'int'}}
  /external/dtc/tests/
testutils.c 111 FAIL("Property name mismatch \"%s\" instead of \"%s\"",
118 FAIL("Size mismatch on property \"%s\": %d insead of %d",
121 FAIL("Data mismatch on property \"%s\"", name);
135 FAIL("Size mismatch on property \"%s\": %d insead of %d",
138 FAIL("Data mismatch on property \"%s\"", name);
  /external/libvpx/libvpx/test/
alt_ref_aq_segment_test.cc 50 // encodes and decodes without a mismatch.
71 // encodes and decodes without a mismatch.
92 // encodes and decodes without a mismatch.
113 // encodes and decodes without a mismatch.
134 // encodes and decodes without a mismatch.
aq_segment_test.cc 46 // encodes and decodes without a mismatch.
66 // encodes and decodes without a mismatch.
86 // encodes and decodes without a mismatch.
  /external/perfetto/src/tracing/core/
trace_packet_unittest.cc 32 "packet field id mismatch");
36 "trusted_uid field id mismatch");
40 "trace_config field id mismatch");
44 "trace_stats field id mismatch");
48 "clock_snapshot field id mismatch");
  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 47 std::cout << "Mismatch detected at index " << i << " : "
54 std::cout << "Mismatch detected at index " << i << " : "
98 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b << std::endl;
104 std::cout << "Mismatch detected at index i=" << i << " j=" << j
159 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b << std::endl;
169 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b << std::endl;
240 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b << std::endl;
245 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b << std::endl;
313 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b << std::endl;
318 std::cout << "Mismatch detected at index i=" << i << " j=" << j << " r=" << r << " c=" << c << " d=" << d << " b=" << b < (…)
    [all...]
  /external/compiler-rt/test/asan/TestCases/Linux/
sized_delete_test.cc 73 // SCALAR: AddressSanitizer: new-delete-type-mismatch
78 // SCALAR: SUMMARY: AddressSanitizer: new-delete-type-mismatch
85 // ARRAY: AddressSanitizer: new-delete-type-mismatch
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsInstanceOf.java 40 protected boolean matches(Object item, Description mismatch) {
42 mismatch.appendText("null");
47 mismatch.appendValue(item).appendText(" is a " + item.getClass().getName());
CombinableMatcher.java 17 protected boolean matchesSafely(T item, Description mismatch) {
19 matcher.describeMismatch(item, mismatch);
  /external/libnl/lib/
error.c 31 [NLE_AF_MISMATCH] = "Address family mismatch",
32 [NLE_SEQ_MISMATCH] = "Message sequence number mismatch",
42 [NLE_PROTO_MISMATCH] = "Protocol mismatch",
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
TestUtils.java 114 * In case there is a color mismatch, the behavior of this method depends on the
116 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
117 * <code>Assert.fail</code> with detailed description of the mismatch.
145 * In case there is a color mismatch, the behavior of this method depends on the
147 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
148 * <code>Assert.fail</code> with detailed description of the mismatch.
179 * In case there is a color mismatch, the behavior of this method depends on the
181 * throw an <code>Exception</code> describing the mismatch. Otherwise this method will call
182 * <code>Assert.fail</code> with detailed description of the mismatch.
209 * In case there is a color mismatch, the behavior of this method depends on th
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SetFullBackupPassword.java 47 // Mismatch between new pw and its confirmation re-entry
48 Log.i(TAG, "password mismatch");
66 Log.i(TAG, "failure; password mismatch?");
  /external/boringssl/src/crypto/x509/
x509_txt.c 131 return ("subject issuer mismatch");
133 return ("authority and subject key identifier mismatch");
135 return ("authority and issuer serial number mismatch");
190 return ("Hostname mismatch");
192 return ("Email address mismatch");
194 return ("IP address mismatch");
  /bionic/libc/bionic/
setjmp_cookie.cpp 62 async_safe_fatal("setjmp cookie mismatch");
69 async_safe_fatal("setjmp checksum mismatch");
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ConnectionTest.java 75 assertEquals("Field " + fieldName + " value mismatch: ",
77 assertEquals("Field " + fieldName + " modifier mismatch: ",
ResultSetMetaDataTest.java 70 assertEquals("Field " + fieldName + " value mismatch: ",
72 assertEquals("Field " + fieldName + " modifier mismatch: ",
  /external/clang/test/SemaCXX/
warn-overloaded-virtual.cpp 127 // expected-note@-1{{type mismatch at 1st parameter ('bool' vs 'int')}}
131 // expected-note@-1{{type mismatch at 1st parameter ('int *' vs 'int')}}
  /external/curl/tests/data/
test2011 38 Metalink local XML file, HTTP resource, hash mismatch
87 Metalink: validating (log/download2011) [sha-256] FAILED (digest mismatch)
  /external/curl/tests/libtest/
lib570.c 69 fprintf(stderr, "Failed to detect CSeq mismatch");
105 fprintf(stderr, "Failed to detect a Session ID mismatch");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListTester.java 53 fail("size mismatch: " + reportContext(expectedList));
60 fail("mismatch at index " + i + ": " + reportContext(expectedList));

Completed in 1392 milliseconds

1 2 3 4 5 6 7 8 91011>>