/external/llvm/test/tools/dsymutil/X86/ |
D | mismatch.m | 3 module mismatch { 4 header "mismatch.h" 7 echo "struct s;"> mismatch.h 10 -fdisable-module-hash mismatch.m -o 1.o 11 echo > mismatch.h 14 -fdisable-module-hash mismatch.m -o /dev/null 17 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \ 20 @import mismatch; 23 // CHECK: warning: hash mismatch
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ |
D | mismatch_pred.pass.cpp | 41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ()) in main() 43 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), EQ()) in main() 47 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), std::ref(bcp)) in main() 53 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ()) in main() 55 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib + sb), EQ()) in main() 58 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), std::ref(bcp)) in main() 63 assert(std::mismatch(ia, ia + sa, ib, EQ()) == in main() 67 assert(std::mismatch(ia, ia + sa, ib, ib + sb, EQ()) == in main() 69 assert(std::mismatch(ia, ia + sa, ib, ib + 2, EQ()) == in main()
|
D | mismatch.pass.cpp | 34 assert(std::mismatch(II(ia), II(ia + sa), II(ib)) in main() 37 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib)) in main() 41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb)) in main() 44 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib+sb)) in main() 48 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+2)) in main()
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface2.m | 13 // Ivar mismatch 20 // Superclass mismatch 31 // Method mismatch 36 // Method mismatch 42 // Method mismatch
|
D | interface1.m | 13 // Ivar mismatch 20 // Superclass mismatch 31 // Method mismatch 37 // Method mismatch 43 // Method mismatch
|
/external/deqp/data/gles31/shaders/ |
D | separate_shader_validation.test | 73 desc "Variable type mismatch" 105 desc "Variable precision mismatch" 137 desc "Variable type mismatch, explicit varying locations" 169 desc "Variable precision mismatch, explicit varying locations" 201 desc "Variable location mismatch" 233 desc "Variable location mismatch" 265 desc "Variable location mismatch" 298 desc "Variable location mismatch" 373 desc "Struct member name mismatch" 413 desc "Struct member type mismatch" [all …]
|
D | linkage_io_block.test | 3 desc "Shader io block mismatch: different number of declarations" 39 desc "Shader io block mismatch: different member declaration order" 76 desc "Shader io block mismatch: different member type" 112 desc "Shader io block mismatch: different member name" 147 desc "Shader io block mismatch: different member array size" 222 desc "Shader io block mismatch: different array size" 257 desc "Shader io block mismatch: missing output block"
|
D | linkage_shader_storage_block.test | 4 desc "Shader storage block mismatch: different number of declarations" 43 desc "Shader storage block mismatch: different number of declarations" 83 desc "Shader storage block mismatch: different number of declarations" 121 desc "Shader storage block mismatch: different number of declarations" 159 desc "Shader storage block mismatch: different number of declarations" 197 desc "Shader storage block mismatch: different number of declarations" 235 desc "Shader storage block mismatch: different number of declarations" 273 desc "Shader storage block mismatch: different number of declarations"
|
/external/autotest/client/site_tests/security_Minijail0/src/ |
D | test-caps | 17 mismatch="" 25 mismatch="$caps" 29 [ $matched -eq 1 ] || die "Did not drop non-CAP_DAC_OVERRIDE caps: $mismatch"
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestStreaming.java | 77 boolean mismatch, testOK = true; in testStreaming() 96 mismatch = false; in testStreaming() 113 mismatch |= j >= nPortions || in testStreaming() 120 if (mismatch || j != nPortions) { in testStreaming()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestStreaming.java | 81 boolean mismatch, testOK = true; in testStreaming() 100 mismatch = false; in testStreaming() 117 mismatch |= j >= nPortions || in testStreaming() 124 if (mismatch || j != nPortions) { in testStreaming()
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 408 bool mismatch; in cls_update_queue_map() local 410 mismatch = skb->queue_mapping != get_smp_processor_id(); in cls_update_queue_map() 415 if (mismatch) in cls_update_queue_map() 416 lock_xadd(&cq->mismatch, 1); in cls_update_queue_map() 422 _cq.mismatch = mismatch ? 1 : 0; in cls_update_queue_map()
|
/external/chromium-trace/catapult/tracing/tracing_build/ |
D | check_common.py | 28 mismatch = '' 31 mismatch = listed_files[i] 44 {4}\n\n'''.format(group_name, src_file, mismatch, what_is, what_should_be)
|
/external/llvm/test/TableGen/ |
D | BitsInit.td | 33 bits<3> D3 = { 0, 0 }; // type mismatch. RHS doesn't have enough bits 34 bits<3> D4 = { 0b00 }; // type mismatch. RHS doesn't have enough bits 37 bits<1> D7 = { 3 }; // type mismatch. LHS doesn't have enough bits 38 bits<2> D8 = { 0 }; // type mismatch. RHS doesn't have enough bits
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3treeparser.c | 38 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSE… 83 parser->rec->mismatch = mismatch; in antlr3TreeParserNewStream() 174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch() function
|
/external/libxml2/result/HTML/ |
D | wired.html.err | 193 ./test/HTML/wired.html:346: HTML parser error : Opening and ending tag mismatch: td and font 199 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font 202 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font 205 ./test/HTML/wired.html:402: HTML parser error : Opening and ending tag mismatch: a and font 217 ./test/HTML/wired.html:408: HTML parser error : Opening and ending tag mismatch: a and font 223 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 226 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 229 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 232 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font 235 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font [all …]
|
/external/clang/test/FixIt/ |
D | fixit-multiple-selector-warnings.m | 2 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -fixit %t 3 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -Werror %t
|
/external/pdfium/tools/drmemory/ |
D | suppressions.txt | 24 # PDFium-i#287: new/delete[] mismatch 26 name=i#287:new-delete-array-mismatch
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | trie-search.cc | 409 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_match() 421 return mismatch(); in trie_match() 430 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_match() 431 return mismatch(); in trie_match() 435 return mismatch(); in trie_match() 461 return mismatch(); in tail_match() 468 return mismatch(); in tail_match() 529 std::size_t pos_found = mismatch(); in find_last_() 696 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_prefix_match() 722 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_prefix_match() [all …]
|
/external/marisa-trie/lib/marisa/ |
D | trie-search.cc | 390 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_match() 402 return mismatch(); in trie_match() 411 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_match() 412 return mismatch(); in trie_match() 416 return mismatch(); in trie_match() 442 return mismatch(); in tail_match() 449 return mismatch(); in tail_match() 506 std::size_t pos_found = mismatch(); in find_last_() 665 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_prefix_match() 691 if ((next_pos == mismatch()) || (next_pos == pos)) { in trie_prefix_match() [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | count-mismatch.proftext | 17 # MERGE_ERRS: count-mismatch.proftext: foo: Function basic block count change detected (counter mis…
|
/external/libmicrohttpd/src/microhttpd/ |
D | test_postprocessor.c | 73 mismatch (const char *a, const char *b) in mismatch() function 106 (mismatch (filename, want[idx + 1])) || in value_checker() 107 (mismatch (content_type, want[idx + 2])) || in value_checker() 108 (mismatch (transfer_encoding, want[idx + 3])) || in value_checker()
|
/external/curl/tests/data/ |
D | test7 | 20 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; 57 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
D | test1105 | 20 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; 62 127.0.0.1 FALSE "/silly/" FALSE 0 mismatch this
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_checks.inc | 40 UBSAN_CHECK(FunctionTypeMismatch, "function-type-mismatch", "function") 44 UBSAN_CHECK(DynamicTypeMismatch, "dynamic-type-mismatch", "vptr")
|