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

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 111 self.used_names = set() # Aliased to self.rootnode.used_names in pop()
130 # Pop while we are in an accept-only state
133 self.pop()
151 # An accepting state, pop it and try something else
152 self.pop()
191 def pop(self): member in class:Parser
192 """Pop a nonterminal. (Internal)"""
193 popdfa, popstate, popnode = self.stack.pop()
  /system/chre/util/include/chre/util/
fixed_size_blocking_queue_impl.h 53 ElementType FixedSizeBlockingQueue<ElementType, kSize>::pop() { function in class:chre::FixedSizeBlockingQueue
60 mQueue.pop();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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()
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 58 public int pop() { function in class:IntArray
  /external/libchrome/base/threading/
thread_collision_warner_unittest.cc 139 int pop() { function in class:NonThreadSafeQueue
156 queue_->pop();
196 int pop() { function in class:NonThreadSafeQueue
213 queue_->pop();
253 int pop() { function in class:NonThreadSafeQueue
278 queue_->pop();
322 int pop() { function in class:NonThreadSafeQueue
355 queue_->pop();
  /external/libcxxabi/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 ));
  /external/llvm/test/MC/ARM/
arm-load-store-multiple-deprecated.s 199 .global pop
200 .type pop,%function
201 pop: label
202 pop {r0, sp}
205 pop {sp}
208 pop {r0, lr, pc}
210 pop {lr, pc}
220 pop {r0, pc}
221 @ CHECK: pop {r0, pc}
  /external/protobuf/ruby/lib/google/protobuf/
repeated_field.rb 91 def pop(n=nil) method in class:Google.Protobuf.RepeatedField
  /external/python/cpython2/Lib/
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()
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/
NDC.java 50 public static String pop() { method in class:NDC
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
ArrayStack.java 31 public T pop() { method in class:ArrayStack
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Stack.java 51 public T pop() { method in class:Stack
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
queue.c 65 pop(q);
73 void *element = pop(q);
104 void *pop(Queue *q) function
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
queue.c 63 pop(q);
70 void *element = pop(q);
99 void *pop(Queue *q) function
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EmptyStackExceptionTest.java 35 s.pop();
  /libcore/ojluni/src/main/java/java/util/
Stack.java 32 * <tt>push</tt> and <tt>pop</tt> operations are provided, as well as a
80 public synchronized E pop() { method in class:Stack
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 83 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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.15-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 83 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 44 pop() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/cmd/compile/internal/ssa/
sparseset.go 65 // pop removes an arbitrary element from the set.
67 func (s *sparseSet) pop() ID { func

Completed in 530 milliseconds

12 3 4 5 6 7 8 91011>>