Searched refs:make_heap (Results 1 - 21 of 21) sorted by relevance

/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A DAndroid.mk19 test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap
20 test_src := make_heap.pass.cpp
H A Dmake_heap.pass.cpp15 // make_heap(Iter first, Iter last);
26 std::make_heap(ia, ia+N);
H A Dmake_heap_comp.pass.cpp15 // make_heap(Iter first, Iter last, Compare comp);
38 std::make_heap(ia, ia+N, std::greater<int>());
59 std::make_heap(ia, ia+N, indirect_less());
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap.pass.cpp26 std::make_heap(ia, ia+N);
H A Dpop_heap_comp.pass.cpp38 std::make_heap(ia, ia+N, std::greater<int>());
59 std::make_heap(ia, ia+N, indirect_less());
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dsort_heap.pass.cpp26 std::make_heap(ia, ia+N);
H A Dsort_heap_comp.pass.cpp38 std::make_heap(ia, ia+N, std::greater<int>());
60 std::make_heap(ia, ia+N, indirect_less());
/external/stlport/test/unit/
H A Dheap_test.cpp39 make_heap(numbers, numbers + 6);
57 make_heap(numbers, numbers + 6, greater<int>());
78 make_heap(v.begin(), v.end());
97 make_heap(v.begin(), v.end(), greater<int>());
/external/chromium_org/components/copresence/handlers/audio/
H A Daudio_directive_list.cc38 std::make_heap(active_directives_.begin(),
55 std::make_heap(active_directives_.begin(),
/external/stlport/stlport/stl/
H A D_queue.h174 { make_heap(c.begin(), c.end(), comp); }
185 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
191 { make_heap(c.begin(), c.end(), comp); }
199 make_heap(c.begin(), c.end(), comp);
204 : c(__first, __last) { make_heap(c.begin(), c.end(), comp); }
209 { make_heap(c.begin(), c.end(), comp); }
216 make_heap(c.begin(), c.end(), comp);
H A D_heap.h35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
90 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last);
94 make_heap(_RandomAccessIterator __first,
H A D_heap.c206 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
233 make_heap(_RandomAccessIterator __first, function
H A D_algo.c1222 make_heap(__first, __middle, __comp);
1268 make_heap(__result_first, __result_real_last, __comp);
/external/llvm/include/llvm/ADT/
H A DPriorityQueue.h72 std::make_heap(this->c.begin(), this->c.end(), this->comp);
/external/chromium_org/cc/base/
H A Dscoped_ptr_vector.h168 inline void make_heap(Compare comp) {
169 std::make_heap(data_.begin(), data_.end(), comp);
/external/chromium_org/cc/resources/
H A Dtask_graph_runner.cc236 std::make_heap(task_namespace.ready_to_run_tasks.begin(),
276 std::make_heap(ready_to_run_namespaces_.begin(),
467 std::make_heap(ready_to_run_namespaces_.begin(),
H A Deviction_tile_priority_queue.cc100 paired_queues_.make_heap(EvictionOrderComparator(tree_priority_));
H A Draster_tile_priority_queue.cc113 paired_queues_.make_heap(RasterOrderComparator(tree_priority_));
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue.h230 void reheap() { make_heap(c.begin(), c.end(), comp); }
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h289 make_heap(heap_.begin(), heap_.end(), *compare_);
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3062 std::make_heap(ReadyQ.begin(), ReadyQ.end(), Cmp);
3086 std::make_heap(ReadyQ.begin(), ReadyQ.end(), Cmp);

Completed in 360 milliseconds