OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualLastElement
(Results
1 - 10
of
10
) sorted by null
/external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java
388
E
actualLastElement
= elementData(size);
390
.getCorrectLastElement(
actualLastElement
);
398
return new MoveDesc<E>(
actualLastElement
, toTrickle);
402
return new MoveDesc<E>(
actualLastElement
, changes.replaced);
650
int getCorrectLastElement(E
actualLastElement
) {
658
if (ordering.compare(uncleElement,
actualLastElement
) < 0) {
659
queue[uncleIndex] =
actualLastElement
;
/external/droiddriver/libs/
guava-13.0.jar
/prebuilts/devtools/tools/lib/
guava-13.0.1.jar
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
/prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar
/prebuilts/tools/common/guava-tools/
guava-13.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar
Completed in 37 milliseconds