Searched defs:pop (Results 26 - 50 of 206) sorted by relevance

123456789

/external/libcxxabi/test/
H A Dtest_fallback_malloc.cpp56 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 ));
/external/libpcap/msdos/
H A Dndis_0.asm102 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
H A Dpkt_rx1.s57 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/skia/src/core/
H A DSkTInternalSList.h80 this->push(other->pop());
89 T* pop() { function in class:SkTInternalSList
/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
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DBoolStack.java104 public final boolean pop() method in class:BoolStack
H A DStringVector.java199 public final String pop() method in class:StringVector
/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();
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DLoopInfo.cpp207 void TLoopStack::pop() function in class:TLoopStack
/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.pyx63 cpdef pop(self): member in class:cWalker
65 raise IndexError('pop(): stack is empty')
/external/chromium_org/third_party/simplejson/
H A Dordered_dict.py45 key, prev, next = self.__map.pop(key)
72 value = self.pop(key)
90 pop = DictMixin.pop variable in class:OrderedDict
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h25 * - Supports nest/unnest which simulates a stack of stack. unnest will pop all the
109 this->pop();
153 * Pop an object off the stack (via pop()), and copy its members into elem.
155 void pop(T* elem) { function in class:SkTDStackNester
159 this->pop();
163 * Pop an object off the stack. It is an error to call pop() more times
166 void pop() { function in class:SkTDStackNester
/external/chromium_org/third_party/skia/include/core/
H A DSkTDStack.h71 void pop(T* elem) { function in class:SkTDStack
75 this->pop();
78 void pop() { function in class:SkTDStack
/external/chromium_org/v8/src/compiler/
H A Dmachine-operator-unittest.cc179 std::ostream& operator<<(std::ostream& os, const PureOperator& pop) { argument
180 return os << IrOpcode::Mnemonic(pop.opcode);
228 const PureOperator& pop = GetParam(); local
231 EXPECT_EQ((machine1.*pop.constructor)(), (machine2.*pop.constructor)());
237 const PureOperator& pop = GetParam(); local
238 const Operator* op = (machine.*pop.constructor)();
240 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetValueInputCount(op));
243 EXPECT_EQ(pop.value_input_count, OperatorProperties::GetTotalInputCount(op));
245 EXPECT_EQ(pop
254 const PureOperator& pop = GetParam(); local
262 const PureOperator& pop = GetParam(); local
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-builtinbust-6.js10 Array.prototype.pop.call(v);
34 test_receiver(23, "Array.prototype.pop.call(23)");
/external/jpeg/
H A Djmemdosa.asm61 open_err: pop ds ; restore registers and exit
62 pop es
63 pop dx define
64 pop cx
65 pop bx
66 pop di define
67 pop si
68 pop bp
93 close_err: pop ds ; restore registers and exit
94 pop e
95 pop dx define
98 pop di define
129 pop dx define
132 pop di define
167 pop dx define
170 pop di define
205 pop dx define
208 pop di define
244 pop ds ; restore registers and exit define
246 pop dx define
249 pop di define
285 pop ds ; restore registers and exit define
287 pop dx define
290 pop di define
313 pop ds define
325 pop dx define
328 pop di define
366 pop ds ; restore registers and exit define
368 pop dx define
371 pop di define
[all...]
/external/lldb/test/api/multithreaded/
H A Dcommon.h40 T pop(int timeout_seconds, bool &success) { function in class:multithreaded_queue
47 m_data.pop();
/external/llvm/include/llvm/Support/
H A DArrayRecycler.h45 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/
H A DLatencyPriorityQueue.cpp120 SUnit *LatencyPriorityQueue::pop() { function in class:LatencyPriorityQueue
148 SUnit *su = q.pop();
/external/markdown/markdown/
H A Dodict.py43 def pop(self, k, *args): member in class:OrderedDict
44 result = super(OrderedDict, self).pop(k, *args)
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm61 open_err: pop ds ; restore registers and exit
62 pop es
63 pop dx define
64 pop cx
65 pop bx
66 pop di define
67 pop si
68 pop bp
93 close_err: pop ds ; restore registers and exit
94 pop e
95 pop dx define
98 pop di define
129 pop dx define
132 pop di define
167 pop dx define
170 pop di define
205 pop dx define
208 pop di define
244 pop ds ; restore registers and exit define
246 pop dx define
249 pop di define
285 pop ds ; restore registers and exit define
287 pop dx define
290 pop di define
313 pop ds define
325 pop dx define
328 pop di define
366 pop ds ; restore registers and exit define
368 pop dx define
371 pop di define
[all...]
/external/qemu/scripts/
H A Dordereddict.py51 key, prev, next = self.__map.pop(key)
76 value = self.pop(key)
94 pop = DictMixin.pop variable in class:OrderedDict
/external/skia/experimental/PdfViewer/src/
H A DSkTDStackNester.h25 * - Supports nest/unnest which simulates a stack of stack. unnest will pop all the
109 this->pop();
153 * Pop an object off the stack (via pop()), and copy its members into elem.
155 void pop(T* elem) { function in class:SkTDStackNester
159 this->pop();
163 * Pop an object off the stack. It is an error to call pop() more times
166 void pop() { function in class:SkTDStackNester

Completed in 538 milliseconds

123456789