| /prebuilts/go/linux-x86/test/fixedbugs/ |
| bug103.go | 12 x := f(); // ERROR "mismatch|as value|no type"
|
| bug245.go | 16 // bug245.go:14: fatal error: method mismatch: T for T
|
| /system/core/base/ |
| test_utils_test.cpp | 27 EXPECT_FATAL_FAILURE(ASSERT_MATCH("foobar", R"(foobaz)"), "regex mismatch"); 32 EXPECT_FATAL_FAILURE(ASSERT_NOT_MATCH("foobar", R"(foobar)"), "regex mismatch"); 37 EXPECT_NONFATAL_FAILURE(EXPECT_MATCH("foobar", R"(foobaz)"), "regex mismatch"); 42 EXPECT_NONFATAL_FAILURE(EXPECT_NOT_MATCH("foobar", R"(foobar)"), "regex mismatch");
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/ |
| cpu-warn1.s | 1 ; Test mismatch between cpu option passed by mcpu option and .cpu
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
| arch-err-2.s | 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
|
| arch-err-3.s | 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
|
| arch-err-4.s | 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
|
| arch-err-5.s | 1 ; Test mismatch of --march=ARCH1 and .arch ARCH2.
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/ |
| err-be.s | 5 ! Check that a mismatch between command-line options and the .big
|
| err-le.s | 5 ! Check that a mismatch between command-line options and the .big
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/ |
| mismatch.exp | 17 # Test architecture mismatch errors. 19 # GAS issues two lines of error text for each mismatch: 21 # mm-lite.s:7: Error: Architecture mismatch on "divscc". 24 # The suggested regexp argument to dg-error is "mismatch|<arch>".
|
| /external/clang/test/SemaCXX/ |
| function-pointer-arguments.cpp | 27 // expected-error@-1 {{type mismatch at 1st parameter ('char' vs 'int')}} 29 // expected-error@-1 {{type mismatch at 2nd parameter ('char' vs 'int')}} 38 // expected-error@-1 {{type mismatch at 2nd parameter ('char' vs 'int')}} 40 // expected-error@-1 {{type mismatch at 2nd parameter ('char' vs 'int')}} 42 // expected-error@-1 {{type mismatch at 1st parameter ('const int &' vs 'int &')}} 44 // expected-error@-1 {{type mismatch at 1st parameter ('int &' vs 'const int &')}} 50 // expected-error@-1 {{type mismatch at 2nd parameter ('int' vs 'unsigned int')}}
|
| /external/perfetto/src/tracing/core/ |
| ftrace_config.cc | 47 "size mismatch"); 57 "size mismatch"); 66 "size mismatch"); 72 "size mismatch"); 77 "size mismatch"); 90 "size mismatch"); 97 "size mismatch"); 102 static_assert(sizeof(it) == sizeof(proto->atrace_apps(0)), "size mismatch"); 106 "size mismatch"); 111 "size mismatch"); [all...] |
| test_config.cc | 43 "size mismatch"); 48 "size mismatch"); 52 static_assert(sizeof(seed_) == sizeof(proto.seed()), "size mismatch"); 56 "size mismatch"); 61 "size mismatch"); 71 "size mismatch"); 77 "size mismatch"); 82 static_assert(sizeof(seed_) == sizeof(proto->seed()), "size mismatch"); 86 "size mismatch"); 92 "size mismatch"); [all...] |
| commit_data_request.cc | 57 "size mismatch"); 78 "size mismatch"); 97 static_assert(sizeof(page_) == sizeof(proto.page()), "size mismatch"); 100 static_assert(sizeof(chunk_) == sizeof(proto.chunk()), "size mismatch"); 104 "size mismatch"); 113 static_assert(sizeof(page_) == sizeof(proto->page()), "size mismatch"); 116 static_assert(sizeof(chunk_) == sizeof(proto->chunk()), "size mismatch"); 120 "size mismatch"); 140 "size mismatch"); 144 "size mismatch"); [all...] |
| inode_file_config.cc | 44 "size mismatch"); 49 "size mismatch"); 53 "size mismatch"); 58 "size mismatch"); 66 "size mismatch"); 83 "size mismatch"); 88 "size mismatch"); 93 "size mismatch"); 98 "size mismatch"); 106 "size mismatch"); [all...] |
| process_stats_config.cc | 49 "size mismatch"); 55 "size mismatch"); 62 "size mismatch"); 74 static_assert(sizeof(it) == sizeof(proto->quirks(0)), "size mismatch"); 79 "size mismatch"); 86 "size mismatch");
|
| data_source_config.cc | 49 static_assert(sizeof(name_) == sizeof(proto.name()), "size mismatch"); 53 "size mismatch"); 57 "size mismatch"); 70 "size mismatch"); 81 static_assert(sizeof(name_) == sizeof(proto->name()), "size mismatch"); 85 "size mismatch"); 91 "size mismatch"); 104 "size mismatch");
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.nonmodifying/mismatch/ |
| mismatch_pred.pass.cpp | 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred); 41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), EQ()) 43 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), EQ()) 47 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), std::ref(bcp)) 53 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), EQ()) 55 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib + sb), EQ()) 58 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib + sb), std::ref(bcp)) 63 assert(std::mismatch(ia, ia + sa, ib, EQ()) == 67 assert(std::mismatch(ia, ia + sa, ib, ib + sb, EQ()) == 69 assert(std::mismatch(ia, ia + sa, ib, ib + 2, EQ()) = [all...] |
| mismatch.pass.cpp | 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2); 34 assert(std::mismatch(II(ia), II(ia + sa), II(ib)) 37 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib)) 41 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+sb)) 44 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib), RAI(ib+sb)) 48 assert(std::mismatch(II(ia), II(ia + sa), II(ib), II(ib+2))
|
| /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
| BatchUpdateExceptionTest.java | 51 assertEquals(i + " Final state mismatch: ", 54 assertEquals(i + " Final state mismatch: ", 57 assertEquals(i + " Final state mismatch: ", 59 assertEquals(i + " Final state mismatch: ", 66 assertEquals(i + "Exception mismatch", e.getClass(), 68 assertEquals(i + "Exception mismatch", e.getMessage(), 97 assertEquals(i + " Final state mismatch: ", 100 assertTrue(i + " Final state mismatch: ", 102 assertEquals(i + " Final state mismatch: ", 104 assertEquals(i + " Final state mismatch: " [all...] |
| /external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ |
| mismatch.pass.cpp | 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2); 19 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2); // C++14 35 auto p1 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic)); 39 auto p2 = std::mismatch(std::begin(ia), std::end(ia), std::begin(ic), std::end(ic)); 43 auto p3 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic)); 47 auto p4 = std::mismatch(std::begin(ib), std::end(ib), std::begin(ic), std::end(ic)); 51 auto p5 = std::mismatch(II(std::begin(ib)), II(std::end(ib)), II(std::begin(ic))); 54 auto p6 = std::mismatch(BI(std::begin(ib)), BI(std::end(ib)), BI(std::begin(ic)), BI(std::end(ic))); 72 assert(std::mismatch(II(ia), II(ia + sa), II(ib)) 75 assert(std::mismatch(RAI(ia), RAI(ia + sa), RAI(ib) [all...] |
| /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/ |
| TypeSafeMatcherTest.java | 19 mismatchDescription.appendText("The mismatch"); 38 assertMismatchDescription("The mismatch", matcher, "a string");
|
| /external/libxml2/result/errors/ |
| 759398.xml.err | 4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????m line 308 and termdef 7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
|
| /external/pcre/dist2/doc/ |
| pcre2_serialize_get_number_of_codes.3 | 22 PCRE2_ERROR_BADMAGIC mismatch of id bytes in \fIbytes\fP 23 PCRE2_ERROR_BADMODE mismatch of variable unit size or PCRE version
|