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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
windows-arm-valist.cpp 16 "type mismatch for va_list");
  /external/clang/test/SemaObjC/
nowarn-superclass-method-mismatch.m 1 // RUN: %clang_cc1 -fsyntax-only -fobjc-arc -fobjc-runtime-has-weak -Wsuper-class-method-mismatch -verify %s
  /external/e2fsprogs/lib/ss/
ss_err.et 7 "Version mismatch"
  /external/jemalloc/test/unit/
qr.c 83 "Element id mismatch");
91 NENTRIES].id, "Element id mismatch");
98 "Element id mismatch");
103 "Element id mismatch");
133 "Element id mismatch");
139 "Element id mismatch");
161 NENTRIES].id, "Element id mismatch");
169 "Element id mismatch");
176 "Element id mismatch");
181 "Element id mismatch");
    [all...]
ckh.c 62 "Key mismatch, i=%zu", i);
64 "Value mismatch, i=%zu", i);
88 "Key mismatch, i=%zu", i);
90 "Value mismatch, i=%zu", i);
126 assert_ptr_eq(p[j], q, "Key pointer mismatch");
127 assert_ptr_eq(p[j], r, "Value pointer mismatch");
139 assert_ptr_eq(p[j], q, "Key pointer mismatch");
140 assert_ptr_eq(p[j], r, "Value pointer mismatch");
181 assert_ptr_eq(p[i], q, "Key pointer mismatch");
182 assert_ptr_eq(p[i], r, "Value pointer mismatch");
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestVLoad.java 201 verify(tmp, tmp2, "Data mismatch char: ");
209 verify(tmp, tmp2, "Data mismatch uchar: ");
217 verify(tmp, tmp2, "Data mismatch relaxed char: ");
225 verify(tmp, tmp2, "Data mismatch relaxed uchar: ");
233 verify(tmp, tmp2, "Data mismatch short: ");
241 verify(tmp, tmp2, "Data mismatch ushort: ");
249 verify(tmp, tmp2, "Data mismatch relaxed short: ");
257 verify(tmp, tmp2, "Data mismatch ushort: ");
265 verify(tmp, tmp2, "Data mismatch int: ");
273 verify(tmp, tmp2, "Data mismatch uint: ")
    [all...]
  /external/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
34 assert(std::mismatch(input_iterator<const int*>(ia),
43 assert(std::mismatch(input_iterator<const int*>(ia),
54 assert(std::mismatch(ia, ia + sa, ib, std::equal_to<int>()) ==
57 assert(std::mismatch(ia, ia + sa, ib, ib + sa, std::equal_to<int>()) ==
59 assert(std::mismatch(ia, ia + sa, ib, ib + 2, std::equal_to<int>()) ==
mismatch.pass.cpp 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2);
31 assert(std::mismatch(input_iterator<const int*>(ia),
40 assert(std::mismatch(input_iterator<const int*>(ia),
49 assert(std::mismatch(input_iterator<const int*>(ia),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/
mismatch_pred.pass.cpp 16 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2, Pred pred);
34 assert(std::mismatch(input_iterator<const int*>(ia),
43 assert(std::mismatch(input_iterator<const int*>(ia),
54 assert(std::mismatch(ia, ia + sa, ib, std::equal_to<int>()) ==
57 assert(std::mismatch(ia, ia + sa, ib, ib + sa, std::equal_to<int>()) ==
59 assert(std::mismatch(ia, ia + sa, ib, ib + 2, std::equal_to<int>()) ==
mismatch.pass.cpp 15 // mismatch(Iter1 first1, Iter1 last1, Iter2 first2);
31 assert(std::mismatch(input_iterator<const int*>(ia),
40 assert(std::mismatch(input_iterator<const int*>(ia),
49 assert(std::mismatch(input_iterator<const int*>(ia),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 37 private final boolean mIsMatch;
42 this.mIsMatch = isMatch;
57 return mIsMatch;
  /ndk/build/tools/toolchain-patches/mclinker/
0003-Allow-multiple-no-warn-mismatch.patch 4 Subject: [PATCH 3/3] Allow multiple --no-warn-mismatch
19 llvm::cl::opt<bool> ArgNoWarnMismatch("no-warn-mismatch",
31 ArgNoWarnMismatch("no-warn-mismatch",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
113 mismatch(_IIter1 __begin1, _IIter1 __end1, _IIter2 __begin2 function in namespace:__parallel
    [all...]
  /packages/services/Telecomm/
Android.mk 17 # Workaround for "local variable type mismatch" error.
  /external/chromium_org/chrome/browser/prerender/
prerender_final_status.cc 43 "Fragment Mismatch",
50 "Session Storage Namespace Mismatch",
  /external/chromium_org/third_party/boringssl/src/ssl/test/runner/
packet_adapter.go 32 return 0, errors.New("internal error: length mismatch!")
47 return 0, errors.New("internal error: length mismatch!")
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bin-farabs.asm 30 jmp near 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
48 jmp far 0040h:001Eh ; Illegal in NASM ("mismatch in operand sizes")
  /external/clang/test/Sema/
static-assert.c 36 _Static_assert(sizeof(T1) == sizeof(T2), "type size mismatch"); \
41 typedef UNION(char, short) U3; // expected-error {{static_assert failed "type size mismatch"}}
  /external/compiler-rt/test/asan/TestCases/Linux/
malloc_delete_mismatch.cc 1 // Check that we detect malloc/delete mismatch only if the approptiate flag
25 // CHECK: ERROR: AddressSanitizer: alloc-dealloc-mismatch (malloc vs operator delete) on 0x
  /external/deqp/data/gles31/shaders/
linkage_shader_storage_block.test 4 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"
separate_shader_validation.test 73 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...]
linkage_io_block.test 3 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"
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
debugallocation_test.cc 78 // Test match as well as mismatch rules. But do not test on OS X; on
80 // we are unable to catch these mismatch errors.
92 IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
93 IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
102 IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
103 IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
112 IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
113 IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
122 IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
123 IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]")
    [all...]

Completed in 423 milliseconds

12 3 4 5 6 7 8 91011>>