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

  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
stl_algo.h 1741 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 109 rotate_copy
523 rotate_copy(_FIter, _FIter, _FIter, _OIter);
stl_algo.h 1737 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 109 rotate_copy
523 rotate_copy(_FIter, _FIter, _FIter, _OIter);
stl_algo.h 1737 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, function
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
stl_algo.h 1741 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, function
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
stl_algo.h 1741 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, function
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 107 rotate_copy
518 rotate_copy(_FIter, _FIter, _FIter, _OIter);
stl_algo.h 1741 rotate_copy(_ForwardIterator __first, _ForwardIterator __middle, function
    [all...]
  /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/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 355 inline _OutputIter rotate_copy(_ForwardIter __first, _ForwardIter __middle, function

Completed in 76 milliseconds