HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 1 - 25 of 2236) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
tls.stdout.exp 1 tls_ptr: case "race" has mismatch: *ip=1 here=0
2 tls_ptr: case "race" has mismatch: *ip=2 here=1
3 tls_ptr: case "race" has mismatch: *ip=3 here=1
4 tls_ptr: case "race" has mismatch: *ip=4 here=2
5 tls_ptr: case "race" has mismatch: *ip=5 here=2
6 tls_ptr: case "race" has mismatch: *ip=6 here=3
7 tls_ptr: case "race" has mismatch: *ip=7 here=3
8 tls_ptr: case "race" has mismatch: *ip=8 here=4
9 tls_ptr: case "race" has mismatch: *ip=9 here=4
10 tls_ptr: case "race" has mismatch: *ip=10 here=
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestGetSet.java 272 verify(tmp, tmp2, out1DAlloc, "Data mismatch char: ", 1);
274 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char: ", 1);
277 verify(tmp, tmp2, out2DAlloc, "Data mismatch char: ", 1);
279 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char: ", 1);
282 verify(tmp, tmp2, out3DAlloc, "Data mismatch char: ", 1);
284 verify(tmp, tmp2, out3DAlloc, "Data mismatch relaxed char: ", 1);
292 verify(tmp, tmp2, out1DAlloc, "Data mismatch char2: ", 2);
294 verify(tmp, tmp2, out1DAlloc, "Data mismatch relaxed char2: ", 2);
297 verify(tmp, tmp2, out2DAlloc, "Data mismatch char2: ", 2);
299 verify(tmp, tmp2, out2DAlloc, "Data mismatch relaxed char2: ", 2)
    [all...]
  /external/clang/test/ASTMerge/Inputs/
enum1.c 8 // Value mismatch
15 // Name mismatch
enum2.c 8 // Value mismatch
15 // Name mismatch
struct1.c 12 // Mismatch in field type
20 // Mismatch in tag kind.
32 // Bit-field mismatch
35 // Bit-field mismatch
53 // Mismatch due to struct used internally
struct2.c 9 // Mismatch in field type
17 // Mismatch in tag kind.
29 // Bit-field mismatch
32 // Bit-field mismatch
50 // Mismatch due to struct used internally
interface1.m 13 // Ivar mismatch
20 // Superclass mismatch
31 // Method mismatch
37 // Method mismatch
43 // Method mismatch
interface2.m 13 // Ivar mismatch
20 // Superclass mismatch
31 // Method mismatch
36 // Method mismatch
42 // Method mismatch
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DataTruncationTest.java 66 assertEquals(i + " Final state mismatch", aDataTruncation
68 assertEquals(i + " Final state mismatch", aDataTruncation
70 assertEquals(i + " Final state mismatch", aDataTruncation
72 assertEquals(i + " Final state mismatch", aDataTruncation
74 assertEquals(i + " Final state mismatch", aDataTruncation
76 assertEquals(i + " Final state mismatch", aDataTruncation
78 assertEquals(i + " Final state mismatch", aDataTruncation
80 assertEquals(i + " Final state mismatch", aDataTruncation
87 assertEquals(i + "Exception mismatch", e.getClass(),
89 assertEquals(i + "Exception mismatch", e.getMessage()
    [all...]
SQLWarningTest.java 51 assertEquals(i + " Final state mismatch", aSQLWarning
53 assertEquals(i + " Final state mismatch", aSQLWarning
55 assertEquals(i + " Final state mismatch", aSQLWarning
57 assertEquals(i + " Final state mismatch", aSQLWarning
64 assertEquals(i + "Exception mismatch", e.getClass(),
66 assertEquals(i + "Exception mismatch", e.getMessage(),
98 assertEquals(i + " Final state mismatch", aSQLWarning
100 assertEquals(i + " Final state mismatch", aSQLWarning
102 assertEquals(i + " Final state mismatch", aSQLWarning
104 assertEquals(i + " Final state mismatch", aSQLWarnin
    [all...]
SQLExceptionTest.java 46 assertEquals("SUID mismatch: ", theFixedSUID, theSUID);
84 assertEquals(i + " Final state mismatch", aSQLException
86 assertEquals(i + " Final state mismatch", aSQLException
88 assertEquals(i + " Final state mismatch", aSQLException
90 assertEquals(i + " Final state mismatch", aSQLException
97 assertEquals(i + "Exception mismatch", e.getClass(),
99 assertEquals(i + "Exception mismatch", e.getMessage(),
133 assertEquals(i + " Final state mismatch", aSQLException
135 assertEquals(i + " Final state mismatch", aSQLException
137 assertEquals(i + " Final state mismatch", aSQLExceptio
    [all...]
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 assertEquals(i + " Final state mismatch: ",
103 assertEquals(i + " Final state mismatch: ",
105 assertEquals(i + " Final state mismatch: "
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-array.cpp 16 static_assert(sizeof(IntArray<10>) == sizeof(int) * 10, "Array size mismatch");
17 static_assert(sizeof(IntArray<1>) == sizeof(int) * 1, "Array size mismatch");
23 static_assert(sizeof(TenElementArray<int>) == sizeof(int) * 10, "Array size mismatch");
29 static_assert(sizeof(Array<int, 10>) == sizeof(int) * 10, "Array size mismatch");
  /external/libcxx/test/algorithms/alg.nonmodifying/mismatch/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/mismatch/Android.mk
19 test_name := algorithms/alg.nonmodifying/mismatch/mismatch_pred
23 test_name := algorithms/alg.nonmodifying/mismatch/mismatch
24 test_src := mismatch.pass.cpp
  /external/clang/test/FixIt/
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
  /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/valgrind/main/memcheck/tests/
new_nothrow.cpp 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
  /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/stlport/test/unit/
mismatch_test.cpp 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2);
47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3);
58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin());
63 result = mismatch(v1.begin(), v1.end(), v2.begin());
74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
  /ndk/tests/device/test-gnustl-full/unit/
mismatch_test.cpp 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2);
47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3);
58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin());
63 result = mismatch(v1.begin(), v1.end(), v2.begin());
74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
  /ndk/tests/device/test-stlport/unit/
mismatch_test.cpp 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2);
47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3);
58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin());
63 result = mismatch(v1.begin(), v1.end(), v2.begin());
74 pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal);
  /external/llvm/include/llvm/ADT/
APSInt.h 84 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
92 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
100 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
104 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
117 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
121 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
125 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
129 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
133 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
175 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
jmpfar.asm 2 jmp near 1234:5678 ; YASM: near jump; NASM: mismatch in operand sizes
3 jmp far 1234:5678 ; YASM: far jump; NASM: mismatch in operand sizes
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algobase.h 49 // NB: equal and lexicographical_compare require mismatch.
54 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
56 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2); }
61 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, function in namespace:__parallel
63 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
71 { return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred); }
73 // Parallel mismatch for random access iterators
89 return _GLIBCXX_STD_A::mismatch(__begin1, __end1, __begin2, __pred);
95 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2) function in namespace:__parallel
109 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
121 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel
130 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function in namespace:__parallel
176 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2, _IIter2 __end2) function in namespace:__parallel
190 mismatch(_InputIterator1 __begin1, _InputIterator1 __end1, function in namespace:__parallel
    [all...]

Completed in 673 milliseconds

1 2 3 4 5 6 7 8 91011>>