HomeSort by relevance Sort by last modified time
    Searched refs:remove_copy_if (Results 1 - 25 of 42) sorted by null

1 2

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy_if
20 test_src := remove_copy_if.pass.cpp
remove_copy_if.pass.cpp 16 // remove_copy_if(InIter first, InIter last, OutIter result, Pred pred);
31 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_copy_if.pass.cpp 16 // remove_copy_if(InIter first, InIter last, OutIter result, Pred pred);
31 OutIter r = std::remove_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /external/stlport/test/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /ndk/tests/device/test-gnustl-full/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /ndk/tests/device/test-stlport/unit/
rm_cp_test.cpp 236 remove_copy_if((int*)numbers, (int*)numbers + 6, (int*)result, odd);
  /external/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
252 remove_copy_if(_InputIter __first, _InputIter __last, _OutputIter __result, _Predicate __pred) { function
285 return remove_copy_if(++__next, __last, __first, __pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 98 remove_copy_if
490 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 100 remove_copy_if
495 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 102 remove_copy_if
497 remove_copy_if(_IIter, _IIter, _OIter, _Predicate);

Completed in 599 milliseconds

1 2