Home
last modified time | relevance | path

Searched refs:reverse_copy (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
Dreverse_copy.pass.cpp28 OutIter r = std::reverse_copy(InIter(ia), InIter(ia), OutIter(ja)); in test()
31 r = std::reverse_copy(InIter(ia), InIter(ia+sa), OutIter(ja)); in test()
37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test()
45 r = std::reverse_copy(InIter(ic), InIter(ic+sc), OutIter(jc)); in test()
54 r = std::reverse_copy(InIter(id), InIter(id+sd), OutIter(jd)); in test()
/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp72 reverse_copy((int*)numbers, (int*)numbers + 6, (int*)result); in revcopy1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp72 reverse_copy((int*)numbers, (int*)numbers + 6, (int*)result); in revcopy1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h339 _OutputIter reverse_copy(_BidirectionalIter __first, in reverse_copy() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm272 reverse_copy(BidirectionalIterator first, BidirectionalIterator last, OutputIterator result);
2328 // reverse_copy
2333 reverse_copy(_BidirectionalIterator __first, _BidirectionalIterator __last, _OutputIterator __resul…
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk177 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk168 $(call gen-test, algorithms/alg.modifying.operations/alg.reverse/reverse_copy)