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

12345

/external/clang/test/CodeGen/
H A Dcount-builtins.c3 int leading, trailing, pop; variable
17 pop = __builtin_popcount(P);
28 pop = __builtin_popcountll(P);
/external/v8/test/mjsunit/
H A Darray-length.js110 Array.prototype.pop.apply(o);
/external/webkit/Source/JavaScriptCore/wtf/
H A DSinglyLinkedList.h38 Node* pop();
61 template <typename Node> inline Node* SinglyLinkedList<Node>::pop() function in class:WTF::SinglyLinkedList
/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/ObjC/Framework/
H A DIntArray.h58 public int pop() { function in class:IntArray
/external/icu4c/common/
H A Dustack.cpp36 void* UStack::pop(void) { function in class:UStack
/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/apache-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
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DRingBuffer.java41 public T pop() { method in class:RingBuffer
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUniqueStack.java32 * All provided operations ({@link #pop()} and {@link #push(Object)}) are done in average constant
128 public T pop() { method in class:UniqueStack
/external/apache-harmony/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...]
/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/bison/examples/calc++/
H A Dstack.hh86 pop (unsigned int n = 1) function in class:yy::stack
/external/chromium/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/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc111 BubbleWidget* pop = new BubbleWidget(this); local
113 BorderWidgetWin* border_widget = pop->border_widget();
118 pop->Init(border_widget->GetNativeView(), gfx::Rect());
119 pop->SetContentsView(view_);
121 popup_ = pop;
129 views::WidgetWin* pop = static_cast<views::WidgetWin*>(popup_); local
130 pop->SetBounds(gfx::Rect(x, y, w, h));
136 BubbleWidget* pop = static_cast<BubbleWidget*>(popup_);
137 pop->ShowAndActivate(activate);
144 views::WidgetWin* pop
[all...]
/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/llvm/include/llvm/Support/
H A DArrayRecycler.h43 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.cpp119 SUnit *LatencyPriorityQueue::pop() { function in class:LatencyPriorityQueue
147 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/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

Completed in 2726 milliseconds

12345