Searched defs:pop (Results 1 - 16 of 16) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/util/
H A DStack.java22 * stack of objects. It enables users to pop to and push from the stack,
51 * @see #pop
72 public synchronized E pop() { method in class:Stack
90 * @see #pop
H A DBitSet.java970 count += pop(bits[idx] & 0xffffffffL);
971 count += pop(bits[idx] >>> 32);
976 private final int pop(long x) { method in class:BitSet
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DIntStack.java99 public final int pop() method in class:IntStack
H A DObjectStack.java99 public Object pop() method in class:ObjectStack
H A DBoolStack.java104 public final boolean pop() method in class:BoolStack
H A DStringVector.java199 public final String pop() method in class:StringVector
H A DNodeVector.java184 public final int pop() method in class:NodeVector
198 * top of the stack after the pop.
/dalvik/dx/src/com/android/dx/cf/code/
H A DExecutionStack.java213 public TypeBearer pop() { method in class:ExecutionStack
/dalvik/libcore/support/src/test/java/tests/util/
H A DCallVerificationStack.java200 public Object pop() { method in class:CallVerificationStack
201 this.callStack.pop();
202 return super.pop();
211 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
222 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
233 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
244 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
255 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
266 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
277 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
H A DElemContext.java47 * information about the parent element with a simple pop() when the
104 * is held by the serializer is changed via a quick pop() or push().
123 // this assignment means can never pop this context off
149 final ElemContext pop() method in class:ElemContext
151 /* a very simple pop. No clean up is done of the deeper
H A DNamespaceMappings.java51 * When </sentance> occurs the popNamespaces(3) will pop "p3"/"jkl" off the
52 * stack. Of course popNamespaces(2) would pop anything with depth 2 or
213 stack.pop();
279 MappingRecord nm1 = (MappingRecord) m_nodeStack.pop();
280 // pop the node from the stack
287 // It would be nice to always pop() but we
300 prefixStack.pop();
354 * and popping of namespaces to one push or one pop on
409 public Object pop() { method in class:NamespaceMappings.Stack
H A DToStream.java82 * Used to push/pop values used for the field m_ispreserve, but
1211 m_disableOutputEscapingStates.pop();
2232 /* don't need to pop cdataSectionState because
2258 m_ispreserve = m_preserves.isEmpty() ? false : m_preserves.pop();
3389 public final boolean pop() method in class:ToStream.BoolStack
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java296 public int pop() { method in class:IntList
313 public void pop(int n) { method in class:IntList
/dalvik/libcore/xml/src/main/java/org/apache/xpath/
H A DNodeSet.java945 public final Node pop() method in class:NodeSet
959 * top of the stack after the pop.
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatPullParser.java477 void pop(int depth) { method in class:ExpatPullParser.NamespaceStack.Builder
879 namespaceStackBuilder.pop(depth);
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 1431 milliseconds