HomeSort by relevance Sort by last modified time
    Searched defs:pop (Results 51 - 75 of 1106) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
sigqueue_plan9.go 56 func (q *noteQueue) pop() string { func
100 note := sig.q.pop()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparseset.go 65 // pop removes an arbitrary element from the set.
67 func (s *sparseSet) pop() ID { func
  /prebuilts/go/linux-x86/src/runtime/
sigqueue_plan9.go 56 func (q *noteQueue) pop() string { func
100 note := sig.q.pop()
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
test_fallback_malloc.pass.cpp 56 void *pop ( container &c, bool from_end ) { function
96 fallback_free ( pop ( ptrs, ptrs.size () % 1 == 1 ));
128 fallback_free ( pop ( ptrs, ptrs.size () % 1 == 1 ));
162 fallback_free ( pop ( ptrs, ptrs.size () % 1 == 1 ));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
multifile.py 18 fp.pop()
22 It is also allowed to use multiple push()...pop() sequences.
141 def pop(self): member in class:MultiFile
143 raise Error, 'bad MultiFile.pop() call'
149 self.stack.pop()
151 self.start = self.posstack.pop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
multifile.py 18 fp.pop()
22 It is also allowed to use multiple push()...pop() sequences.
141 def pop(self): member in class:MultiFile
143 raise Error, 'bad MultiFile.pop() call'
149 self.stack.pop()
151 self.start = self.posstack.pop()
  /system/chre/util/include/chre/util/
priority_queue_impl.h 94 void PriorityQueue<ElementType, CompareFunction>::pop() { function in class:chre::PriorityQueue
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
stack.s 21 .global pop
22 pop: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
list_insn.s 17 .global pop
18 pop: label
19 pop r0, {r10} label
20 pop r2 label
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 186 * Pop an object.
191 public Object pop() { method in class:CallVerificationStack
192 this.callStack.pop();
193 return super.pop();
197 * Pop a boolean.
202 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
208 * Pop a char.
213 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
219 * Pop a double.
224 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
    [all...]
  /external/guice/core/src/com/google/inject/internal/
InternalContext.java 82 state.pop();
93 state.pop();
131 public void pop() { method in class:InternalContext.DependencyStack
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StackTest.java 43 s.pop();
65 s.pop();
66 assertTrue("Peek did not return top item after a pop", s.pop() == item2);
70 s.pop();
71 s.pop();
73 s.pop();
81 * java.util.Stack#pop()
84 // Test for method java.lang.Object java.util.Stack.pop()
92 lastPopped = s.pop();
    [all...]
  /libcore/support/src/test/java/tests/util/
CallVerificationStack.java 195 * Pop an object.
200 public Object pop() { method in class:CallVerificationStack
201 this.callStack.pop();
202 return super.pop();
206 * Pop a boolean.
211 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
217 * Pop a char.
222 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
228 * Pop a double.
233 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop();
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 111 pop es
141 pop es
146 pop edx ; EDX = (SizeOfPartitionEntry * GptPartitionIndicator) % BLOCK_SIZE
198 pop ds define
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.asm 61 pop eax
93 pop eax
257 pop ebx ; retore value of ebx that was overwritten by CPUID
341 pop eax
344 pop eax
346 pop eax
348 pop eax
352 pop dword ptr [ebp + 5 * 4]
360 pop dword ptr [ebp + 3 * 4]
367 pop gs
370 pop ds define
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 92 /** 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/Java/src/main/java/org/antlr/runtime/misc/
IntArray.java 58 public int pop() { method in class:IntArray
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemContext.java 47 * 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
146 * Pop the current "stack frame".
149 final ElemContext pop() method in class:ElemContext
151 /* a very simple pop. No clean up is done of the deeper
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntStack.java 99 public final int pop() method in class:IntStack
  /external/clang/lib/CodeGen/
CGLoopInfo.cpp 272 void LoopInfoStack::pop() { function in class:LoopInfoStack
273 assert(!Active.empty() && "No active loops to pop");
  /external/libpcap/msdos/
ndis_0.asm 102 pop di ;; Pop off the old stack define
103 pop si
113 pop ax ;; Get the return code back
116 pop ds define
117 pop es
167 pop ebx
pkt_rx1.s 57 pop bx
58 pop es
91 pop bx ; restore handle
117 pop ds define
127 pop ds define
137 ; pop si
148 pop ds define
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 45 T *pop(unsigned Idx) { function in class:llvm::ArrayRecycler
105 while (T *Ptr = pop(Bucket.size() - 1))
126 if (T *Ptr = pop(Cap.getBucket()))
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 120 SUnit *LatencyPriorityQueue::pop() { function in class:LatencyPriorityQueue
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 76 pop();
87 // Pop an operation from the front of the queue.
88 void pop() function in class:asio::detail::op_queue

Completed in 1097 milliseconds

1 23 4 5 6 7 8 91011>>