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

1 2

  /external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
Android.mk 19 test_name := algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy
20 test_src := partial_sort_copy.pass.cpp
partial_sort_copy.pass.cpp 18 // partial_sort_copy(InIter first, InIter last, RAIter result_first, RAIter result_last);
34 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M);
79 std::partial_sort_copy(&i, &i, &i, &i+5);
partial_sort_copy_comp.pass.cpp 19 // partial_sort_copy(InIter first, InIter last,
37 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M,
83 std::partial_sort_copy(&i, &i, &i, &i+5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
partial_sort_copy.pass.cpp 18 // partial_sort_copy(InIter first, InIter last, RAIter result_first, RAIter result_last);
34 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M);
79 std::partial_sort_copy(&i, &i, &i, &i+5);
partial_sort_copy_comp.pass.cpp 19 // partial_sort_copy(InIter first, InIter last,
37 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M,
83 std::partial_sort_copy(&i, &i, &i, &i+5);
  /external/stlport/test/unit/
partial_test.cpp 128 partial_sort_copy((int*)numbers, (int*)numbers + 6, (int*)result, (int*)result + 3);
145 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end());
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare);
190 partial_sort_copy(numbers, numbers + s, result.begin(), result.end(), less_equal<int>());
  /ndk/tests/device/test-gnustl-full/unit/
partial_test.cpp 128 partial_sort_copy((int*)numbers, (int*)numbers + 6, (int*)result, (int*)result + 3);
145 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end());
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare);
190 partial_sort_copy(numbers, numbers + s, result.begin(), result.end(), less_equal<int>());
  /ndk/tests/device/test-stlport/unit/
partial_test.cpp 128 partial_sort_copy((int*)numbers, (int*)numbers + 6, (int*)result, (int*)result + 3);
145 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end());
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare);
190 partial_sort_copy(numbers, numbers + s, result.begin(), result.end(), less_equal<int>());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
algorithmfwd.h 90 partial_sort_copy
436 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
440 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 88 partial_sort_copy
431 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
435 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 88 partial_sort_copy
431 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
435 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 88 partial_sort_copy
431 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
435 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 88 partial_sort_copy
431 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
435 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 90 partial_sort_copy
436 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
440 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 90 partial_sort_copy
436 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
440 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /external/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 92 partial_sort_copy
438 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
442 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 92 partial_sort_copy
438 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
442 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 92 partial_sort_copy
438 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter);
442 partial_sort_copy(_IIter, _IIter, _RAIter, _RAIter, _Compare);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,

Completed in 1173 milliseconds

1 2