Home
last modified time | relevance | path

Searched refs:removeLast (Results 1 – 25 of 29) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DGroupedLinkedMap.java46 return entry.removeLast(); in get()
49 public V removeLast() { in removeLast() method in GroupedLinkedMap
53 V removed = last.removeLast(); in removeLast()
130 public V removeLast() { in removeLast() method in GroupedLinkedMap.LinkedEntry
DAttributeStrategy.java28 public Bitmap removeLast() { in removeLast() method in AttributeStrategy
29 return groupedMap.removeLast(); in removeLast()
DSizeStrategy.java55 public Bitmap removeLast() { in removeLast() method in SizeStrategy
56 Bitmap removed = groupedMap.removeLast(); in removeLast()
DLruPoolStrategy.java8 Bitmap removeLast(); in removeLast() method
DLruBitmapPool.java150 final Bitmap removed = strategy.removeLast(); in trimToSize()
/external/mockito/src/org/mockito/internal/verification/
DDefaultRegisteredInvocations.java29 public void removeLast() { in removeLast() method in DefaultRegisteredInvocations
33 invocations.removeLast(); in removeLast()
DRegisteredInvocations.java20 void removeLast(); in removeLast() method
DSingleRegisteredInvocation.java22 public void removeLast() { in removeLast() method in SingleRegisteredInvocation
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDeque.java80 public E removeLast() { in removeLast() method in Deque
81 return ll.removeLast(); in removeLast()
91 e = ll.removeLast(); in pollLast()
/external/guava/guava/src/com/google/common/collect/
DBinaryTreeTraverser.java113 T result = stack.removeLast();
154 stack.removeLast();
193 stack.removeLast();
DTreeTraverser.java101 stack.removeLast();
159 stack.removeLast();
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DSimpleXYSeries.java245 public Pair<Number, Number> removeLast() { in removeLast() method in SimpleXYSeries
251 …turn new Pair<Number, Number>(xVals != null ? xVals.removeLast() : yVals.size() - 1, yVals.removeL… in removeLast()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeTraverser.java94 stack.removeLast();
152 stack.removeLast();
DBinaryTreeTraverser.java118 stack.removeLast();
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectManager.java99 objects.removeLast(); in update()
123 mInactiveObjects.removeLast(); in update()
DObjectPool.java47 Object result = mAvailable.removeLast(); in allocate()
DRenderSystem.java68 objects.removeLast(); in clearQueue()
DFixedSizeArray.java112 public T removeLast() {
/external/nist-sip/java/javax/sip/message/
DMessage.java24 void removeLast(String headerName) throws NullPointerException; in removeLast() method
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
DAssetKey.java155 list.removeLast(); in reducePath()
/external/mockito/src/org/mockito/internal/stubbing/
DInvocationContainerImpl.java49 registeredInvocations.removeLast(); in addAnswer()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
DSimpleXYSeriesTest.java93 series.removeLast(); in testPushPopStuff()
/external/jdiff/src/jdiff/
DCommentsHandler.java184 String currentHTMLTag = (String)(tagStack.removeLast()); in addEndTagToText()
DAPIHandler.java307 String currentHTMLTag = (String)(tagStack.removeLast()); in addEndTagToText()
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderList.java289 public void removeLast() { in removeLast() method in SIPHeaderList

12