Home
last modified time | relevance | path

Searched defs:pop (Results 1 – 25 of 169) sorted by relevance

1234567

/third_party/jerryscript/tests/jerry/
Darray-prototype-pop.js35 var obj = { pop : Array.prototype.pop }; property
47 var obj = { pop : Array.prototype.pop }; property
59 var obj = { pop : Array.prototype.pop }; property
65 var obj = { pop : Array.prototype.pop, length : 1 }; property
78 var obj = {pop : Array.prototype.pop, length : 2}; property
90 var obj = {pop : Array.prototype.pop, length : 2}; property
/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dfilters_mmx.s127 pop %esp label
128 pop %ebp label
/third_party/typescript/tests/cases/compiler/
DinfinitelyGenerativeInheritance1.ts2 pop(): T method
/third_party/flutter/skia/src/core/
DSkExecutor.cpp61 static inline std::function<void(void)> pop(std::deque<std::function<void(void)>>* list) { in pop() function
66 static inline std::function<void(void)> pop(SkTArray<std::function<void(void)>>* list) { in pop() function
/third_party/skia/src/core/
DSkExecutor.cpp58 static inline std::function<void(void)> pop(std::deque<std::function<void(void)>>* list) { in pop() function
63 static inline std::function<void(void)> pop(SkTArray<std::function<void(void)>>* list) { in pop() function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DnominalSubtypeCheckOfTypeParameter.ts8 pop(): T method
/third_party/protobuf/src/google/protobuf/util/internal/
Dstructured_objectwriter.h77 ElementType* pop() { in pop() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_callstack.cpp60 void CallStack::pop(unsigned type) in pop() function in r600::CallStack
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
DLockFreeQueue.h71 bool pop(T &val) { in pop() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util_Queue.js38 this.pop = function (...args) { method
Dohos_util_Stack.js38 this.pop = function (...args) { method
/third_party/node/deps/npm/node_modules/aws4/
Dlru.js69 DoublyLinkedList.prototype.pop = function() { method in DoublyLinkedList
/third_party/python/Lib/turtledemo/
Dminimal_hanoi.py39 def pop(self): member in Tower
/third_party/flutter/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp45 void ParagraphBuilderImpl::pop() { in pop() function in skia::textlayout::ParagraphBuilderImpl
/third_party/node/deps/icu-small/source/common/
Dustack.cpp38 void* UStack::pop(void) { in pop() function in UStack
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustack.cpp38 void* UStack::pop(void) { in pop() function in UStack
/third_party/skia/third_party/externals/icu/source/common/
Dustack.cpp38 void* UStack::pop(void) { in pop() function in UStack
/third_party/icu/icu4c/source/common/
Dustack.cpp38 void* UStack::pop(void) { in pop() function in UStack
/third_party/flutter/skia/src/sksl/lex/
DRegexParser.cpp37 RegexNode RegexParser::pop() { in pop() function in RegexParser
/third_party/skia/src/sksl/lex/
DRegexParser.cpp37 RegexNode RegexParser::pop() { in pop() function in RegexParser
/third_party/flutter/skia/include/private/
DSkTDArray.h270 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop() function
271 void pop() { SkASSERT(fCount > 0); --fCount; } in pop() function
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/
Dstack.rs27 pub(super) fn pop(&mut self, expected_id: &Id) -> bool { in pop() method
/third_party/openh264/codec/common/x86/
Dmc_luma.asm795 pop r14 label
796 pop r13 label
797 pop r12 label
1695 pop r14 label
1696 pop r13 label
1697 pop r12 label
1828 pop r14 label
1829 pop r13 label
1830 pop r12 label
/third_party/skia/include/private/
DSkTDArray.h280 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop() function
281 void pop() { SkASSERT(fCount > 0); --fCount; } in pop() function
/third_party/node/deps/npm/node_modules/proto-list/
Dproto-list.js50 , pop : function () { method in ProtoList

1234567