Home
last modified time | relevance | path

Searched refs:heapify (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DPriorityBlockingQueue.java248 boolean heapify = true; // true if not known to be in heap order in PriorityBlockingQueue()
253 heapify = false; in PriorityBlockingQueue()
261 heapify = false; in PriorityBlockingQueue()
275 if (heapify) in PriorityBlockingQueue()
276 heapify(); in PriorityBlockingQueue()
436 private void heapify() { in heapify() method in PriorityBlockingQueue
/libcore/ojluni/src/main/java/java/util/
DTimer.java475 queue.heapify(); in purge()
723 void heapify() {
DPriorityQueue.java275 heapify(); in initFromCollection()
734 private void heapify() { in heapify() method in PriorityQueue
799 heapify(); in readObject()
/libcore/ojluni/annotations/hiddenapi/java/util/
DPriorityQueue.java161 private void heapify() { in heapify() method in PriorityQueue
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DPriorityBlockingQueue.java87 private void heapify() { in heapify() method in PriorityBlockingQueue