Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
Dsort_heap_comp.pass.cpp39 std::sort_heap(ia, ia+N, std::greater<int>()); in test()
61 std::sort_heap(ia, ia+N, indirect_less()); in main()
Dsort_heap.pass.cpp27 std::sort_heap(ia, ia+N); in test()
/ndk/tests/device/test-stlport/unit/
Dheap_test.cpp83 sort_heap(v.begin(), v.end()); in pheap1()
102 sort_heap(v.begin(), v.end(), greater<int>()); in pheap2()
/ndk/tests/device/test-gnustl-full/unit/
Dheap_test.cpp83 sort_heap(v.begin(), v.end()); in pheap1()
102 sort_heap(v.begin(), v.end(), greater<int>()); in pheap2()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_heap.h99 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in sort_heap() function
108 sort_heap(_RandomAccessIterator __first, in sort_heap() function
D_algo.c1230 sort_heap(__first, __middle, __comp); in __partial_sort()
1279 sort_heap(__result_first, __result_real_last, __comp); in __partial_sort_copy()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm500 sort_heap(RandomAccessIterator first, RandomAccessIterator last);
504 sort_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp);
4955 // sort_heap
4969 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp)
4984 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last)
4986 …_VSTD::sort_heap(__first, __last, __less<typename iterator_traits<_RandomAccessIterator>::value_ty…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk229 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk238 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)