Searched defs:pop (Results 101 - 125 of 206) sorted by relevance

123456789

/external/skia/src/animator/
H A DSkTDArray_Experimental.h129 void pop(T* elem) { if (elem) *elem = (*this)[fCount - 1]; --fCount; } function in class:SkTDS32Array
130 void pop() { --fCount; } function in class:SkTDS32Array
/external/skia/src/core/
H A DSkRecordOpts.cpp272 void operator()(PopCull* pop) { argument
274 fPushStack.pop();
/external/webp/src/dsp/
H A Dlossless_mips32.c101 // const uint32_t* pop = &population[4];
103 // while (pop != LoopEnd) {
105 // cost += i * *pop;
106 // cost += i * *(pop + 1);
107 // pop += 2;
112 const uint32_t* pop = &population[4]; local
118 "beq %[pop], %[LoopEnd], 2f \n\t"
120 "lw %[temp0], 0(%[pop]) \n\t"
121 "lw %[temp1], 4(%[pop]) \n\t"
123 "addiu %[pop],
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c49 static ANTLR3_INT32 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns);
188 stream->pop = pop;
331 stream->pop = pop;
961 pop (pANTLR3_COMMON_TREE_NODE_STREAM ctns) function
965 retVal = ANTLR3_UINT32_CAST(ctns->nodeStack->pop(ctns->nodeStack));
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBufferedTreeNodeStream.java119 /** Stack of indexes used for push/pop calls */
341 * Switch back with pop().
354 public int pop() { method in class:BufferedTreeNodeStream
355 int ret = calls.pop();
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsearch_metadata.cc70 pop();
81 void pop() { function in class:drive::internal::__anon3104::ScopedPriorityQueue
82 // Keep top alive for the pop() call so that debug checks can access
86 queue_.pop();
222 result_candidates->pop();
263 for (; !result_candidates.empty(); result_candidates.pop()) {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp217 void HTMLElementStack::pop() function in class:blink::HTMLElementStack
226 // pop() will ASSERT if a <body>, <head> or <html> will be popped.
227 pop();
234 pop();
240 pop();
241 pop();
247 pop();
253 pop();
260 pop();
267 pop();
[all...]
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py66 * pop(k[,d]) -> v, remove specified key and return the corresponding value, O(log(n))
122 * nlargest(i[,pop]) -> get list of i largest items (k, v), O(i*log(n))
123 * nsmallest(i[,pop]) -> get list of i smallest items (k, v), O(i*log(n))
246 node.pop()
341 node.pop()
409 def pop(self, key, *args): member in class:TreeMixin
410 """ T.pop(k[,d]) -> v, remove specified key and return the corresponding value
414 raise TypeError("pop expected at most 2 arguments, got %d" % (1 + len(args)))
451 node.pop()
458 node.pop()
[all...]
/external/chromium_org/v8/src/
H A Deffects.h258 void pop() { node_ = node_->previous; } function in class:v8::internal::NestedEffectsBase
328 result.pop();
H A Dhydrogen-gvn.cc695 GvnBasicBlockState* dominator_state = pop();
697 // This branch is guaranteed not to return NULL because pop() never
760 GvnBasicBlockState* pop() { function in class:v8::internal::BASE_EMBEDDED::GvnBasicBlockState
/external/llvm/unittests/Support/
H A DPath.cpp429 fs::create_directories(Twine(TestDirectory) + "/recursive/pop/p1"));
436 i.pop();
452 v_t::const_iterator pop = std::find(visited.begin(), visited.end(), "pop"); local
463 ASSERT_NE(pop, visited.end());
478 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/pop/p1"));
479 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory) + "/recursive/pop"));
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h209 void * (*pop) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java945 public final Node pop() method in class:NodeSet
959 * top of the stack after the pop.
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc55 void pop() { function in class:media::AVPacketQueue
57 packets_.pop();
69 pop();
240 audio_packets_.pop();
295 video_packets_.pop();
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h344 void pop() function in class:TSymbolTable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h263 inline Item pop() function in class:nv50_ir::Stack
284 void moveTo(Stack&); // move all items to target (not like push(pop()))
362 id = ids.getSize() ? ids.pop().u.i : size++;
/external/chromium_org/third_party/skia/forth/
H A DForth.cpp61 intptr_t ForthEngine::pop() { function in class:ForthEngine
220 fIfStack.pop();
247 if (!engine->pop()) {
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h414 void pop() { function in class:v8::internal::LCodeGen::X87Stack
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h140 pop(nullptr);
145 pop(D);
151 pop(nullptr);
160 void pop(Decl *D) { function in class:clang::ParsingDeclRAIIObject
/external/clang/lib/Sema/
H A DSemaAttr.cpp63 /// pop - Pop a record from the stack and restore the current
66 /// is popped. Returns true if the pop succeeded.
67 bool pop(IdentifierInfo *Name, bool IsReset);
71 bool PragmaPackStack::pop(IdentifierInfo *Name, bool IsReset) { function in class:PragmaPackStack
72 // If name is empty just pop top.
98 // Found it, pop up to and including this record.
182 if (!Context->pop(nullptr, /*IsReset=*/true)) {
244 case Sema::PPK_Pop: // pack(pop [, id] [, n])
246 // "#pragma pack(pop, identifier, n) is undefined"
250 // Do the pop
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp57 SUnit *pop() { function in struct:__anon25807::FastPriorityQueue
549 SUnit *CurSU = AvailableQueue.pop();
559 CurSU = AvailableQueue.pop();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h263 inline Item pop() function in class:nv50_ir::Stack
284 void moveTo(Stack&); // move all items to target (not like push(pop()))
362 id = ids.getSize() ? ids.pop().u.i : size++;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py1858 # Stack of indexes used for push/pop calls
2054 Switch back with pop().
2061 def pop(self): member in class:CommonTreeNodeStream
2067 ret = self.calls.pop(-1)
2518 return self.nodes.pop(0)
2545 return self.nodes.pop(0)
2552 return self.nodes.pop(0)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb294 stack.pop if stack.last.empty?
430 stack.pop if stack.last.empty?
986 options = args.last.is_a?( ::Hash ) ? args.pop : {}
1130 def pop method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
1131 pos = @calls.pop and seek( pos )
/external/chromium_org/v8/test/mjsunit/es7/
H A Dobject-observe.js659 arr.pop();
660 arr.pop();
661 arr.pop();
1362 array.pop();
1363 array.pop();
1463 Array.prototype.pop.call(array);
1520 array.pop();
1521 array.pop();
1522 array.pop();

Completed in 1149 milliseconds

123456789