Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Dremove_copy_if.pass.cpp31 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib), in test()
/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd); in remcpif1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd); in remcpif1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { in remove_copy_if() function
285 return remove_copy_if(++__next, __last, __first, __pred); in remove_if()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm248 remove_copy_if(InputIterator first, InputIterator last, OutputIterator result, Predicate pred);
2162 // remove_copy_if
2167 remove_copy_if(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Predicate …
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk169 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk160 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)