Home
last modified time | relevance | path

Searched refs:replace_if (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
Dreplace_if.pass.cpp31 std::replace_if(Iter(ia), Iter(ia+sa), std::bind2nd(std::equal_to<int>(), 2), 5); in test()
/ndk/tests/device/test-stlport/unit/
Dbind_test.cpp76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); in bind2nd1()
85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); in bind2nd2()
Drm_cp_test.cpp88 replace_if(v1.begin(), v1.end(), odd, 42); in replif1()
/ndk/tests/device/test-gnustl-full/unit/
Dbind_test.cpp76 replace_if(array, array + 3, binder2nd<greater<int> >(greater<int>(), 2), 4); in bind2nd1()
85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); in bind2nd2()
Drm_cp_test.cpp88 replace_if(v1.begin(), v1.end(), odd, 42); in replif1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h190 replace_if(_ForwardIter __first, _ForwardIter __last, _Predicate __pred, const _Tp& __new_value) { in replace_if() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm207 replace_if(ForwardIterator first, ForwardIterator last, Predicate pred, const T& new_value);
1969 // replace_if
1974 replace_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_v…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk166 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk175 $(call gen-test, algorithms/alg.modifying.operations/alg.replace/replace_if)