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

1 2 3

  /external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
Android.mk 23 test_name := algorithms/alg.modifying.operations/alg.swap/swap_ranges
24 test_src := swap_ranges.pass.cpp
swap_ranges.pass.cpp 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
31 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j));
53 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j));
  /external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 103 std::swap_ranges(array, array+N/2, array+N/2);
108 std::swap_ranges(array, array+N/2, array+N/2);
  /external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 103 std::swap_ranges(array, array+N/2, array+N/2);
108 std::swap_ranges(array, array+N/2, array+N/2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 15 // swap_ranges(Iter1 first1, Iter1 last1, Iter2 first2);
31 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j));
53 Iter2 r = std::swap_ranges(Iter1(i), Iter1(i+3), Iter2(j));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/sort/
sort.pass.cpp 103 std::swap_ranges(array, array+N/2, array+N/2);
108 std::swap_ranges(array, array+N/2, array+N/2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/
stable_sort.pass.cpp 103 std::swap_ranges(array, array+N/2, array+N/2);
108 std::swap_ranges(array, array+N/2, array+N/2);
  /external/stlport/test/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 59 swap_ranges((char*)word1, (char*)word1 + ::strlen(word1), (char*)word2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
partition.h 241 std::swap_ranges(__begin + __thread_left_border
264 std::swap_ranges(__begin + __thread_right_border,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partition.h 241 std::swap_ranges(__begin + __thread_left_border
264 std::swap_ranges(__begin + __thread_right_border,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
partition.h 241 std::swap_ranges(__begin + __thread_left_border
264 std::swap_ranges(__begin + __thread_right_border,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
partition.h 241 std::swap_ranges(__begin + __thread_left_border
264 std::swap_ranges(__begin + __thread_right_border,
  /external/llvm/lib/Support/
SmallPtrSet.cpp 328 std::swap_ranges(this->SmallArray, this->SmallArray+this->CurArraySize,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 119 swap_ranges
549 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 122 swap_ranges
560 swap_ranges(_FIter1, _FIter1, _FIter2);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Vector.h 139 std::swap_ranges(src, srcEnd, dst);
156 std::swap_ranges(reinterpret_cast<char*>(src), reinterpret_cast<char*>(srcEnd), reinterpret_cast<char*>(dst));
    [all...]
  /external/stlport/stlport/stl/
_algo.h 157 // swap_ranges
160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 157 // swap_ranges
160 swap_ranges(_ForwardIter1 __first1, _ForwardIter1 __last1, _ForwardIter2 __first2) { function

Completed in 1217 milliseconds

1 2 3