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

<<11121314151617181920>>

  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestIsoChronoImpl.java 105 assertEquals(isoDate.get(DAY_OF_MONTH), cal.get(Calendar.DAY_OF_MONTH), "Day mismatch in " + isoDate + "; cal: " + cal);
106 assertEquals(isoDate.get(MONTH_OF_YEAR), cal.get(Calendar.MONTH) + 1, "Month mismatch in " + isoDate);
107 assertEquals(isoDate.get(YEAR_OF_ERA), cal.get(Calendar.YEAR), "Year mismatch in " + isoDate);
137 assertEquals(isoDate.get(DAY_OF_MONTH), cal.get(Calendar.DAY_OF_MONTH), "Day mismatch in " + isoDate + "; cal: " + cal);
138 assertEquals(isoDate.get(MONTH_OF_YEAR), cal.get(Calendar.MONTH) + 1, "Month mismatch in " + isoDate);
139 assertEquals(isoDate.get(YEAR_OF_ERA), cal.get(Calendar.YEAR), "Year mismatch in " + isoDate);
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect     [all...]
  /external/libxml2/result/HTML/
wired.html.err 193 ./test/HTML/wired.html:346: HTML parser error : Opening and ending tag mismatch: td and font
199 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font
202 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font
205 ./test/HTML/wired.html:402: HTML parser error : Opening and ending tag mismatch: a and font
217 ./test/HTML/wired.html:408: HTML parser error : Opening and ending tag mismatch: a and font
223 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
226 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
229 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
232 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
235 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and fon
    [all...]
  /cts/tests/tests/view/src/android/view/cts/util/
DrawingUtils.java 38 * In case of a mismatch this method will call {@link Assert#fail(String)}
39 * with detailed description of the mismatch.
  /device/generic/goldfish/libqemu/
test_guest_1.c 87 fprintf(stderr, "Message size mismatch sent=%d received=%d\n", len, ret);
91 fprintf(stderr, "Message content mismatch!\n");
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ParameterMetaDataTest.java 80 assertEquals("Field " + fieldName + " value mismatch: ",
82 assertEquals("Field " + fieldName + " modifier mismatch: ",
ResultSetTest.java 88 assertEquals("Field " + fieldName + " value mismatch: ",
90 assertEquals("Field " + fieldName + " modifier mismatch: ",
StatementTest.java 78 assertEquals("Field " + fieldName + " value mismatch: ",
80 assertEquals("Field " + fieldName + " modifier mismatch: ",
  /external/compiler-rt/lib/ubsan/
ubsan_checks.inc 40 UBSAN_CHECK(FunctionTypeMismatch, "function-type-mismatch", "function")
44 UBSAN_CHECK(DynamicTypeMismatch, "dynamic-type-mismatch", "vptr")
  /external/elfutils/libdwfl/
dwfl_build_id_find_debuginfo.c 78 /* A mismatch! */
116 /* A mismatch! */
  /external/elfutils/tests/
msg_tst.c 59 { ELF_E_FD_MISMATCH, "archive/member file descriptor mismatch" },
62 { ELF_E_DATA_MISMATCH, "data/scn mismatch" },
  /external/fio/t/
verify-state.c 81 log_err("Size mismatch\n");
88 log_err("crc mismatch %x != %x\n", crc, (unsigned int) hdr->crc);
  /external/iproute2/tc/
em_nbyte.c 113 fprintf(stderr, "NByte header size mismatch\n");
118 fprintf(stderr, "NByte payload size mismatch\n");
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.c 72 "Protocol mismatch", /*EIPSEC_PROTO_MISMATCH*/
73 "Family mismatch", /*EIPSEC_FAMILY_MISMATCH*/
ipsec_strerror.h 63 #define EIPSEC_PROTO_MISMATCH 23 /*protocol mismatch*/
64 #define EIPSEC_FAMILY_MISMATCH 24 /*family mismatch*/
  /external/junit/src/main/java/org/junit/matchers/
JUnitMatchers.java 100 * appends the stacktrace of the actual Throwable in case of a mismatch.
108 * appends the stacktrace of the actual Exception in case of a mismatch.
  /external/libvpx/
lint_config.sh 78 # Find the mismatch variables.
83 echo "Error: Configuration mismatch for $var."
  /external/linux-kselftest/tools/testing/selftests/futex/functional/
futex_requeue_pi_mismatched_ops.c 13 * 3. The kernel must detect the mismatch and return -EINVAL.
122 fail("futex_cmp_requeue_pi failed to detect the mismatch\n");
  /external/mockito/src/test/java/org/mockito/internal/debugging/
LoggingListenerTest.java 65 "[Mockito] Argument mismatch between stubbing and actual invocation (is stubbing correct in the test?):\n" +
87 "[Mockito] Argument mismatch between stubbing and actual invocation (is stubbing correct in the test?):\n" +
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingWarningsTest.java 63 mock.simpleMethod(200); // <- other method should not generate arg mismatch
77 //TODO - currently we warn about "Unused" instead of "Arg mismatch" below
  /external/slf4j/slf4j-simple/src/test/java/org/slf4j/
DetectLoggerNameMismatchTest.java 49 private static final String MISMATCH_STRING = "Detected logger name mismatch";
94 "Detected logger name mismatch. Given name: \"java.lang.String\"; " + "computed name: \"org.slf4j.DetectLoggerNameMismatchTest\"."));
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_diagnostics.h 59 // running on a machine that happens to have a libcuda/kernel driver mismatch.
81 // running on a machine that happens to have a libcuda/kernel driver mismatch.
  /frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
ScriptC_reduce_general_duplicate_array.java.expect 108 throw new RSRuntimeException("Type mismatch with I32!");
141 throw new RSRuntimeException("Type mismatch with I32!");
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_minimal-i386.so 
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/
libclang_rt.ubsan_minimal-i386.so 

Completed in 1589 milliseconds

<<11121314151617181920>>