/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/ |
D | rotate.pass.cpp | 30 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-gnustl-full/unit/ |
D | rotate_test.cpp | 40 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-stlport/unit/ |
D | rotate_test.cpp | 40 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/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 22 # r rotate stack counter-clockwise (second element becomes first) 23 # R rotate stack clockwise (last element becomes first)
|
D | binary2.sed | 22 # r rotate stack counter-clockwise (second element becomes first) 23 # R rotate stack clockwise (last element becomes first)
|
D | binary3.sed | 22 # r rotate stack counter-clockwise (second element becomes first) 23 # R rotate stack clockwise (last element becomes first)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __bit_reference | 874 // 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>,
|
D | algorithm | 276 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);
|
D | vector | 1919 __p = _VSTD::rotate(__p, __old_last, this->__end_); 3075 __p = _VSTD::rotate(__p, __old_end, end());
|
D | string | 2805 _VSTD::rotate(__p + __ip, __p + __old_sz, __p + size());
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 352 void rotate(_ForwardIter __first, _ForwardIter __middle, _ForwardIter __last);
|
D | _rope.c | 1386 inline void rotate(
|
D | _algo.c | 519 void rotate(_ForwardIter __first, _ForwardIter __middle, _ForwardIter __last) { in rotate() function
|
D | _rope.h | 2357 inline void rotate(_Rope_iterator<char, allocator<char> > __first,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 5584 rotate(__curr_symbol_.begin(), __curr_symbol_.begin() + 3, in __init_pat()
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1630 then we rotate letters so that tens become `a's, and so on until no
|
D | sed.texi | 2213 rotate letters so that tens become @samp{a}s, and so on
|
D | sed-in.texi | 2110 rotate letters so that tens become @samp{a}s, and so on
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 179 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy) 180 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 170 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate_copy) 171 $(call gen-test, algorithms/alg.modifying.operations/alg.rotate/rotate)
|