HomeSort by relevance Sort by last modified time
    Searched defs:pop (Results 26 - 50 of 330) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 84 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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);
73 * @tests java.util.Stack#pop()
76 // Test for method java.lang.Object java.util.Stack.pop()
84 lastPopped = s.pop();
85 assertTrue("a) Pop did not return top item", lastPopped == item2);
88 "a) Pop threw EmptyStackException when stack should not have been empty");
92 lastPopped = s.pop();
    [all...]
  /external/apache-harmony/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...]
  /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...]
  /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/chromium/base/threading/
thread_collision_warner_unittest.cc 138 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/
browser_bubble_win.cc 111 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 = static_cast<views::WidgetWin*>(popup_)
    [all...]

Completed in 718 milliseconds

12 3 4 5 6 7 8 91011>>