/external/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
D | pop_heap_comp.pass.cpp | 44 std::pop_heap(ia, ia+i, std::greater<int>()); in test() 47 std::pop_heap(ia, ia, std::greater<int>()); in test() 54 std::pop_heap(RI(ia), RI(ia+i), std::greater<int>()); in test() 57 std::pop_heap(RI(ia), RI(ia), std::greater<int>()); in test() 76 std::pop_heap(ia, ia+i, indirect_less()); in main()
|
D | pop_heap.pass.cpp | 34 std::pop_heap(ia, ia+i); in test() 37 std::pop_heap(ia, ia); in test() 45 std::pop_heap(RI(ia), RI(ia+i)); in test() 48 std::pop_heap(RI(ia), RI(ia)); in test()
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
D | pop_heap_comp.pass.cpp | 44 std::pop_heap(ia, ia+i, std::greater<int>()); in test() 47 std::pop_heap(ia, ia, std::greater<int>()); in test() 65 std::pop_heap(ia, ia+i, indirect_less()); in main()
|
D | pop_heap.pass.cpp | 32 std::pop_heap(ia, ia+i); in test() 35 std::pop_heap(ia, ia); in test()
|
/external/libtextclassifier/native/lang_id/common/math/ |
D | algorithm.h | 123 std::pop_heap(heap.begin(), heap.end(), rev_vcomp); in GetTopKIndices() 135 std::pop_heap(heap.begin(), heap.end() - i, rev_vcomp); in GetTopKIndices()
|
/external/libcxx/fuzzing/ |
D | RoutineNames.txt | 13 pop_heap
|
D | fuzzing.h | 37 int pop_heap (const uint8_t *data, size_t size);
|
D | fuzz_test.cpp | 121 {"pop_heap", fuzzing::pop_heap},
|
D | fuzzing.cpp | 535 int pop_heap (const uint8_t *data, size_t size) in pop_heap() function 544 std::pop_heap(working.begin(), iter); in pop_heap()
|
/external/llvm-project/libcxx/test/libcxx/fuzzing/ |
D | pop_heap.pass.cpp | 27 std::pop_heap(working.begin(), iter); in LLVMFuzzerTestOneInput()
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_processor.cc | 24 std::pop_heap(event_lists_.begin(), event_lists_.end(), Cmp); in ProcessEventsInOrder()
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | priority_queue_util.h | 46 std::pop_heap(c.begin(), c.end(), comp); in ConsumeTop()
|
D | top_n.h | 232 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal() 248 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
|
/external/libchrome/mojo/core/ports/ |
D | message_queue.cc | 51 std::pop_heap(heap_.begin(), heap_.end()); in GetNextMessage()
|
/external/tensorflow/tensorflow/lite/experimental/kernels/ |
D | top_n.h | 234 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal() 243 std::pop_heap(elements_.begin(), elements_.end(), cmp_); in PushInternal()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | topk_v2.cc | 110 std::pop_heap(container_.begin(), container_.end(), comparator); in push() 128 std::pop_heap(container_.begin(), container_.end(), comparator); in push()
|
/external/angle/src/libANGLE/ |
D | HandleAllocator.cpp | 52 std::pop_heap(mReleasedList.begin(), mReleasedList.end(), std::greater<GLuint>()); in allocate()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Quality.h | 194 std::pop_heap(Heap.begin(), Heap.end(), Greater); in push()
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | BackgroundQueue.cpp | 33 std::pop_heap(Queue.begin(), Queue.end()); in work()
|
/external/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 241 std::pop_heap(B, I); in run()
|
/external/llvm-project/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 302 std::pop_heap(B, I); in run()
|
/external/brotli/research/ |
D | durchschlag.cc | 144 std::pop_heap(candidates->begin(), candidates->end(), greaterScore()); in buildCandidatesList() 609 std::pop_heap(candidates.begin(), candidates.end(), lessScore()); in durchschlagGenerateCollaborative()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | virtual_scheduler.cc | 198 std::pop_heap(nodes_.begin(), nodes_.end(), greater_); in GetCurrNode() 210 std::pop_heap(nodes_.begin(), nodes_.end(), greater_); in RemoveCurrNode()
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container.h | 1407 std::pop_heap(container_algorithm_internal::c_begin(sequence), 1415 std::pop_heap(container_algorithm_internal::c_begin(sequence),
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container.h | 1407 std::pop_heap(container_algorithm_internal::c_begin(sequence), 1415 std::pop_heap(container_algorithm_internal::c_begin(sequence),
|