Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Drotate_copy.pass.cpp29 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib)); in test()
32 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib)); in test()
36 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib)); in test()
40 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib)); in test()
45 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib)); in test()
50 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib)); in test()
55 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib)); in test()
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib)); in test()
67 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib)); in test()
73 r = std::rotate_copy(InIter(ia), InIter(ia+3), InIter(ia+3), OutIter(ib)); in test()
[all …]
/ndk/tests/device/test-stlport/unit/
Drotate_test.cpp95 rotate_copy((int*)numbers, (int*)numbers + 3, (int*)numbers + 6, (int*)result); in rotcopy0()
110 rotate_copy(v1.begin(), v1.begin()+1, v1.end(), v2.begin()); in rotcopy1()
122 rotate_copy(v1.begin(), v1.begin()+3, v1.end(), v2.begin()); in rotcopy1()
/ndk/tests/device/test-gnustl-full/unit/
Drotate_test.cpp95 rotate_copy((int*)numbers, (int*)numbers + 3, (int*)numbers + 6, (int*)result); in rotcopy0()
110 rotate_copy(v1.begin(), v1.begin()+1, v1.end(), v2.begin()); in rotcopy1()
122 rotate_copy(v1.begin(), v1.begin()+3, v1.end(), v2.begin()); in rotcopy1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, in rotate_copy() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm280rotate_copy(ForwardIterator first, ForwardIterator middle, ForwardIterator last, OutputIterator re…
2512 // rotate_copy
2517 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, _OutputIt…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk170 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk179 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)