Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java221 private final Heap maxHeap; field in MinMaxPriorityQueue
230 this.maxHeap = new Heap(ordering.reverse()); in MinMaxPriorityQueue()
231 minHeap.otherHeap = maxHeap; in MinMaxPriorityQueue()
232 maxHeap.otherHeap = minHeap; in MinMaxPriorityQueue()
309 return (maxHeap.compareElements(1, 2) <= 0) ? 1 : 2; in getMaxElementIndex()
455 return isEvenLevel(i) ? minHeap : maxHeap; in heapForIndex()
/external/owasp/sanitizer/tools/findbugs/bin/
Dfindbugs2104 -maxHeap)
Dfindbugs118 -maxHeap)
Dfb111 -maxHeap)
Dfindbugs.bat187 if "%firstArg%"=="-maxHeap" set maxheap=%secondArg%
188 if "%firstArg%"=="-maxHeap" goto shift2