Searched refs:heapify (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DPriorityBlockingQueue.java219 boolean heapify = true; // true if not known to be in heap order
224 heapify = false;
232 heapify = false;
246 if (heapify)
247 heapify();
407 private void heapify() { method in class:PriorityBlockingQueue
/libcore/ojluni/src/main/java/java/util/
H A DTimer.java468 queue.heapify();
716 void heapify() { method in class:TaskQueue
H A DPriorityQueue.java275 heapify();
734 private void heapify() { method in class:PriorityQueue
799 heapify();

Completed in 284 milliseconds