| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| StringTrieBuilder.java | 195 * and adds a new node where there is a mismatch. 405 // Mismatch, insert a branch node. 410 // Mismatch on first character, turn this node into a suffix. 423 // Mismatch on last character, keep this node for the prefix. 429 // Mismatch on intermediate character, keep this node for the prefix. [all...] |
| /external/llvm/lib/Transforms/Instrumentation/ |
| IndirectCallPromotion.cpp | 143 ReturnTypeMismatch, // Return type mismatch b/w target and indirect-call. 145 ArgTypeMismatch // Type mismatch in the arguments (cannot bitcast). 194 return "Return type mismatch"; 196 return "The number of arguments mismatch"; 198 return "Argument Type mismatch";
|
| /external/mesa3d/src/mesa/main/ |
| blit.c | 284 "%s(color buffer datatypes mismatch)", func); 352 "%s(stencil attachment format mismatch)", func); 369 "%s(stencil attachment depth format mismatch)", func); 405 "%s(depth attachment format mismatch)", func); 418 "%s(depth attachment stencil bits mismatch)", func);
|
| /external/tensorflow/tensorflow/python/debug/cli/ |
| tensor_format_test.py | 385 ValueError, "Dimensions mismatch"): 410 with self.assertRaisesRegexp(ValueError, "Dimensions mismatch"): 459 ValueError, "Dimensions mismatch"): 491 ValueError, "Dimensions mismatch"): 576 ValueError, "Dimensions mismatch"):
|
| /frameworks/base/tests/CoreTests/android/core/ |
| TestEventHandler.java | 371 boolean mismatch = false; 389 expectDetails.append("expect data length mismatch expected:"+ 398 mismatch = true; 399 expectDetails.append("Expect data mismatch at byte "+ 408 if ((expectDataLength == -1) || !mismatch)
|
| /prebuilts/go/darwin-x86/src/cmd/compile/ |
| fmt_test.go | 216 var mismatch bool 219 mismatch = true 223 if !mismatch { 226 mismatch = true 231 if mismatch {
|
| /prebuilts/go/darwin-x86/src/unicode/utf8/ |
| utf8_test.go | 311 t.Errorf("DecodeRune(%#x) = %#04x mismatch with DecodeRuneInString(%q) = %#04x", s, r1, s, r2) 316 t.Errorf("DecodeRuneInString(%q) = %#04x mismatch with runtime.decoderune(%q) = %#04x", s, r2, s, r3) 349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2) 359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2) 372 t.Errorf("DecodeLastRune(%q) index mismatch at %d, want %d", s, si, index[j].index)
|
| /prebuilts/go/linux-x86/src/cmd/compile/ |
| fmt_test.go | 216 var mismatch bool 219 mismatch = true 223 if !mismatch { 226 mismatch = true 231 if mismatch {
|
| /prebuilts/go/linux-x86/src/unicode/utf8/ |
| utf8_test.go | 311 t.Errorf("DecodeRune(%#x) = %#04x mismatch with DecodeRuneInString(%q) = %#04x", s, r1, s, r2) 316 t.Errorf("DecodeRuneInString(%q) = %#04x mismatch with runtime.decoderune(%q) = %#04x", s, r2, s, r3) 349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2) 359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2) 372 t.Errorf("DecodeLastRune(%q) index mismatch at %d, want %d", s, si, index[j].index)
|
| /art/libdexfile/dex/ |
| dex_file-inl.h | 171 return false; // Shorty mismatch. 180 return false; // Return type mismatch. 197 return false; // Parameter type mismatch.
|
| /art/runtime/jit/ |
| profile_compilation_info.cc | 592 LOG(WARNING) << "Checksum mismatch for dex " << profile_key; 603 LOG(ERROR) << "num_method_ids mismatch for dex " << profile_key 652 // The data is null if there is a mismatch in the checksum or number of method ids. 695 if (class_dex_data == nullptr) { // checksum mismatch 706 if (data == nullptr) { // checksum mismatch 722 if (class_dex_data == nullptr) { // checksum mismatch [all...] |
| /cts/suite/audio_quality/lib/src/task/ |
| TaskProcess.cpp | 161 LOGE("TaskProcess::runBuiltin size mismatch %d vs %d", mInput.size(), info->mNInput); 165 LOGE("TaskProcess::runBuiltin size mismatch %d vs %d", mOutput.size(), info->mNOutput); 263 LOGE("size mismatch %d", itemTokens->size());
|
| /external/boringssl/src/ |
| CMakeLists.txt | 136 "C4388" # signed/unsigned mismatch 140 # signed/unsigned mismatch 141 "C4389" # '!=' : signed/unsigned mismatch
|
| /external/boringssl/src/ssl/test/ |
| bssl_shim.cc | 568 fprintf(stderr, "Server name mismatch.\n"); 602 fprintf(stderr, "certificate types mismatch\n"); 634 "Mismatch between SSL_get_server_requested_CAs and " 1017 fprintf(stderr, "servername mismatch (got %s; want %s)\n", server_name, [all...] |
| /external/deqp/modules/egl/ |
| teglImageTests.cpp | 106 log << TestLog::Message << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << eglu::getErrorStr(error) << TestLog::EndMessage; 129 log << TestLog::Message << " Fail: Return value mismatch! Expected " << expectReturnValue << ", got " << returnValue << TestLog::EndMessage; 137 log << TestLog::Message << " Fail: Error code mismatch! Expected " << eglu::getErrorStr(expectError) << ", got " << eglu::getErrorStr(error) << TestLog::EndMessage;
|
| /external/iproute2/tc/ |
| em_meta.c | 447 "size mismatch.\n"); 496 fprintf(stderr, "meta int type mask TLV size mismatch\n"); 516 fprintf(stderr, "Meta header size mismatch\n");
|
| /external/jemalloc/test/unit/ |
| SFMT.c | [all...] |
| /external/llvm/include/llvm/CodeGen/PBQP/ |
| Math.h | 117 assert(Length == V.Length && "Vector length mismatch."); 125 assert(Length == V.Length && "Vector length mismatch."); 318 "Matrix dimensions mismatch.");
|
| /external/ltp/testcases/network/stress/ipsec/ |
| ipsec_lib.sh | 158 tst_brkm TCONF "tst_ipsec protocol mismatch" 186 tst_brkm TCONF "tst_ipsec parameter mismatch" 234 tst_brkm TCONF "tst_ipsec_vti parameter mismatch"
|
| /external/mesa3d/src/compiler/glsl/ |
| link_interface_blocks.cpp | 39 * Return true if interface members mismatch and its not allowed by GLSL. 112 * don't force their types to match. They might mismatch due to the two 163 * don't force their types to match. They might mismatch due to the two
|
| /external/swiftshader/third_party/LLVM/lib/Analysis/ |
| PHITransAddr.cpp | 247 bool Mismatch = false; 250 Mismatch = true; 253 if (!Mismatch)
|
| /external/toolchain-utils/ |
| test_toolchains.py | 209 image_args = '--force-mismatch' 334 '--force-mismatch', 337 help='Force the image regardless of board mismatch')
|
| /external/vulkan-validation-layers/libs/glm/detail/ |
| func_integer.inl | 110 GLM_STATIC_ASSERT(sizeof(uint) == sizeof(uint32), "uint and uint32 size mismatch"); 171 GLM_STATIC_ASSERT(sizeof(uint) == sizeof(uint32), "uint and uint32 size mismatch"); 232 GLM_STATIC_ASSERT(sizeof(int) == sizeof(int32), "int and int32 size mismatch");
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
| ANQPMatcherTest.java | 237 * Verify that a mismatch (AuthMatch.NONE) will be returned when the specified EAP method 265 * Verify that a mismatch (AuthMatch.NONE) will be returned when the specified authentication 289 // Mismatch in authentication type.
|
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
| GsmSmsCbTest.java | [all...] |