Searched defs:pop (Results 76 - 100 of 206) sorted by relevance

123456789

/external/valgrind/main/memcheck/tests/
H A Dmempool2.c73 void pop(pool *p, int use_mmap) function
91 pop(p, use_mmap);
188 pop(p1, 0);
189 pop(p2, 1);
/external/antlr/antlr-3.4/runtime/C/include/
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/Java/src/main/java/org/antlr/runtime/tree/
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/apache-xml/src/main/java/org/apache/xml/serializer/
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
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeVector.java184 public final int pop() method in class:NodeVector
198 * top of the stack after the pop.
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc28 queue_.pop();
31 IndexedDBTransaction::Operation IndexedDBTransaction::TaskQueue::pop() { function in class:content::IndexedDBTransaction::TaskQueue
34 queue_.pop();
43 stack_.pop();
46 IndexedDBTransaction::Operation IndexedDBTransaction::TaskStack::pop() { function in class:content::IndexedDBTransaction::TaskStack
49 stack_.pop();
153 abort_task_stack_.pop().Run(NULL);
319 abort_task_stack_.pop().Run(NULL);
357 Operation task(task_queue->pop());
/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c88 static void pop(UScriptRun *scriptRun) function
311 pop(scriptRun);
329 * pop the matching open character from the stack
332 pop(scriptRun);
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_mips32.c101 // const uint32_t* pop = &population[4];
103 // while (pop != LoopEnd) {
105 // cost += i * *pop;
106 // cost += i * *(pop + 1);
107 // pop += 2;
112 const uint32_t* pop = &population[4]; local
118 "beq %[pop], %[LoopEnd], 2f \n\t"
120 "lw %[temp0], 0(%[pop]) \n\t"
121 "lw %[temp1], 4(%[pop]) \n\t"
123 "addiu %[pop],
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTDArray.h289 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } function in class:SkTDArray
290 void pop() { SkASSERT(fCount > 0); --fCount; } function in class:SkTDArray
/external/chromium_org/third_party/skia/src/animator/
H A DSkTDArray_Experimental.h129 void pop(T* elem) { if (elem) *elem = (*this)[fCount - 1]; --fCount; } function in class:SkTDS32Array
130 void pop() { --fCount; } function in class:SkTDS32Array
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dgenopcode.asm43 pop ds define
44 pop es label
45 pop fs label
46 pop gs label
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py295 r = pending.pop()
499 key, prev_item, next_item = self.map.pop(key)
518 def pop(self, last=True): # pylint: disable=W0221 member in class:OrderedSet
/external/e2fsprogs/intl/
H A Dl10nflist.c157 pop (int x) function
302 + (((dirlist_count << pop (mask)) + (dirlist_count > 1 ? 1 : 0))
/external/emma/core/java12/com/vladium/logging/
H A DLogger.java345 * Requiring a context parameter here helps enforce correct push/pop
350 public static void pop (final Logger ctx) method in class:Logger
/external/fonttools/Lib/fontTools/misc/
H A DpsLib.py261 topobject = self.pop()
278 def pop(self, *types): member in class:PSInterpreter
292 topobject = self.pop()
329 interpreter.interpret(b"/Helvetica 4 dict dup /Encoding StandardEncoding put definefont pop")
/external/fonttools/Tools/fontTools/misc/
H A DpsLib.py261 topobject = self.pop()
278 def pop(self, *types): member in class:PSInterpreter
292 topobject = self.pop()
329 interpreter.interpret(b"/Helvetica 4 dict dup /Encoding StandardEncoding put definefont pop")
/external/icu/icu4c/source/common/
H A Dusc_impl.c88 static void pop(UScriptRun *scriptRun) function
311 pop(scriptRun);
329 * pop the matching open character from the stack
332 pop(scriptRun);
/external/libunwind/src/dwarf/
H A DGexpr.c204 # define pop() \ macro
367 tmp1 = pop ();
375 tmp1 = pop ();
434 (void) pop ();
449 tmp1 = pop ();
450 tmp2 = pop ();
457 tmp1 = pop ();
458 tmp2 = pop ();
459 tmp3 = pop ();
467 tmp1 = pop ();
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp600 SUnit *ResourcePriorityQueue::pop() { function in class:ResourcePriorityQueue
650 SUnit *su = q.pop();
/external/llvm/test/MC/X86/
H A Dx86-16.s459 pop %ss label
462 pop %ds label
465 pop %es label
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java677 private int pop() { method in class:Frame
691 private void pop(final int elements) { method in class:Frame
710 private void pop(final String desc) { method in class:Frame
713 pop((MethodWriter.getArgumentsAndReturnSizes(desc) >> 2) - 1);
715 pop(2);
717 pop(1);
905 pop(2);
910 pop(2);
915 pop(2);
920 pop(
[all...]
/external/proguard/src/proguard/evaluation/
H A DStack.java271 public Value pop() method in class:Stack
294 return pop().integerValue();
303 return pop().longValue();
312 return pop().floatValue();
321 return pop().doubleValue();
330 return pop().referenceValue();
339 return pop().instructionOffsetValue();
/external/qemu/android/base/containers/
H A DPodVector.h250 void pop() { remove(0U); } function in class:android::base::PodVector
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c115 #define pop {if (--stacktop<0) break;\ macro
190 else pop \
232 if (!swapped) pop \
/external/skia/include/core/
H A DSkTDArray.h289 void pop(T* elem) { if (elem) *elem = (*this)[fCount - 1]; --fCount; } function in class:SkTDArray
290 void pop() { --fCount; } function in class:SkTDArray

Completed in 309 milliseconds

123456789