HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 26 - 50 of 3039) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/strace/tests/
qual_syscall.test 11 dump_log_and_fail_with "$STRACE $args output mismatch"
20 dump_log_and_fail_with "$STRACE $args output mismatch"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug289.go 12 a, b := f() // ERROR "mismatch|does not match"
19 a, b = f() // ERROR "mismatch|does not match"
bug103.go 12 x := f(); // ERROR "mismatch|as value|no type"
bug245.go 16 // bug245.go:14: fatal error: method mismatch: T for T
  /prebuilts/go/linux-x86/test/fixedbugs/
bug289.go 12 a, b := f() // ERROR "mismatch|does not match"
19 a, b = f() // ERROR "mismatch|does not match"
bug103.go 12 x := f(); // ERROR "mismatch|as value|no type"
bug245.go 16 // bug245.go:14: fatal error: method mismatch: T for T
  /art/test/600-verifier-fails/
info.txt 4 verification fail (on the type mismatch) to avoid a crash later on.
  /art/test/800-smali/smali/
b_25494456.smali 5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
  /dalvik/dx/tests/100-local-mismatch/
expected.txt 2 local variable type mismatch: attempt to set or access a value of type int using a local variable of type java.lang.Object. This is symptomatic of .class transformation tools that ignore local variable information.
4 local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.
6 local variable type mismatch: attempt to set or access a value of type int using a local variable of type byte[]. This is symptomatic of .class transformation tools that ignore local variable information.
8 local variable type mismatch: attempt to set or access a value of type java.lang.String using a local variable of type java.lang.Object[]. This is symptomatic of .class transformation tools that ignore local variable information.
run 23 dx --dex Blort1.class 2>&1 | grep mismatch
26 dx --dex Blort2.class 2>&1 | grep mismatch
29 dx --dex Blort3.class 2>&1 | grep mismatch
32 dx --dex Blort4.class 2>&1 | grep mismatch
  /external/clang/test/SemaObjC/
nullability-arc.m 1 // RUN: %clang_cc1 -fobjc-arc -fsyntax-only -Woverriding-method-mismatch %s -verify
  /external/curl/tests/data/
test570 7 Mismatch checking
18 Informational: CSeq Mismatch
32 Informational: Session ID mismatch
50 RTSP CSeq and Session Mismatch checks
  /external/valgrind/memcheck/tests/
new_nothrow.cpp 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
  /toolchain/binutils/binutils-2.25/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.25/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.25/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/libcxx/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...]
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail.cpp 14 "IPDF_DataAvail::DataError value mismatch");
16 "IPDF_DataAvail::DataNotAvailable value mismatch");
18 "IPDF_DataAvail::DataAvailable value mismatch");
21 "IPDF_DataAvail::LinearizationUnknown value mismatch");
23 "IPDF_DataAvail::NotLinearized value mismatch");
25 "IPDF_DataAvail::Linearized value mismatch");
28 "IPDF_DataAvail::FormError value mismatch");
30 "IPDF_DataAvail::FormNotAvailable value mismatch");
32 "IPDF_DataAvail::FormAvailable value mismatch");
34 "IPDF_DataAvail::FormNotExist value mismatch");
    [all...]
  /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...]

Completed in 1617 milliseconds

12 3 4 5 6 7 8 91011>>