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

  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 99 remove_copy
491 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 904 * remove_copy() is stable, so the relative order of elements that are
909 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 99 remove_copy
491 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 904 * remove_copy() is stable, so the relative order of elements that are
909 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 97 remove_copy
486 remove_copy(_IIter, _IIter, _OIter, const _Tp&);
stl_algo.h 919 * remove_copy() is stable, so the relative order of elements that are
924 remove_copy(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 283 milliseconds