/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/mismatch/ |
D | mismatch_pred.pass.cpp | 34 assert(std::mismatch(input_iterator<const int*>(ia), in main() 43 assert(std::mismatch(input_iterator<const int*>(ia), in main() 54 assert(std::mismatch(ia, ia + sa, ib, std::equal_to<int>()) == in main() 57 assert(std::mismatch(ia, ia + sa, ib, ib + sa, std::equal_to<int>()) == in main() 59 assert(std::mismatch(ia, ia + sa, ib, ib + 2, std::equal_to<int>()) == in main()
|
D | mismatch.pass.cpp | 31 assert(std::mismatch(input_iterator<const int*>(ia), in main() 40 assert(std::mismatch(input_iterator<const int*>(ia), in main() 49 assert(std::mismatch(input_iterator<const int*>(ia), in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mismatch_test.cpp | 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2); in mismatch0() 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); in mismatch0() 58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin()); in mismatch1() 63 result = mismatch(v1.begin(), v1.end(), v2.begin()); in mismatch1() 74 …pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (ch… in mismatch2() 79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal); in mismatch2()
|
/ndk/tests/device/test-stlport/unit/ |
D | mismatch_test.cpp | 44 pair <int*, int*> result = mismatch((int*)n1, (int*)n1 + 5, (int*)n2); in mismatch0() 47 result = mismatch((int*)n1, (int*)n1 + 5, (int*)n3); in mismatch0() 58 pair <IntVec::iterator, IntVec::iterator> result = mismatch(v1.begin(), v1.end(), v2.begin()); in mismatch1() 63 result = mismatch(v1.begin(), v1.end(), v2.begin()); in mismatch1() 74 …pair <char const**, char const**> result = mismatch((char const**)n1, (char const**)n1 + size, (ch… in mismatch2() 79 result = mismatch((char const**)n1, (char const**)n1 + size, (char const**)n2, str_equal); in mismatch2()
|
/ndk/tests/device/hard-float/jni/ |
D | Android.mk | 60 LOCAL_LDFLAGS += -Wl,--no-warn-mismatch 93 LOCAL_LDFLAGS += -Wl,--no-warn-mismatch
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | named_parameter.ipp | 52 mm_pos = unit_test::mismatch( name.begin(), name.end(), p_name->begin(), p_name->end() ); 77 … unit_test::mismatch( p_name->begin(), p_name->end(), snp.p_name->begin(), snp.p_name->end() ); 111 mm_pos = unit_test::mismatch( in.begin(), in.end(), p_name->begin(), p_name->end() );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | algorithm.hpp | 39 mismatch( InputIter1 first1, InputIter1 last1, in mismatch() function 63 mismatch( InputIter1 first1, InputIter1 last1, in mismatch() function
|
/ndk/build/tools/toolchain-patches/mclinker/ |
D | 0003-Allow-multiple-of-the-same-options.patch | 18 "no-warn-mismatch",
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
D | setup.mk | 48 TARGET_LDFLAGS += -Wl,--no-warn-mismatch \
|
/ndk/toolchains/arm-linux-androideabi-4.9/ |
D | setup.mk | 48 TARGET_LDFLAGS += -Wl,--no-warn-mismatch \
|
/ndk/toolchains/arm-linux-androideabi-clang3.4/ |
D | setup.mk | 86 -Wl,--no-warn-mismatch \
|
/ndk/toolchains/arm-linux-androideabi-clang3.5/ |
D | setup.mk | 92 -Wl,--no-warn-mismatch \
|
/ndk/build/tools/ |
D | builder-funcs.sh | 672 builder_ldflags "-Wl,--no-warn-mismatch -lm_hard"
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, in mismatch() function 536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, in mismatch() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 88 mismatch(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2); 92 mismatch(InputIterator1 first1, InputIterator1 last1, 97 mismatch(InputIterator1 first1, InputIterator1 last1, 102 mismatch(InputIterator1 first1, InputIterator1 last1, 929 if (!__pred(*__m1, *__m2)) // mismatch, restart with a new __first 969 if (!__pred(*--__m1, *--__m2)) // if there is a mismatch, restart with a new __l1 1123 // mismatch 1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, 1140 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2) 1144 return _VSTD::mismatch(__first1, __last1, __first2, __equal_to<__v1, __v2>()); [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 544 // try to log area around the mismatch
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 204 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch) 205 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch_pred)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 213 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch) 214 $(call gen-test, algorithms/alg.nonmodifying/mismatch/mismatch_pred)
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 512 % Evironment mismatch, #1 expected:
|