HomeSort by relevance Sort by last modified time
    Searched full:mismatch (Results 1 - 25 of 1426) 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...]
  /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 15 static_assert(sizeof(IntArray<10>) == sizeof(int) * 10, "Array size mismatch");
16 static_assert(sizeof(IntArray<1>) == sizeof(int) * 1, "Array size mismatch");
22 static_assert(sizeof(TenElementArray<int>) == sizeof(int) * 10, "Array size mismatch");
28 static_assert(sizeof(Array<int, 10>) == sizeof(int) * 10, "Array size mismatch");
  /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/mesa3d/src/glsl/tests/
function-04.glsl 1 /* FAIL - type mismatch in assignment */
  /external/valgrind/main/memcheck/tests/
new_nothrow.cpp 4 // they call malloc(), the calls to 'delete' caused bogus mismatch errors.
  /external/chromium/chrome/browser/metrics/
metrics_response_unittest.cc 84 "Mismatch in case " << i;
85 EXPECT_EQ(rcase.events, response.events()) << "Mismatch in case " << i;
86 EXPECT_EQ(rcase.interval, response.interval()) << "Mismatch in case " << i;
89 "Mismatch in case " << i;
92 "Mismatch in case " << i;
95 "Mismatch in case " << i;
98 "Mismatch in case " << i;
  /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/e2fsprogs/lib/ss/
ss_err.et 7 "Version mismatch"
  /external/llvm/include/llvm/ADT/
APSInt.h 90 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
98 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
106 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
110 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
123 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
127 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
131 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
135 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
168 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
173 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algobase.h 50 // NB: equal and lexicographical_compare require mismatch.
55 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
57 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2); }
63 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
65 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); }
74 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); }
76 // Parallel mismatch for random access iterators
93 return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred);
99 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2) function in namespace:std::__parallel
118 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2 function in namespace:std::__parallel
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
PropertyDescriptor.cpp 170 unsigned mismatch = other.m_attributes ^ m_attributes; local
172 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
174 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete)
176 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
183 unsigned mismatch = other.m_attributes ^ m_attributes; local
186 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
188 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete)
190 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
  /dalvik/tests/
README.txt 11 directory; this can be used to exercise "API mismatch" situations by

Completed in 2895 milliseconds

1 2 3 4 5 6 7 8 91011>>