HomeSort by relevance Sort by last modified time
    Searched defs:removeLast (Results 1 - 25 of 27) sorted by null

1 2

  /external/mockito/src/org/mockito/internal/verification/
DefaultRegisteredInvocations.java 29 public void removeLast() {
33 invocations.removeLast();
RegisteredInvocations.java 20 void removeLast();
SingleRegisteredInvocation.java 22 public void removeLast() {
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ContextTrackingState.java 48 typeRecords.removeLast();
56 functionRecords.removeLast();
ContextTrackingValidationCheck.java 94 state.functionRecords.removeLast();
120 state.typeRecords.removeLast();
121 state.functionRecords.removeLast();
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
LruPoolStrategy.java 8 public Bitmap removeLast();
AttributeStrategy.java 27 public Bitmap removeLast() {
28 return groupedMap.removeLast();
GroupedLinkedMap.java 46 return entry.removeLast();
49 public V removeLast() {
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() {
SizeStrategy.java 51 public Bitmap removeLast() {
52 Bitmap removed = groupedMap.removeLast();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestCase.java 145 parentSuiteNames.removeLast();
TestSuite.java 220 parentSuiteNames.removeLast();
  /external/nist-sip/java/javax/sip/message/
Message.java 24 void removeLast(String headerName) throws NullPointerException;
  /external/mockito/src/org/mockito/internal/stubbing/
InvocationContainerImpl.java 49 registeredInvocations.removeLast();
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 216 void removeLast()
218 m_messages.removeLast();
702 context.removeLast();
  /external/emma/core/java12/com/vladium/logging/
Logger.java 363 stack.removeLast ();
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 289 public void removeLast() {
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.java 735 hdrList.removeLast();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
LinkedHashSet.h 208 void removeLast();
548 inline void LinkedHashSet<T, U, V, W>::removeLast()
ListHashSet.h 144 void removeLast();
739 inline void ListHashSet<T, inlineCapacity, U, V>::removeLast()
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 52 * {@link #removeLast} are also provided, to act on the <i>greatest</i> element
350 public E removeLast() {
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 320 diffs.removeLast(); // Remove the dummy entry at the end.
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 754 milliseconds

1 2