OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareElements
(Results
1 - 3
of
3
) sorted by null
/external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java
308
return (maxHeap.
compareElements
(1, 2) <= 0) ? 1 : 2;
495
int
compareElements
(int a, int b) {
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)) {
/sdk/manifmerger/src/com/android/manifmerger/
ManifestMerger.java
303
if (
compareElements
(src, dest, false, null /*diff*/, null /*keyAttr*/)) {
380
if (
compareElements
(src, dest, false, diff, keyAttr)) {
[
all
...]
/prebuilts/tools/common/guava-tools/
guava-10.0.1.jar
Completed in 368 milliseconds