Home
last modified time | relevance | path

Searched refs:pop_heap (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/chre/util/tests/
H A Dheap_test.cc19 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 Dheap.h50 void pop_heap(ContainerType &container, const CompareFunction &compare);
H A Dheap_impl.h86 void pop_heap(ContainerType &container, const CompareFunction &compare) { in pop_heap() function
H A Dpriority_queue_impl.h98 pop_heap(mData, mCompare); in pop()
/aosp12/frameworks/av/media/libmediatranscoding/include/media/
H A DAdjustableMaxPriorityQueue.h157 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 Devdev.cpp61 std::pop_heap(timers_.begin(), timers_.end(), timerOrder); in runTimers()
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.cc221 std::pop_heap(pending_thunks_.begin(), pending_thunks_.end(), PendingThunkComparator()); in WriteThunks()
/aosp12/system/extras/simpleperf/
H A DRecordReadThread.cpp476 std::pop_heap(readers.begin(), readers.begin() + size, CompareRecordTime); in ReadRecordsFromKernelBuffer()