Searched refs:removeLast (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/platform/
H A DContextMenu.h43 void removeLastItem() { m_items.removeLast(); }
H A DTracedValue.cpp78 m_stack.removeLast();
119 m_stack.removeLast();
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruPoolStrategy.java8 public Bitmap removeLast(); method in interface:LruPoolStrategy
H A DGroupedLinkedMap.java46 return entry.removeLast();
49 public V removeLast() { method in class:GroupedLinkedMap
53 V removed = last.removeLast();
59 // removeLast operation in the future and prevent our linked list from growing to arbitrarily large
130 public V removeLast() { method in class:GroupedLinkedMap.LinkedEntry
H A DAttributeStrategy.java27 public Bitmap removeLast() { method in class:AttributeStrategy
28 return groupedMap.removeLast();
H A DSizeStrategy.java51 public Bitmap removeLast() { method in class:SizeStrategy
52 Bitmap removed = groupedMap.removeLast();
H A DLruBitmapPool.java106 final Bitmap removed = strategy.removeLast();
/external/mockito/src/org/mockito/internal/verification/
H A DRegisteredInvocations.java20 void removeLast(); method in interface:RegisteredInvocations
H A DSingleRegisteredInvocation.java22 public void removeLast() { method in class:SingleRegisteredInvocation
H A DDefaultRegisteredInvocations.java29 public void removeLast() { method in class:DefaultRegisteredInvocations
33 invocations.removeLast();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
H A DContextTrackingState.java48 typeRecords.removeLast();
56 functionRecords.removeLast();
H A DContextTrackingValidationCheck.java94 state.functionRecords.removeLast();
120 state.typeRecords.removeLast();
121 state.functionRecords.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPlatformEventDispatcher.cpp59 m_controllers.removeLast();
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectPool.java47 Object result = mAvailable.removeLast();
H A DGameObjectManager.java99 objects.removeLast();
123 mInactiveObjects.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesCalcParser.cpp56 stack.removeLast();
123 stack.removeLast();
129 stack.removeLast();
159 stack.removeLast();
169 stack.removeLast();
171 stack.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DBidiRunForLine.cpp125 isolatedResolver.isolatedRuns().removeLast();
148 topResolver.isolatedRuns().removeLast();
/external/nist-sip/java/javax/sip/message/
H A DMessage.java24 void removeLast(String headerName) throws NullPointerException; method in interface:Message
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptHost.cpp103 m_inspectedObjects.removeLast();
H A DScriptArguments.cpp128 m_visitedArrays.removeLast();
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFilePath.cpp97 canonicalized.removeLast();
/external/chromium_org/third_party/WebKit/Source/modules/vibration/
H A DNavigatorVibration.cpp67 sanitized.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilderSimulator.cpp141 m_namespaceStack.removeLast();
169 m_namespaceStack.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.cpp75 m_parentStack.removeLast();
/external/glide/library/tests/src/com/bumptech/glide/load/engine/bitmap_recycle/
H A DSizeStrategyTest.java103 assertEquals(leastRecentlyUsed, strategy.removeLast());

Completed in 8289 milliseconds

1234