Searched defs:compareElements (Results 1 - 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java308 return (maxHeap.compareElements(1, 2) <= 0) ? 1 : 2;
495 int compareElements(int a, int b) { method in class:MinMaxPriorityQueue.Heap
579 if (compareElements(i, minIndex) < 0) {
706 && (compareElements(i, getLeftChildIndex(i)) > 0)) {
710 && (compareElements(i, getRightChildIndex(i)) > 0)) {
713 if ((i > 0) && (compareElements(i, getParentIndex(i)) > 0)) {
716 if ((i > 2) && (compareElements(getGrandparentIndex(i), i) > 0)) {
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1020 milliseconds