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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/algorithms/alg.nonmodifying/mismatch/
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))
  /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);
  /prebuilts/ndk/current/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...]
  /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/curl/tests/data/
test803 34 # CURLE_REMOTE_FILE_NOT_FOUND - UIDVALIDITY mismatch
  /external/e2fsprogs/lib/ss/
ss_err.et 7 "Version mismatch"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug246.go 20 println("mismatch", x1, x2)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug246.go 20 println("mismatch", x1, x2)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-and-micromips.d 5 #error: \A.*: .*\.o: ASE mismatch: linking microMIPS module with previous MIPS16 modules[\n\r]+.*: failed to merge target specific data of file .*\.o\Z
  /external/clang/test/Modules/Inputs/merge-using-decls/
b.h 25 // Mismatch in type/non-type-ness.
33 // Mismatch in using/access-declaration-ness.
39 // Mismatch in nested-name-specifier.
  /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 67 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu",
69 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu",
93 assert_ptr_eq((void *)ks, (void *)k.s, "Key mismatch, i=%zu",
95 assert_ptr_eq((void *)vs, (void *)v.s, "Value mismatch, i=%zu",
135 assert_ptr_eq(p[j], q, "Key pointer mismatch");
136 assert_ptr_eq(p[j], r, "Value pointer mismatch");
148 assert_ptr_eq(p[j], q, "Key pointer mismatch");
149 assert_ptr_eq(p[j], r, "Value pointer mismatch");
189 assert_ptr_eq(p[i], q, "Key pointer mismatch");
190 assert_ptr_eq(p[i], r, "Value pointer mismatch");
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VLoadTest.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...]
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptC_reduce_general_inputs.java.expect 137 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
160 throw new RSRuntimeException("Type mismatch with F16!");
164 throw new RSRuntimeException("Type mismatch with F16!");
175 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
201 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
224 throw new RSRuntimeException("Type mismatch with F16!");
228 throw new RSRuntimeException("Type mismatch with F16!");
239 throw new RSRuntimeException("Dimension mismatch between parameters ain1 and ain2!");
269 throw new RSRuntimeException("Array length mismatch between parameters \"in1\" and \"in2\"!");
292 throw new RSRuntimeException("Type mismatch with F16!")
    [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 100 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
108 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
116 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
120 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
133 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
137 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
141 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
145 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
149 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
204 assert(IsUnsigned == RHS.IsUnsigned && "Signedness mismatch!");
    [all...]
  /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>()) ==
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
TagVerifier.java 37 private final boolean mIsMatch;
42 this.mIsMatch = isMatch;
57 return 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-linux-glibc2.15-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...]
  /art/test/800-smali/smali/
b_20224106.smali 11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
  /external/chromium-trace/catapult/tracing/tracing_build/
check_common.py 28 mismatch = ''
31 mismatch = listed_files[i]
37 First mismatch:
44 {4}\n\n'''.format(group_name, src_file, mismatch, what_is, what_should_be)
  /external/libxml2/result/HTML/
test3.html.err 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b

Completed in 2841 milliseconds

1 23 4 5 6 7 8 91011>>