| /external/syslinux/bios/com32/modules/ |
| hexdump.c32 | |
| /external/syslinux/efi32/com32/modules/ |
| hexdump.c32 | |
| /external/vulkan-validation-layers/build-android/ |
| update_external_sources_android.sh | 110 echo "glslang URL mismatch, recreating local repo" 131 echo "spirv-tools URL mismatch, recreating local repo" 152 echo "spirv-headers URL mismatch, recreating local repo" 173 echo "shaderc URL mismatch, recreating local repo"
|
| /frameworks/base/core/java/android/util/ |
| BackupUtils.java | 33 * Thrown when there is a backup version mismatch
|
| /frameworks/base/libs/hwui/ |
| FrameInfo.cpp | 44 "size mismatch: FrameInfoNames doesn't match the enum!");
|
| /frameworks/rs/tests/cpp_api/cppallocation/ |
| compute.cpp | 51 printf("Mismatch at location %d: %u\n", ct, buf[ct]);
|
| /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/ |
| VerifyPackageTaskTest.java | 156 // THEN hash mismatch error should be called 184 // THEN hash mismatch error should be called 197 // THEN hash mismatch error should be called 210 // THEN hash mismatch error should be called
|
| /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/lib/linux/ |
| libclang_rt.ubsan_minimal-mips-android.so | |
| /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/lib/linux/ |
| libclang_rt.ubsan_minimal-mips-android.so | |
| /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/lib/linux/ |
| libclang_rt.ubsan_minimal-mips-android.so | |
| /prebuilts/go/darwin-x86/misc/cgo/test/ |
| issue8092.go | 30 t.Errorf("%s: pointer mismatch: %v != %v", test.s, test.a, test.b)
|
| /prebuilts/go/darwin-x86/src/net/http/httptest/ |
| httptest_test.go | 165 t.Errorf("%d. Request.URL mismatch:\n got: %#v\nwant: %#v", i, got.URL, tt.want.URL) 168 t.Errorf("%d. Request.Header mismatch:\n got: %#v\nwant: %#v", i, got.Header, tt.want.Header) 171 t.Errorf("%d. Request.TLS mismatch:\n got: %#v\nwant: %#v", i, got.TLS, tt.want.TLS) 174 t.Errorf("%d. Request mismatch:\n got: %#v\nwant: %#v", i, got, tt.want)
|
| /prebuilts/go/linux-x86/misc/cgo/test/ |
| issue8092.go | 30 t.Errorf("%s: pointer mismatch: %v != %v", test.s, test.a, test.b)
|
| /prebuilts/go/linux-x86/src/net/http/httptest/ |
| httptest_test.go | 165 t.Errorf("%d. Request.URL mismatch:\n got: %#v\nwant: %#v", i, got.URL, tt.want.URL) 168 t.Errorf("%d. Request.Header mismatch:\n got: %#v\nwant: %#v", i, got.Header, tt.want.Header) 171 t.Errorf("%d. Request.TLS mismatch:\n got: %#v\nwant: %#v", i, got.TLS, tt.want.TLS) 174 t.Errorf("%d. Request mismatch:\n got: %#v\nwant: %#v", i, got, tt.want)
|
| /bionic/libc/upstream-openbsd/lib/libc/gen/ |
| fnmatch.c | 105 const char * const mismatch = pattern; local 108 *ep = mismatch; 115 *ep = mismatch; 132 *ep = mismatch; 147 const char * const mismatch = *pattern; local 246 *pattern = mismatch; 295 const char *mismatch = NULL; local 373 mismatch = pattern; 443 * but slashes will mismatch, and are not consumed) 457 pattern = mismatch; [all...] |
| /cts/tests/signature/src/android/signature/cts/ |
| ApiComplianceChecker.java | 68 resultObserver.notifyFailure(FailureType.mismatch(classDescription), 76 resultObserver.notifyFailure(FailureType.mismatch(classDescription), 77 classDescription.getAbsoluteClassName(), "Annotation mismatch"); 84 resultObserver.notifyFailure(FailureType.mismatch(classDescription), 85 classDescription.getAbsoluteClassName(), "Extends mismatch"); 91 resultObserver.notifyFailure(FailureType.mismatch(classDescription), 92 classDescription.getAbsoluteClassName(), "Implements mismatch"); 138 return String.format("modifier mismatch - description (%s), class (%s)", 475 // FIXME: A workaround to fix the final mismatch on enumeration 531 return String.format("modifier mismatch - description (%s), method (%s)" [all...] |
| /frameworks/base/test-runner/src/android/test/ |
| MoreAsserts.java | 84 * element mismatch. 101 * element mismatch. 110 * specific element mismatch. 127 * specific element mismatch. 136 * specific element mismatch. 153 * specific element mismatch. 163 * specific element mismatch. 180 * specific element mismatch. 191 * On failure, message indicates first specific element mismatch. 212 * On failure, message indicates first specific element mismatch [all...] |
| /external/antlr/antlr-3.4/runtime/C/src/ |
| antlr3treeparser.c | 38 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow); 83 parser->rec->mismatch = mismatch; 169 /** Override for standard base recognizer mismatch function 174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) function
|
| /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
| PerformanceMeasurement.java | 38 // used to determine buffer sizes mismatch 62 * First, determine if there is a buffer sizes mismatch. If there is, then the performance 63 * measurement should be disregarded since it won't be accurate. If there isn't a mismatch, 90 // determine if there's a buffer sizes mismatch 99 log("buffer size mismatch: " + isBufferSizesMismatch);
|
| /external/pdfium/fpdfsdk/ |
| fpdfeditpage.cpp | 46 "FPDF_PAGEOBJ_TEXT/CPDF_PageObject::TEXT mismatch"); 48 "FPDF_PAGEOBJ_PATH/CPDF_PageObject::PATH mismatch"); 50 "FPDF_PAGEOBJ_IMAGE/CPDF_PageObject::IMAGE mismatch"); 52 "FPDF_PAGEOBJ_SHADING/CPDF_PageObject::SHADING mismatch"); 54 "FPDF_PAGEOBJ_FORM/CPDF_PageObject::FORM 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/icu/android_icu4j/src/main/tests/android/icu/dev/test/iterator/ |
| TestUCharacterIterator.java | 111 errln("Error mismatch in next() and nextCodePoint()"); 117 errln("Error mismatch in next and nextCodePoint for " + 130 errln("Error mismatch in previous() and " + 137 errln("Error mismatch in previous and " + 209 errln("Character mismatch at position "+i+", iterator has "+hex(c)+", string has "+hex(UTF16.charAt(text,i))); 378 errln("error: mismatch in Normalizer iteration at "+history+": " 387 errln("error: index mismatch in Normalizer iteration at " 424 errln("error: mismatch in Normalizer iteration at "+history+": " 433 errln("error: index mismatch in Normalizer iteration at "
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/iterator/ |
| TestUCharacterIterator.java | 108 errln("Error mismatch in next() and nextCodePoint()"); 114 errln("Error mismatch in next and nextCodePoint for " + 127 errln("Error mismatch in previous() and " + 134 errln("Error mismatch in previous and " + 206 errln("Character mismatch at position "+i+", iterator has "+hex(c)+", string has "+hex(UTF16.charAt(text,i))); 375 errln("error: mismatch in Normalizer iteration at "+history+": " 384 errln("error: index mismatch in Normalizer iteration at " 421 errln("error: mismatch in Normalizer iteration at "+history+": " 430 errln("error: index mismatch in Normalizer iteration at "
|
| /external/autotest/client/deps/ibusclient/src/ |
| ibusclient.cc | 163 printf("FAIL (value mismatch)\n"); 170 printf("FAIL (value mismatch)\n"); 177 printf("FAIL (value mismatch)\n"); 186 printf("FAIL (value mismatch)\n"); 218 printf("FAIL (list type mismatch)\n"); 222 printf("FAIL (value mismatch)\n");
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
| WifiAwareNativeManagerTest.java | 187 assertEquals("Interface mismatch", mWifiNanIfaceMock, mDut.getWifiNanIface()); 201 assertEquals("Interface mismatch", mWifiNanIfaceMock, mDut.getWifiNanIface()); 205 assertEquals("Interface mismatch", mWifiNanIfaceMock, mDut.getWifiNanIface()); 209 assertEquals("Interface mismatch", mWifiNanIfaceMock, mDut.getWifiNanIface()); 249 assertEquals("Interface mismatch", mWifiNanIfaceMock, mDut.getWifiNanIface()); 292 assertEquals("Interface mismatch", mIWifiNanIface12Mock, mDut.getWifiNanIface());
|