Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp30 Iter r = std::rotate(Iter(ia), Iter(ia), Iter(ia)); in test()
33 r = std::rotate(Iter(ia), Iter(ia), Iter(ia+sa)); in test()
36 r = std::rotate(Iter(ia), Iter(ia+sa), Iter(ia+sa)); in test()
42 r = std::rotate(Iter(ib), Iter(ib), Iter(ib+sb)); in test()
46 r = std::rotate(Iter(ib), Iter(ib+1), Iter(ib+sb)); in test()
50 r = std::rotate(Iter(ib), Iter(ib+sb), Iter(ib+sb)); in test()
57 r = std::rotate(Iter(ic), Iter(ic), Iter(ic+sc)); in test()
62 r = std::rotate(Iter(ic), Iter(ic+1), Iter(ic+sc)); in test()
67 r = std::rotate(Iter(ic), Iter(ic+2), Iter(ic+sc)); in test()
72 r = std::rotate(Iter(ic), Iter(ic+sc), Iter(ic+sc)); in test()
[all …]
/ndk/tests/device/test-stlport/unit/
Drotate_test.cpp40 rotate((int*)numbers, numbers + 3, numbers + 6); in rotate0()
53 rotate(v1.begin(), v1.begin()+1, v1.end()); in rotate1()
65 rotate(v1.begin(), v1.begin()+2, v1.end()); in rotate1()
77 rotate(v1.begin(), v1.begin()+7, v1.end()); in rotate1()
/ndk/tests/device/test-gnustl-full/unit/
Drotate_test.cpp40 rotate((int*)numbers, numbers + 3, numbers + 6); in rotate0()
53 rotate(v1.begin(), v1.begin()+1, v1.end()); in rotate1()
65 rotate(v1.begin(), v1.begin()+2, v1.end()); in rotate1()
77 rotate(v1.begin(), v1.begin()+7, v1.end()); in rotate1()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__bit_reference874 // rotate
905 rotate(__bit_iterator<_Cp, false> __first, __bit_iterator<_Cp, false> __middle, __bit_iterator<_Cp,…
1263 template <class _Dp> friend __bit_iterator<_Dp, false> rotate(__bit_iterator<_Dp, false>,
Dalgorithm276 rotate(ForwardIterator first, ForwardIterator middle, ForwardIterator last);
2340 // rotate
2502 rotate(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last)
3336 return _VSTD::rotate(__first_false, __m, __second_false);
3481 return _VSTD::rotate(__first_false, __m, __second_false);
4451 __middle = _VSTD::rotate(__m1, __middle, __m2);
Dvector1919 __p = _VSTD::rotate(__p, __old_last, this->__end_);
3075 __p = _VSTD::rotate(__p, __old_end, end());
Dstring2805 _VSTD::rotate(__p + __ip, __p + __old_sz, __p + size());
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h352 void rotate(_ForwardIter __first, _ForwardIter __middle, _ForwardIter __last);
D_rope.c1386 inline void rotate(
D_algo.c519 void rotate(_ForwardIter __first, _ForwardIter __middle, _ForwardIter __last) { in rotate() function
D_rope.h2357 inline void rotate(_Rope_iterator<char, allocator<char> > __first,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp5584 rotate(__curr_symbol_.begin(), __curr_symbol_.begin() + 3, in __init_pat()
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk170 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)
171 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk179 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy)
180 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)