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

/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java51 * queue, the methods {@link #peekLast}, {@link #pollLast} and
73 * #peekLast}, {@link #element}, and {@link #size} are constant-time
361 public E peekLast() { method in class:MinMaxPriorityQueue
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js184 Array.prototype.peekLast = function() {}
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1226 int peekLast = span.fOtherIndex; local
1227 while (++peekLast < otherCount && other->fTs[peekLast].fT == otherT)
1229 if (++peekStart == --peekLast) { // if there isn't a range, there's nothing to do
1257 for (int peekIndex = peekStart; peekIndex <= peekLast; ++peekIndex) {
/external/skia/src/pathops/
H A DSkOpSegment.cpp1226 int peekLast = span.fOtherIndex; local
1227 while (++peekLast < otherCount && other->fTs[peekLast].fT == otherT)
1229 if (++peekStart == --peekLast) { // if there isn't a range, there's nothing to do
1257 for (int peekIndex = peekStart; peekIndex <= peekLast; ++peekIndex) {
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2153 milliseconds