/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DataTruncationTest.java | 78 assertEquals(i + " Final state mismatch", aDataTruncation 80 assertEquals(i + " Final state mismatch", aDataTruncation 82 assertEquals(i + " Final state mismatch", aDataTruncation 84 assertEquals(i + " Final state mismatch", aDataTruncation 86 assertEquals(i + " Final state mismatch", aDataTruncation 88 assertEquals(i + " Final state mismatch", aDataTruncation 90 assertEquals(i + " Final state mismatch", aDataTruncation 92 assertEquals(i + " Final state mismatch", aDataTruncation 99 assertEquals(i + "Exception mismatch", e.getClass(), 101 assertEquals(i + "Exception mismatch", e.getMessage() [all...] |
BatchUpdateExceptionTest.java | 63 assertEquals(i + " Final state mismatch: ", 66 assertEquals(i + " Final state mismatch: ", 69 assertEquals(i + " Final state mismatch: ", 71 assertEquals(i + " Final state mismatch: ", 78 assertEquals(i + "Exception mismatch", e.getClass(), 80 assertEquals(i + "Exception mismatch", e.getMessage(), 115 assertEquals(i + " Final state mismatch: ", 118 assertEquals(i + " Final state mismatch: ", 121 assertEquals(i + " Final state mismatch: ", 123 assertEquals(i + " Final state mismatch: " [all...] |
SQLExceptionTest.java | 56 assertEquals("SUID mismatch: ", theFixedSUID, theSUID); 100 assertEquals(i + " Final state mismatch", aSQLException 102 assertEquals(i + " Final state mismatch", aSQLException 104 assertEquals(i + " Final state mismatch", aSQLException 106 assertEquals(i + " Final state mismatch", aSQLException 113 assertEquals(i + "Exception mismatch", e.getClass(), 115 assertEquals(i + "Exception mismatch", e.getMessage(), 156 assertEquals(i + " Final state mismatch", aSQLException 158 assertEquals(i + " Final state mismatch", aSQLException 160 assertEquals(i + " Final state mismatch", aSQLExceptio [all...] |
SQLWarningTest.java | 63 assertEquals(i + " Final state mismatch", aSQLWarning 65 assertEquals(i + " Final state mismatch", aSQLWarning 67 assertEquals(i + " Final state mismatch", aSQLWarning 69 assertEquals(i + " Final state mismatch", aSQLWarning 76 assertEquals(i + "Exception mismatch", e.getClass(), 78 assertEquals(i + "Exception mismatch", e.getMessage(), 117 assertEquals(i + " Final state mismatch", aSQLWarning 119 assertEquals(i + " Final state mismatch", aSQLWarning 121 assertEquals(i + " Final state mismatch", aSQLWarning 123 assertEquals(i + " Final state mismatch", aSQLWarnin [all...] |
ResultSetMetaDataTest.java | 82 assertEquals("Field " + fieldName + " value mismatch: ", 84 assertEquals("Field " + fieldName + " modifier mismatch: ",
|
/dalvik/dx/tests/100-local-mismatch/ |
expected.txt | 2 com.android.dx.cf.code.SimException: 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 com.android.dx.cf.code.SimException: 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 com.android.dx.cf.code.SimException: 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 com.android.dx.cf.code.SimException: 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/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);
|
/external/e2fsprogs/lib/ss/ |
ss_err.et | 7 "Version mismatch"
|
/external/webkit/JavaScriptCore/runtime/ |
PropertyDescriptor.cpp | 170 unsigned mismatch = other.m_attributes ^ m_attributes; local 172 if (sharedSeen & WritablePresent && mismatch & ReadOnly) 174 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete) 176 if (sharedSeen & EnumerablePresent && mismatch & DontEnum) 183 unsigned mismatch = other.m_attributes ^ m_attributes; local 186 if (sharedSeen & WritablePresent && mismatch & ReadOnly) 188 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete) 190 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/ |
Util.java | 54 // nio.04=Size mismatch 65 // nio.04=Size mismatch 76 // nio.04=Size mismatch 87 // nio.04=Size mismatch 98 // nio.04=Size mismatch 109 // nio.04=Size mismatch 120 // nio.04=Size mismatch 131 // nio.04=Size mismatch 142 // nio.04=Size mismatch 158 // nio.04=Size mismatch [all...] |
/dalvik/tests/ |
README.txt | 11 directory; this can be used to exercise "API mismatch" situations by
|
/external/e2fsprogs/lib/et/test_cases/ |
simple.et | 34 "Protocol version mismatch"
|
simple.c | 19 "Protocol version mismatch",
|
/external/icu4c/samples/uresb/ |
en.txt | 23 "Resource type mismatch",
|
/external/kernel-headers/original/linux/ |
errno.h | 17 #define ENOTSYNC 522 /* Update synchronization mismatch */
|
/external/openssl/crypto/bn/ |
divtest.c | 39 bug("mismatch",a,b);
|
/frameworks/base/tools/aidl/ |
options_test.cpp | 71 cout << "mismatch: result: got " << result << " expected " << 83 cout << "mismatch: systemSearchPath: got" << endl; 92 cout << "mismatch: localSearchPath: got" << endl; 101 cout << "mismatch: inputFileName: got " << options.inputFileName 108 cout << "mismatch: nativeLanguage: got " << options.nativeLanguage 115 cout << "mismatch: outputH: got " << options.outputH 122 cout << "mismatch: outputCPP: got " << options.outputCPP 129 cout << "mismatch: outputJava: got " << options.outputJava
|
/external/opencore/fileformats/avi/parser/src/ |
pv_avifile_header.cpp | 79 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch")); 98 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch")); 119 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch")); 137 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch")); 169 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch")); 191 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch")); 207 PVAVIFILE_LOGERROR((0, "PVAviFileHeader::PVAviFileHeader: File Size & Byte Count mismatch"));
|
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/ |
SubjectDomainCombinerTest.java | 228 assertTrue("code source mismatch", pd.getCodeSource().equals(cs)); 236 fail("class loader mismatch"); 247 fail("principal mismatch (" + j +") " + principals[j].getName()); 261 fail("current domains permissions mismatch " + pn); 264 fail("assigned domains permissions mismatch " + pn); 324 assertTrue("code source mismatch", pd.getCodeSource().equals(cs)); 327 assertTrue("class loader mismatch", pd.getClassLoader().equals(current_pd_cl)); 334 fail("principal mismatch (" + j +") " + principals[j].getName()); 347 fail("current domains permissions mismatch " + pn); 406 assertTrue("code source mismatch", pd.getCodeSource().equals(cs)) [all...] |
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
Charset_SingleByteAbstractTest.java | 135 // System.out.format("Mismatch at index %d: %d instead of expected %d.\n", 158 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n", 161 // System.out.format("REPLACE mismatch at index %d (byte %d): %d instead of expected %d.\n", 166 // System.out.format("MISMATCH at index %d (byte %d): %d instead of expected %d.\n", 188 // System.out.format("MISMATCH at index %d: %d instead of expected %d.\n", 202 // System.out.format("MISMATCH at index %d: %d instead of expected %d.\n",
|
/external/elfutils/tests/ |
msg_tst.c | 55 { ELF_E_FD_MISMATCH, "archive/member fildes mismatch" }, 58 { ELF_E_DATA_MISMATCH, "data/scn mismatch" },
|
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/nls/ |
messages.properties | 21 nio.04=Size mismatch
|
/external/ipsec-tools/src/racoon/ |
handler.c | 1155 "Reload: lifetime mismatch\n"); 1164 "Reload: lifebyte mismatch\n"); 1172 "Reload: PFS group mismatch\n"); 1186 "Reload: lifetime | pfs mismatch\n"); 1216 "Reload: encmode mismatch (%d / %d)\n", 1226 "Reload: enclen mismatch\n"); 1236 "Reload: enclen mismatch\n"); 1374 "Reload: Exchange type mismatch\n"); 1381 "Reload: DH mismatch\n"); 1391 "Reload: Authmethod mismatch\n") [all...] |
/external/openssl/crypto/evp/ |
evp_test.c | 186 fprintf(stderr,"Ciphertext length mismatch got %d expected %d\n", 193 fprintf(stderr,"Ciphertext mismatch\n"); 225 fprintf(stderr,"Plaintext length mismatch got %d expected %d\n", 232 fprintf(stderr,"Plaintext mismatch\n"); 301 fprintf(stderr,"Digest length mismatch, got %d expected %d\n",mdn,cn); 307 fprintf(stderr,"Digest mismatch\n");
|