| /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
| GetOrCreateConversationActionTest.java | 114 assertEquals("Participant count mismatch", recipients.size(), 136 assertEquals("Cursor count mismatch", recipients.size(), cursor.getCount() - countSelf);
|
| /packages/services/Mms/src/com/android/mms/service/ |
| MmsService.java | 248 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 277 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 509 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 530 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 629 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 652 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 683 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch 703 // Otherwise the AppOps check in TelephonyProvider would complain about mismatch [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
| ModuleLoader.h | 42 // The module exists but cannot be imported due to a configuration mismatch. 60 /// mismatch with an explicitly-named .pcm file from the command line.
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
| ModuleLoader.h | 42 // The module exists but cannot be imported due to a configuration mismatch. 60 /// mismatch with an explicitly-named .pcm file from the command line.
|
| /prebuilts/go/darwin-x86/src/compress/lzw/ |
| writer_test.go | 81 t.Errorf("%s (order=%d litWidth=%d): length mismatch %d != %d", fn, order, litWidth, len(b1), len(b0)) 86 t.Errorf("%s (order=%d litWidth=%d): mismatch at %d, 0x%02x != 0x%02x\n", fn, order, litWidth, i, b1[i], b0[i])
|
| /prebuilts/go/darwin-x86/src/strings/ |
| search.go | 20 // Whenever a mismatch is found with byte b in the text, we can safely 41 // mismatch from the back is found to be in position 3, the matching
|
| /prebuilts/go/linux-x86/src/compress/lzw/ |
| writer_test.go | 81 t.Errorf("%s (order=%d litWidth=%d): length mismatch %d != %d", fn, order, litWidth, len(b1), len(b0)) 86 t.Errorf("%s (order=%d litWidth=%d): mismatch at %d, 0x%02x != 0x%02x\n", fn, order, litWidth, i, b1[i], b0[i])
|
| /prebuilts/go/linux-x86/src/strings/ |
| search.go | 20 // Whenever a mismatch is found with byte b in the text, we can safely 41 // mismatch from the back is found to be in position 3, the matching
|
| /prebuilts/misc/common/swig/include/2.0.11/chicken/ |
| tinyclos-multi-generic.patch | 35 + goto mismatch; 38 mismatch:
|
| /system/core/fs_mgr/include/ |
| fs_mgr_avb.h | 65 // e.g., I/O error, digest value mismatch, size mismatch, etc.
|
| /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
| RangeApNonSupporting11McTest.py | 63 "LCI mismatch", extras=stats) 65 "LCR mismatch", extras=stats)
|
| RangeApSupporting11McTest.py | 61 "LCI mismatch", extras=stats) 63 "LCR mismatch", extras=stats)
|
| /tools/test/connectivity/acts/tests/google/wifi/rtt/stress/ |
| StressRangeAwareTest.py | 123 "LCI mismatch", extras=stats) 125 "LCR mismatch", extras=stats)
|
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/ |
| FrameworkSpecConformance.txt | 24 # Mismatch with Intel Platform Innovation Framework for DataHubSubclass Specification (Version 0.90)
57 # Mismatch with Intel Platform Innovation Framework for CacheSubclass Specification (Version 0.90)
124 # Mismatch with Intel Platform Innovation Framework for ProcSubclass Specification (Version 0.90)
321 # Mismatch with Intel Platform Innovation Framework for MemSubclass Specification (Version 0.90)
534 # Mismatch with Intel Platform Innovation Framework for MiscSubclass Specification (Version 0.90)
[all...] |
| /external/deqp/data/gles31/shaders/es31/ |
| linkage_tessellation.test | 7 desc "Tessellation control shader input type mismatch" 62 desc "Tessellation evaluation shader output type mismatch" 117 desc "Tessellation control and evaluation shader varying type mismatch" [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| AudioHelper.java | 285 Assert.assertEquals(TAG + ": format mismatch", 298 Assert.assertEquals(TAG + ": format mismatch", 312 Assert.assertEquals(TAG + ": format mismatch", 325 Assert.assertEquals(TAG + ": format mismatch", 339 Assert.assertEquals(TAG + ": format mismatch",
|
| /external/eigen/unsupported/test/ |
| cxx11_tensor_thread_pool.cpp | 100 std::cout << "mismatch detected at index " << i << ": " << t_result(i) 136 std::cout << "mismatch detected at index " << i << " : " << t_result.data()[i] << " vs " << m_result.data()[i] << std::endl; 151 std::cout << "mismatch detected: " << t_result.data()[i] << " vs " << m_result.data()[i] << std::endl; 169 std::cout << "mismatch detected: " << t_result.data()[i] << " vs " << m_result.data()[i] << std::endl; 187 std::cout << "mismatch detected: " << t_result.data()[i] << " vs " << m_result.data()[i] << std::endl;
|
| /external/libvpx/libvpx/examples/ |
| vp9cx_set_ref.c | 47 // the encoder/decoder mismatch would be seen. 216 "Encode/decode mismatch on frame %d at" 270 // Mismatch checking 290 // Test encoder/decoder mismatch. 400 // If set_reference in decoder is commented out, the enc/dec mismatch
|
| /prebuilts/go/darwin-x86/src/encoding/json/ |
| stream_test.go | 56 t.Errorf("encoding %d items: mismatch", i) 88 t.Error("indented encoding mismatch") 147 t.Errorf("decoding %d items: mismatch", i) 208 t.Fatalf("Raw mismatch: have %#q want %#q", []byte(*data.Id), raw) 233 t.Fatalf("Raw mismatch: have non-nil, want nil")
|
| /prebuilts/go/linux-x86/src/encoding/json/ |
| stream_test.go | 56 t.Errorf("encoding %d items: mismatch", i) 88 t.Error("indented encoding mismatch") 147 t.Errorf("decoding %d items: mismatch", i) 208 t.Fatalf("Raw mismatch: have %#q want %#q", []byte(*data.Id), raw) 233 t.Fatalf("Raw mismatch: have non-nil, want nil")
|
| /tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/ |
| rtt_test_utils.py | 184 rconsts.EVENT_CB_RANGING_KEY_MAC_AS_STRING_BSSID], 'MAC/BSSID mismatch') 204 'Mismatch in length of scan results and range results') 231 '%s: MAC mismatch' % description) 245 '%s: Peer Id mismatch' % description) 426 'Mismatch in length of scan results and range results')
|
| /external/deqp/data/gles31/shaders/es32/ |
| linkage_tessellation.test | 25 desc "Tessellation control shader input type mismatch" 79 desc "Tessellation evaluation shader output type mismatch" 133 desc "Tessellation control and evaluation shader varying type mismatch" [all...] |
| /external/tensorflow/tensorflow/core/framework/ |
| op_compatibility_test.cc | 728 "Input signature mismatch '' vs. 'int32'"); 748 "Input signature mismatch '' vs. 'int32'"); 757 "Input signature mismatch '' vs. 'int32'"); 766 "Input signature mismatch '' vs. 'int32'"); 780 "Input signature mismatch 'int32' vs. 'float'"); 799 "Input signature mismatch 'int32, float' vs. 'float, int32'"); 814 "Input signature mismatch 'float' vs. ''"); [all...] |
| /tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
| DiscoveryTest.py | 189 "Discovery mismatch: service specific info (SSI)") 196 "Discovery mismatch: match filter") 250 "Discovery mismatch (after pub update): service specific info (SSI)") 257 "Discovery mismatch: match filter") 741 """Functional test case / Discovery test cases / Mismatch service name 754 """Functional test case / Discovery test cases / Mismatch service name 777 """Functional test case / Discovery test cases / Mismatch service name 788 """Functional test case / Discovery test cases / Mismatch service name 809 """Functional test case / Discovery test cases / Mismatch match filter [all...] |
| /external/slf4j/slf4j-site/src/site/pages/ |
| codes.html | 93 name mismatch</h3> 95 <p>Logger name mismatch warnings are printed only if the 98 be printed even in case of a logger name mismatch. 119 <pre class="prettyprint source">SLF4J: Detected logger name mismatch. Given name: "com.foo.Kangaroo"; computed name: "com.acme.Fruit".</pre> 132 // no mismatch warning will be issued when B is instantiated 136 <p>If you come across a mismatch warning which cannot be 141 mismatch, please do file a <a href="bug-reporting.html">bug 299 api vs. binding version mismatch problem, it will emit a warning 300 about the suspected mismatch.
|