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

1 2

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy_if
20 test_src := replace_copy_if.pass.cpp
replace_copy_if.pass.cpp 18 // replace_copy_if(InIter first, InIter last, OutIter result, Pred pred, const T& new_value);
33 OutIter r = std::replace_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace_copy_if.pass.cpp 18 // replace_copy_if(InIter first, InIter last, OutIter result, Pred pred, const T& new_value);
33 OutIter r = std::replace_copy_if(InIter(ia), InIter(ia+sa), OutIter(ib),
  /external/stlport/test/unit/
rm_cp_test.cpp 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
  /ndk/tests/device/test-gnustl-full/unit/
rm_cp_test.cpp 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
  /ndk/tests/device/test-stlport/unit/
rm_cp_test.cpp 163 replace_copy_if(v1.begin(), v1.end(), v2.begin(), odd, 42);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 104 replace_copy_if
505 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 102 replace_copy_if
500 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 102 replace_copy_if
500 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 102 replace_copy_if
500 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 102 replace_copy_if
500 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 104 replace_copy_if
505 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 104 replace_copy_if
505 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /external/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, 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 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 186 // replace_if, replace_copy, replace_copy_if
209 replace_copy_if(_Iterator __first, _Iterator __last, function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 106 replace_copy_if
507 replace_copy_if(_Iter, _Iter, _OIter, _Predicate, const _Tp&);

Completed in 781 milliseconds

1 2