/frameworks/base/core/tests/coretests/src/android/view/menu/ |
MenuLayoutLandscapeTest.java | 69 assertEquals("Row mismatch", expectedRows, layoutNumRows); 72 assertEquals("Col mismatch on row " + row, expectedLayout[row].intValue(),
|
MenuLayoutPortraitTest.java | 68 assertEquals("Row mismatch", expectedRows, layoutNumRows); 71 assertEquals("Col mismatch on row " + row, expectedLayout[row].intValue(),
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_QuantInvIntra_I_s.s | 24 ; * This function supports bits_per_pixel = 8. Mismatch control 27 ; * Mismatch control is performed for the first inverse quantization method.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I_s.s | 23 ; * This function supports bits_per_pixel = 8. Mismatch control 26 ; * Mismatch control is performed for the first inverse quantization method.
|
omxVCM4P2_QuantInvIntra_I_s.s | 24 ; * This function supports bits_per_pixel = 8. Mismatch control 27 ; * Mismatch control is performed for the first inverse quantization method.
|
/libcore/support/src/test/java/tests/security/ |
MessageDigestTest.java | 118 assertEquals("digest length mismatch", checkDigest.length, computedDigest.length); 141 assertEquals("digest length mismatch", checkDigest.length, computedDigest.length);
|
/libcore/luni/src/main/java/java/util/zip/ |
ZipOutputStream.java | 145 throw new ZipException("CRC mismatch"); 148 throw new ZipException("Size mismatch"); 274 throw new ZipException("CRC mismatch"); 277 throw new ZipException("Size mismatch"); 280 throw new ZipException("Size mismatch");
|
/external/ipsec-tools/src/racoon/ |
remoteconf.c | 117 continue; /* ID type mismatch */ 133 continue; /* ID value mismatch */ 141 continue; /* ID value mismatch */ 227 "Not matched: address mismatch.\n"); 242 "Not matched: etype (%d)/approval mismatch (%d).\n", rmsel->etype, tmp); 252 "Not matched: identity mismatch.\n"); 263 "Not matched: cert type mismatch.\n"); 276 "Not matched: cert issuer mismatch.\n"); 909 "Etype mismatch: got %d, expected %d.\n", e->type, etype);
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Math.h | 73 assert(length == v.length && "Vector length mismatch."); 80 assert(length == v.length && "Vector length mismatch."); 224 "Matrix dimensions mismatch.");
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_AbstractTest.java | 229 "Mismatch at index %d: %d instead of expected %d.\n", 257 "Mismatch at index %d: %d instead of expected %d.\n", 285 "Mismatch at index %d: %d instead of expected %d.\n",
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoDecoder.java | 249 "Mismatch between parameters_size and prototype"); 554 System.err.println("local register mismatch at orig " + i + 561 System.err.println("local start/end mismatch at orig " + i + 575 System.err.println("local address mismatch at orig " + i +
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 249 "Mismatch between parameters_size and prototype"); 548 System.err.println("local register mismatch at orig " + i + 555 System.err.println("local start/end mismatch at orig " + i + 569 System.err.println("local address mismatch at orig " + i +
|
/dalvik/tests/020-string/src/ |
Main.java | 41 System.out.println("WARNING: stringTest length mismatch");
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_STRING_COMPARETO.S | 66 * Unroll the first two checks so we can quickly catch early mismatch
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_subsystem.h | 53 SIGNATURE_MISMATCH, // The policy cache detected a signature mismatch.
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.h | 101 // mismatch. Return false if the syncer should be stuck.
|
/external/chromium/net/proxy/ |
proxy_config_service_common_unittest.cc | 78 failure_details << "Type mismatch. Expected: "
|
/external/clang/test/Coverage/ |
c-language-features.inc | 169 // Arg mismatch with passed type.
|
/external/clang/test/SemaCXX/ |
warn-sign-compare.cpp | 3 // NOTE: When a 'enumeral mismatch' warning is implemented then expect several
|
/external/clang/test/SemaObjC/ |
warn-retain-cycle.m | 60 // TODO: should we warn here? What's the story with this kind of mismatch?
|
/external/e2fsprogs/lib/et/test_cases/ |
heimdal.c | 48 "Kerberos protocol version mismatch",
|
heimdal2.c | 38 "Length mismatch problem",
|
/external/icu4c/i18n/ |
quant.h | 67 * match, or a mismatch. If incremental is FALSE then
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 43 (* If argument mismatch error. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
codegen.ml | 43 (* If argument mismatch error. *)
|