Home
last modified time | relevance | path

Searched refs:remove_copy (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Dremove_copy.pass.cpp29 OutIter r = std::remove_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2); in test()
/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2); in remcopy1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2); in remcopy1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { in remove_copy() function
272 return remove_copy(++__next, __last, __first, __val); in remove()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm244 remove_copy(InputIterator first, InputIterator last, OutputIterator result, const T& value);
2144 // remove_copy
2149 remove_copy(_InputIterator __first, _InputIterator __last, _OutputIterator __result, const _Tp& __v…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk161 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk170 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy)