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/ |
D | sort_heap_comp.pass.cpp | 39 std::sort_heap(ia, ia+N, std::greater<int>()); in test() 61 std::sort_heap(ia, ia+N, indirect_less()); in main()
|
D | sort_heap.pass.cpp | 27 std::sort_heap(ia, ia+N); in test()
|
/ndk/tests/device/test-stlport/unit/ |
D | heap_test.cpp | 83 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/ |
D | heap_test.cpp | 83 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.h | 99 void sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in sort_heap() function 108 sort_heap(_RandomAccessIterator __first, in sort_heap() function
|
D | _algo.c | 1230 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/ |
D | algorithm | 500 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/ |
D | Android.mk | 229 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 238 $(call gen-test, algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap)
|