Searched defs:pop (Results 1 - 25 of 206) sorted by path

123456789

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as92 /** Stack of indexes used for push/pop calls */
308 * Switch back with pop().
321 public function pop():int { function
322 var ret:int = calls.pop();
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h209 void * (*pop) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct
H A Dantlr3commontreenodestream.h295 ANTLR3_INT32 (*pop) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c49 static ANTLR3_INT32 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
188 stream->pop = pop;
331 stream->pop = pop;
961 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns) function
965 retVal = ANTLR3_UINT32_CAST(ctns->nodeStack->pop(ctns->nodeStack));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStackExtensions.cs57 public static T pop<T>( this Stack<T> stack ) method in class:Antlr.Runtime.JavaExtensions.StackExtensions
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DIntArray.java58 public int pop() { method in class:IntArray
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBufferedTreeNodeStream.java119 /** Stack of indexes used for push/pop calls */
341 * Switch back with pop().
354 public int pop() { method in class:BufferedTreeNodeStream
355 int ret = calls.pop();
H A DCommonTreeNodeStream.java53 /** Stack of indexes used for push/pop calls */
123 * Switch back with pop().
136 public int pop() { method in class:CommonTreeNodeStream
137 int ret = calls.pop();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DIntArray.h58 public int pop() { function in class:IntArray
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py1858 # Stack of indexes used for push/pop calls
2054 Switch back with pop().
2061 def pop(self): member in class:CommonTreeNodeStream
2067 ret = self.calls.pop(-1)
2518 return self.nodes.pop(0)
2545 return self.nodes.pop(0)
2552 return self.nodes.pop(0)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb294 stack.pop if stack.last.empty?
430 stack.pop if stack.last.empty?
986 options = args.last.is_a?( ::Hash ) ? args.pop : {}
1130 def pop method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1131 pos = @calls.pop and seek( pos )
/external/apache-harmony/support/src/test/java/tests/util/
H A DCallVerificationStack.java191 public Object pop() { method in class:CallVerificationStack
192 this.callStack.pop();
193 return super.pop();
202 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
213 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
224 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
235 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
246 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
257 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
268 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
[all...]
/external/apache-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
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DBoolStack.java104 public final boolean pop() method in class:BoolStack
H A DIntStack.java99 public final int pop() method in class:IntStack
H A DNodeVector.java184 public final int pop() method in class:NodeVector
198 * top of the stack after the pop.
H A DObjectStack.java99 public Object pop() method in class:ObjectStack
H A DStringVector.java199 public final String pop() method in class:StringVector
/external/apache-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.
/external/bison/examples/calc++/
H A Dstack.hh86 pop (unsigned int n = 1) function in class:yy::stack
/external/chromium_org/base/threading/
H A Dthread_collision_warner_unittest.cc138 int pop() { function in class:NonThreadSafeQueue
156 queue_.pop();
196 int pop() { function in class:NonThreadSafeQueue
214 queue_.pop();
254 int pop() { function in class:NonThreadSafeQueue
280 queue_.pop();
324 int pop() { function in class:NonThreadSafeQueue
358 queue_.pop();

Completed in 3116 milliseconds

123456789