Home
last modified time | relevance | path

Searched refs:partial_sort_copy (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
Dpartial_sort_copy.pass.cpp34 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M); in test_larger_sorts()
79 std::partial_sort_copy(&i, &i, &i, &i+5); in main()
Dpartial_sort_copy_comp.pass.cpp37 int* r = std::partial_sort_copy(Iter(input), Iter(input+N), output, output+M, in test_larger_sorts()
83 std::partial_sort_copy(&i, &i, &i, &i+5); in main()
/ndk/tests/device/test-gnustl-full/unit/
Dpartial_test.cpp128 partial_sort_copy((int*)numbers, (int*)numbers + 6, (int*)result, (int*)result + 3); in parsrtc0()
145 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end()); in parsrtc1()
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare); in parsrtc2()
190 partial_sort_copy(numbers, numbers + s, result.begin(), result.end(), less_equal<int>()); in bad_predicate_detected()
/ndk/tests/device/test-stlport/unit/
Dpartial_test.cpp128 partial_sort_copy((int*)numbers, (int*)numbers + 6, (int*)result, (int*)result + 3); in parsrtc0()
145 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end()); in parsrtc1()
162 partial_sort_copy(v1.begin(), v1.end(), result.begin(), result.end(), str_compare); in parsrtc2()
190 partial_sort_copy(numbers, numbers + s, result.begin(), result.end(), less_equal<int>()); in bad_predicate_detected()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
D_algo.c1287 partial_sort_copy(_InputIter __first, _InputIter __last, in partial_sort_copy() function
1299 partial_sort_copy(_InputIter __first, _InputIter __last, in partial_sort_copy() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm360 partial_sort_copy(InputIterator first, InputIterator last,
365 partial_sort_copy(InputIterator first, InputIterator last,
5034 // partial_sort_copy
5062 partial_sort_copy(_InputIterator __first, _InputIterator __last,
5078 partial_sort_copy(_InputIterator __first, _InputIterator __last,
5081 return _VSTD::partial_sort_copy(__first, __last, __result_first, __result_last,
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk277 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk286 $(call gen-test, algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy)