HomeSort by relevance Sort by last modified time
    Searched refs:rotate_copy (Results 1 - 25 of 41) sorted by null

1 2

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Android.mk 19 test_name := algorithms/alg.modifying.operations/alg.rotate/rotate_copy
20 test_src := rotate_copy.pass.cpp
rotate_copy.pass.cpp 14 // rotate_copy(InIter first, InIter middle, InIter last, OutIter result);
29 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib));
32 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib));
36 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib));
40 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib));
45 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib));
50 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib));
55 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib));
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib));
67 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
rotate_copy.pass.cpp 14 // rotate_copy(InIter first, InIter middle, InIter last, OutIter result);
29 OutIter r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia), OutIter(ib));
32 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+1), OutIter(ib));
36 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+1), OutIter(ib));
40 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+2), OutIter(ib));
45 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+2), OutIter(ib));
50 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+2), OutIter(ib));
55 r = std::rotate_copy(InIter(ia), InIter(ia), InIter(ia+3), OutIter(ib));
61 r = std::rotate_copy(InIter(ia), InIter(ia+1), InIter(ia+3), OutIter(ib));
67 r = std::rotate_copy(InIter(ia), InIter(ia+2), InIter(ia+3), OutIter(ib))
    [all...]
  /external/stlport/test/unit/
rotate_test.cpp 95 rotate_copy((int*)numbers, (int*)numbers + 3, (int*)numbers + 6, (int*)result);
110 rotate_copy(v1.begin(), v1.begin()+1, v1.end(), v2.begin());
122 rotate_copy(v1.begin(), v1.begin()+3, v1.end(), v2.begin());
  /ndk/tests/device/test-gnustl-full/unit/
rotate_test.cpp 95 rotate_copy((int*)numbers, (int*)numbers + 3, (int*)numbers + 6, (int*)result);
110 rotate_copy(v1.begin(), v1.begin()+1, v1.end(), v2.begin());
122 rotate_copy(v1.begin(), v1.begin()+3, v1.end(), v2.begin());
  /ndk/tests/device/test-stlport/unit/
rotate_test.cpp 95 rotate_copy((int*)numbers, (int*)numbers + 3, (int*)numbers + 6, (int*)result);
110 rotate_copy(v1.begin(), v1.begin()+1, v1.end(), v2.begin());
122 rotate_copy(v1.begin(), v1.begin()+3, v1.end(), v2.begin());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 109 rotate_copy
523 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 109 rotate_copy
523 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 109 rotate_copy
523 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /external/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 111 rotate_copy
525 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 111 rotate_copy
525 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 111 rotate_copy
525 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 111 rotate_copy
525 rotate_copy(_FIter, _FIter, _FIter, _OIter);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 111 rotate_copy
525 rotate_copy(_FIter, _FIter, _FIter, _OIter);

Completed in 2034 milliseconds

1 2