Searched refs:push_heap (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/chre/util/tests/ |
H A D | heap_test.cc | 13 EXPECT_DEATH(chre::push_heap(v, comp), ""); in TEST() 40 chre::push_heap(v, comp); in TEST() 59 chre::push_heap(v, comp); in TEST() 80 chre::push_heap(v, comp); in TEST() 108 chre::push_heap(v, std::greater<int>()); in TEST()
|
/aosp12/system/chre/util/include/chre/util/ |
H A D | priority_queue_impl.h | 58 push_heap(mData, mCompare); in push() 68 push_heap(mData, mCompare); in emplace()
|
H A D | heap.h | 39 void push_heap(ContainerType &container, const CompareFunction &compare);
|
H A D | heap_impl.h | 78 void push_heap(ContainerType &container, const CompareFunction &compare) { in push_heap() function
|
/aosp12/frameworks/av/media/libmediatranscoding/include/media/ |
H A D | AdjustableMaxPriorityQueue.h | 140 std::push_heap(mHeap.begin(), mHeap.end(), Comparator()); in pushInternal() 148 std::push_heap(mHeap.begin(), mHeap.end(), Comparator()); in emplace()
|
/aosp12/system/teeui/libteeui/src/ |
H A D | evdev.cpp | 52 std::push_heap(timers_.begin(), timers_.end(), timerOrder); in processNewTimers() 67 std::push_heap(timers_.begin(), timers_.end(), timerOrder); in runTimers()
|
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_arm_base.cc | 224 std::push_heap(pending_thunks_.begin(), pending_thunks_.end(), PendingThunkComparator()); in WriteThunks()
|
/aosp12/system/extras/simpleperf/ |
H A D | RecordReadThread.cpp | 479 std::push_heap(readers.begin(), readers.begin() + size, CompareRecordTime); in ReadRecordsFromKernelBuffer()
|