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/ |
D | remove_copy_if.pass.cpp | 31 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib), in test()
|
/ndk/tests/device/test-stlport/unit/ |
D | rm_cp_test.cpp | 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd); in remcpif1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rm_cp_test.cpp | 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd); in remcpif1()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 252 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/ |
D | algorithm | 248 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++-static-full/jni/ |
D | Android.mk | 160 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 169 $(call gen-test, algorithms/alg.modifying.operations/alg.remove/remove_copy_if)
|