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

123

/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/modules/device_orientation/
H A DDeviceSensorEventDispatcher.cpp82 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();
H A DFixedSizeArray.java112 public T removeLast() { method in class:FixedSizeArray
124 * followed by removeLast(), this is useful for quickly removing array elements.
H A DRenderSystem.java68 objects.removeLast();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPasswordFormUtils.cpp87 fields->alternateUserNames.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();
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFilePath.cpp99 canonicalized.removeLast();
/external/chromium_org/third_party/WebKit/Source/modules/vibration/
H A DNavigatorVibration.cpp70 tempPattern.removeLast();
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetKey.java155 list.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilderSimulator.cpp141 m_namespaceStack.removeLast();
169 m_namespaceStack.removeLast();
H A DHTMLFormattingElementList.cpp120 m_entries.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorFilter.cpp76 m_parentStack.removeLast();
/external/jdiff/src/jdiff/
H A DCommentsHandler.java184 String currentHTMLTag = (String)(tagStack.removeLast());
/external/mockito/src/org/mockito/internal/stubbing/
H A DInvocationContainerImpl.java49 registeredInvocations.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventRetargeter.cpp111 targetStack.removeLast();
260 relatedNodeStack.removeLast();
H A DEventTarget.cpp272 d->firingEventIterators->removeLast();
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DTimer.cpp266 timerHeap().removeLast();
274 timerHeap().removeLast();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayDequeTest.java209 * @tests {@link java.util.ArrayDeque#removeLast()}
216 assertEquals(testObjThree, testQue.removeLast());
218 assertEquals(testObjTwo, testQue.removeLast());
219 assertEquals(testObjOne, testQue.removeLast());
222 testQue.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DPathTraversalState.cpp143 curveStack.removeLast();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.cpp256 m_mapping.removeLast();

Completed in 1082 milliseconds

123