Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 – 25 of 189) sorted by relevance

12345678

/external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
Dmismatch_pred.pass.cpp40 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ()) in main()
42 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), EQ()) in main()
46 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), std::ref(bcp)) in main()
52 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ()) in main()
54 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib + sb), EQ()) in main()
57 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), std::ref(bcp)) in main()
62 assert(std::mismatch(ia, ia + sa, ib, EQ()) == in main()
66 assert(std::mismatch(ia, ia + sa, ib, ib + sb, EQ()) == in main()
68 assert(std::mismatch(ia, ia + sa, ib, ib + 2, EQ()) == in main()
Dmismatch.pass.cpp36 assert(std::mismatch(II(ia), II(ia + sa), II(ib)) in main()
39 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib)) in main()
43 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb)) in main()
46 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib+sb)) in main()
50 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+2)) in main()
/external/clang/test/ASTMerge/Inputs/
Dinterface1.m13 // Ivar mismatch
20 // Superclass mismatch
31 // Method mismatch
37 // Method mismatch
43 // Method mismatch
Dinterface2.m13 // Ivar mismatch
20 // Superclass mismatch
31 // Method mismatch
36 // Method mismatch
42 // Method mismatch
/external/deqp/data/gles31/shaders/
Dseparate_shader_validation.test73 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 …]
Dlinkage_io_block.test3 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"
Dlinkage_shader_storage_block.test4 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java77 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/llvm/test/TableGen/
DBitsInit.td33 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/chromium-trace/trace-viewer/tracing/build/
Dcheck_common.py34 mismatch = ''
37 mismatch = listed_files[i]
50 {4}\n\n'''.format(group_name, src_file, mismatch, what_is, what_should_be)
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3treeparser.c38 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/
Dwired.html.err193 ./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 …]
Dtest3.html.err7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
/external/clang/test/FixIt/
Dfixit-multiple-selector-warnings.m2 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -fixit %t
3 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -Werror %t
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-search.cc409 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 …]
Dtrie-inline.h143 inline std::size_t Trie::mismatch() { in mismatch() function
166 if (next_pos == mismatch()) { in find_child()
222 if (next_pos == mismatch()) { in predict_child()
/external/marisa-trie/lib/marisa/
Dtrie-search.cc390 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 …]
Dtrie-inline.h142 inline std::size_t Trie::mismatch() { in mismatch() function
165 if (next_pos == mismatch()) { in find_child()
217 if (next_pos == mismatch()) { in predict_child()
/external/llvm/test/tools/llvm-profdata/
Dcount-mismatch.proftext17 # MERGE_ERRS: count-mismatch.proftext: foo: Function count mismatch
/external/boringssl/src/
DCMakeLists.txt34 # 'unsigned long', signed/unsigned mismatch
38 "C4388" # signed/unsigned mismatch
42 # signed/unsigned mismatch
43 "C4389" # '!=' : signed/unsigned mismatch
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm25 // Do not infer when the return types mismatch.
63 // Not inferred due to return type mismatch
/external/clang/test/SemaObjC/
Dnowarn-superclass-method-mismatch.m1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -Wsuper-class-method-mismatch
/external/e2fsprogs/lib/ss/
Dss_err.et7 "Version mismatch"
/external/llvm/test/Verifier/
Dinvalid-statepoint.ll3 ; CHECK: gc.statepoint: mismatch in number of call arguments
/external/e2fsprogs/lib/et/test_cases/
Dsimple.et34 "Protocol version mismatch"

12345678