Searched refs:partial_sort_copy (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/
H A DAndroid.mk19 test_name := algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy
20 test_src := partial_sort_copy.pass.cpp
H A Dpartial_sort_copy.pass.cpp18 // 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);
H A Dpartial_sort_copy_comp.pass.cpp19 // 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/
H A Dpartial_test.cpp128 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>());
/external/stlport/stlport/stl/
H A D_algo.h431 // partial_sort, partial_sort_copy, and auxiliary functions.
443 partial_sort_copy(_InputIter __first, _InputIter __last,
448 partial_sort_copy(_InputIter __first, _InputIter __last,
H A D_algo.c1216 // partial_sort, partial_sort_copy, and auxiliary functions.
1287 partial_sort_copy(_InputIter __first, _InputIter __last, function
1299 partial_sort_copy(_InputIter __first, _InputIter __last, function

Completed in 2710 milliseconds