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

1 2

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
Android.mk 23 test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy
24 test_src := remove_copy.pass.cpp
remove_copy.pass.cpp 15 // remove_copy(InIter first, InIter last, OutIter result, const T& value);
29 OutIter r = std::remove_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/
remove_copy.pass.cpp 15 // remove_copy(InIter first, InIter last, OutIter result, const T& value);
29 OutIter r = std::remove_copy(InIter(ia), InIter(ia+sa), OutIter(ib), 2);
  /external/stlport/test/unit/
rm_cp_test.cpp 221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2);
  /ndk/tests/device/test-gnustl-full/unit/
rm_cp_test.cpp 221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2);
  /ndk/tests/device/test-stlport/unit/
rm_cp_test.cpp 221 remove_copy((int*)numbers, (int*)numbers + 6, (int*)result, 2);
  /external/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 235 // remove, remove_if, remove_copy, remove_copy_if
239 remove_copy(_InputIter __first, _InputIter __last,_OutputIter __result, const _Tp& __val) { function
272 return remove_copy(++__next, __last, __first, __val);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 99 remove_copy
491 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 99 remove_copy
491 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 99 remove_copy
491 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 101 remove_copy
493 remove_copy(_IIter, _IIter, _OIter, const _Tp&);

Completed in 1210 milliseconds

1 2