Searched refs:pop_heap (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/chre/util/tests/ |
H A D | heap_test.cc | 19 EXPECT_DEATH(chre::pop_heap(v, comp), ""); in TEST() 47 chre::pop_heap(v, comp); in TEST() 96 chre::pop_heap(v, comp); in TEST() 112 chre::pop_heap(v, std::greater<int>()); in TEST()
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | heap.h | 50 void pop_heap(ContainerType &container, const CompareFunction &compare);
|
H A D | heap_impl.h | 86 void pop_heap(ContainerType &container, const CompareFunction &compare) { in pop_heap() function
|
H A D | priority_queue_impl.h | 98 pop_heap(mData, mCompare); in pop()
|
/aosp12/frameworks/av/media/libmediatranscoding/include/media/ |
H A D | AdjustableMaxPriorityQueue.h | 157 std::pop_heap(mHeap.begin(), mHeap.end(), Comparator()); in pop() 166 std::pop_heap(mHeap.begin(), mHeap.end(), Comparator()); in consume_top()
|
/aosp12/system/teeui/libteeui/src/ |
H A D | evdev.cpp | 61 std::pop_heap(timers_.begin(), timers_.end(), timerOrder); in runTimers()
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_arm_base.cc | 221 std::pop_heap(pending_thunks_.begin(), pending_thunks_.end(), PendingThunkComparator()); in WriteThunks()
|
/aosp12/system/extras/simpleperf/ |
H A D | RecordReadThread.cpp | 476 std::pop_heap(readers.begin(), readers.begin() + size, CompareRecordTime); in ReadRecordsFromKernelBuffer()
|