/external/valgrind/main/none/tests/ |
tls.stdout.exp | 1 tls_ptr: case "race" has mismatch: *ip=1 here=0 2 tls_ptr: case "race" has mismatch: *ip=2 here=1 3 tls_ptr: case "race" has mismatch: *ip=3 here=1 4 tls_ptr: case "race" has mismatch: *ip=4 here=2 5 tls_ptr: case "race" has mismatch: *ip=5 here=2 6 tls_ptr: case "race" has mismatch: *ip=6 here=3 7 tls_ptr: case "race" has mismatch: *ip=7 here=3 8 tls_ptr: case "race" has mismatch: *ip=8 here=4 9 tls_ptr: case "race" has mismatch: *ip=9 here=4 10 tls_ptr: case "race" has mismatch: *ip=10 here= [all...] |
/external/openssh/regress/ |
proto-mismatch.sh | 1 # $OpenBSD: proto-mismatch.sh,v 1.3 2002/03/15 13:08:56 markus Exp $ 4 tid="protocol version mismatch" 6 mismatch () function 18 mismatch 2 SSH-1.5-HALLO 19 mismatch 1 SSH-2.0-HALLO
|
/external/skia/gm/tests/outputs/ignore-expectations-mismatch/output-expected/ |
command_line | 1 out/Debug/gm --ignoreErrorTypes ExpectationsMismatch NoGpuContext --verbose --hierarchy --match selftest1 --config 8888 565 -r gm/tests/inputs/json/different-pixels.json --writeJsonSummaryPath gm/tests/outputs/ignore-expectations-mismatch/output-actual/json-summary.txt --writePath gm/tests/outputs/ignore-expectations-mismatch/output-actual/writePath --mismatchPath gm/tests/outputs/ignore-expectations-mismatch/output-actual/mismatchPath --missingExpectationsPath gm/tests/outputs/ignore-expectations-mismatch/output-actual/missingExpectationsPath
|
/external/clang/test/ASTMerge/Inputs/ |
enum1.c | 8 // Value mismatch 15 // Name mismatch
|
enum2.c | 8 // Value mismatch 15 // Name mismatch
|
struct1.c | 12 // Mismatch in field type 20 // Mismatch in tag kind. 32 // Bit-field mismatch 35 // Bit-field mismatch 53 // Mismatch due to struct used internally
|
struct2.c | 9 // Mismatch in field type 17 // Mismatch in tag kind. 29 // Bit-field mismatch 32 // Bit-field mismatch 50 // Mismatch due to struct used internally
|
interface1.m | 13 // Ivar mismatch 20 // Superclass mismatch 31 // Method mismatch 37 // Method mismatch 43 // Method mismatch
|
interface2.m | 13 // Ivar mismatch 20 // Superclass mismatch 31 // Method mismatch 36 // Method mismatch 42 // Method mismatch
|
/external/skia/gm/tests/outputs/compared-against-different-pixels-images/output-expected/ |
stderr | 1 GM: ---- 8888/selftest1.png: 60000 (of 60000) differing pixels, max per-channel mismatch R=0 G=111 B=103 A=0 2 GM: ---- 565/selftest1.png: not computing max per-channel pixel mismatch because non-8888
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DataTruncationTest.java | 66 assertEquals(i + " Final state mismatch", aDataTruncation 68 assertEquals(i + " Final state mismatch", aDataTruncation 70 assertEquals(i + " Final state mismatch", aDataTruncation 72 assertEquals(i + " Final state mismatch", aDataTruncation 74 assertEquals(i + " Final state mismatch", aDataTruncation 76 assertEquals(i + " Final state mismatch", aDataTruncation 78 assertEquals(i + " Final state mismatch", aDataTruncation 80 assertEquals(i + " Final state mismatch", aDataTruncation 87 assertEquals(i + "Exception mismatch", e.getClass(), 89 assertEquals(i + "Exception mismatch", e.getMessage() [all...] |
SQLWarningTest.java | 51 assertEquals(i + " Final state mismatch", aSQLWarning 53 assertEquals(i + " Final state mismatch", aSQLWarning 55 assertEquals(i + " Final state mismatch", aSQLWarning 57 assertEquals(i + " Final state mismatch", aSQLWarning 64 assertEquals(i + "Exception mismatch", e.getClass(), 66 assertEquals(i + "Exception mismatch", e.getMessage(), 98 assertEquals(i + " Final state mismatch", aSQLWarning 100 assertEquals(i + " Final state mismatch", aSQLWarning 102 assertEquals(i + " Final state mismatch", aSQLWarning 104 assertEquals(i + " Final state mismatch", aSQLWarnin [all...] |
SQLExceptionTest.java | 46 assertEquals("SUID mismatch: ", theFixedSUID, theSUID); 84 assertEquals(i + " Final state mismatch", aSQLException 86 assertEquals(i + " Final state mismatch", aSQLException 88 assertEquals(i + " Final state mismatch", aSQLException 90 assertEquals(i + " Final state mismatch", aSQLException 97 assertEquals(i + "Exception mismatch", e.getClass(), 99 assertEquals(i + "Exception mismatch", e.getMessage(), 133 assertEquals(i + " Final state mismatch", aSQLException 135 assertEquals(i + " Final state mismatch", aSQLException 137 assertEquals(i + " Final state mismatch", aSQLExceptio [all...] |
BatchUpdateExceptionTest.java | 51 assertEquals(i + " Final state mismatch: ", 54 assertEquals(i + " Final state mismatch: ", 57 assertEquals(i + " Final state mismatch: ", 59 assertEquals(i + " Final state mismatch: ", 66 assertEquals(i + "Exception mismatch", e.getClass(), 68 assertEquals(i + "Exception mismatch", e.getMessage(), 97 assertEquals(i + " Final state mismatch: ", 100 assertEquals(i + " Final state mismatch: ", 103 assertEquals(i + " Final state mismatch: ", 105 assertEquals(i + " Final state mismatch: " [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-array.cpp | 16 static_assert(sizeof(IntArray<10>) == sizeof(int) * 10, "Array size mismatch"); 17 static_assert(sizeof(IntArray<1>) == sizeof(int) * 1, "Array size mismatch"); 23 static_assert(sizeof(TenElementArray<int>) == sizeof(int) * 10, "Array size mismatch"); 29 static_assert(sizeof(Array<int, 10>) == sizeof(int) * 10, "Array size mismatch");
|
/dalvik/dx/tests/100-local-mismatch/ |
expected.txt | 2 local variable type mismatch: attempt to set or access a value of type int using a local variable of type java.lang.Object. This is symptomatic of .class transformation tools that ignore local variable information. 4 local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information. 6 local variable type mismatch: attempt to set or access a value of type int using a local variable of type byte[]. This is symptomatic of .class transformation tools that ignore local variable information. 8 local variable type mismatch: attempt to set or access a value of type java.lang.String using a local variable of type java.lang.Object[]. This is symptomatic of .class transformation tools that ignore local variable information.
|
run | 23 dx --dex Blort1.class 2>&1 | grep mismatch 26 dx --dex Blort2.class 2>&1 | grep mismatch 29 dx --dex Blort3.class 2>&1 | grep mismatch 32 dx --dex Blort4.class 2>&1 | grep mismatch
|
/external/skia/gm/tests/outputs/pipe-playback-failure/output-expected/ |
stderr | 2 GM: ---- comparison/selftest1-pipe.png: 60000 (of 60000) differing pixels, max per-channel mismatch R=135 G=246 B=135 A=0
|
/external/valgrind/main/memcheck/tests/ |
new_nothrow.cpp | 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
|
/external/chromium/chrome/browser/metrics/ |
metrics_response_unittest.cc | 84 "Mismatch in case " << i; 85 EXPECT_EQ(rcase.events, response.events()) << "Mismatch in case " << i; 86 EXPECT_EQ(rcase.interval, response.interval()) << "Mismatch in case " << i; 89 "Mismatch in case " << i; 92 "Mismatch in case " << i; 95 "Mismatch in case " << i; 98 "Mismatch in case " << i;
|
/external/stlport/test/unit/ |
mismatch_test.cpp | 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2); 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); 58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin()); 63 result = mismatch(v1.begin(), v1.end(), v2.begin()); 74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal); 79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
|
/ndk/tests/device/test-gnustl-full/unit/ |
mismatch_test.cpp | 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2); 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); 58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin()); 63 result = mismatch(v1.begin(), v1.end(), v2.begin()); 74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal); 79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
|
/ndk/tests/device/test-stlport/unit/ |
mismatch_test.cpp | 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2); 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); 58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin()); 63 result = mismatch(v1.begin(), v1.end(), v2.begin()); 74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal); 79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
|
/external/llvm/include/llvm/ADT/ |
APSInt.h | 90 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 98 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 106 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 110 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 123 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 127 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 131 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 135 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 139 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); 181 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!"); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
jmpfar.asm | 2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes 3 jmp far 1234:5678 ; YASM: far jump; NASM: mismatch in operand sizes
|