Home
last modified time | relevance | path

Searched defs:pop (Results 51 - 75 of 154) sorted by relevance

1234567

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java491 private final void pop() in pop() method in UScriptRun
/third_party/icu/icu4c/source/common/
H A Dusc_impl.cpp88 static void pop(UScriptRun *scriptRun) in pop() function
/third_party/libunwind/libunwind/src/dwarf/
H A DGexpr.c259 # define pop() \ in dwarf_eval_expr() macro
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py561 def pop(self, last=True): # pylint: disable=W0221 member in OrderedSet
/third_party/node/deps/icu-small/source/common/
H A Dusc_impl.cpp88 static void pop(UScriptRun *scriptRun) in pop() function
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py555 def pop(self, last=True): # pylint: disable=W0221 member in OrderedSet
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_queue.h93 cnd_t pop; member
/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc34 bool pop = true; in Forward() local
/third_party/rust/crates/cxx/src/
H A Dcxx_vector.rs177 pub fn pop(self: Pin<&mut Self>) -> Option<T> in pop() functions
/third_party/python/Lib/
H A D_weakrefset.py98 def pop(self): member in WeakSet
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp288 void PoolAllocator::pop() in pop() function in angle::PoolAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp586 SUnit *ResourcePriorityQueue::pop() { in pop() function in ResourcePriorityQueue
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c109 const uint32_t* pop = &population[4]; in ExtraCost_MIPS32() local
[all...]
/third_party/skia/tests/
H A DTest.h46 void pop() { in pop() function in skiatest::Reporter
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-vector.hh255 Type pop () in pop() function
/third_party/python/Lib/xml/dom/
H A Dpulldom.py33 def pop(self): member in PullDOM
/third_party/python/Lib/email/
H A Dheader.py555 def pop(self): global() member in _Accumulator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h90 void pop() { in pop() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dusc_impl.cpp88 static void pop(UScriptRun *scriptRun) in pop() function
/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py126 def pop(self, key, default=__marker): member in MutableMapping
299 def pop(self, key=-1): member in RepeatedScalarFieldContainer
428 def pop(self, key=-1): member in RepeatedCompositeFieldContainer
/third_party/skia/include/private/
H A DSkTDArray.h280 void pop(T* elem) { SkASSERT(fCount > 0); if (elem) *elem = (*this)[fCount - 1]; --fCount; } in pop() function in SkTDArray
281 void pop() { SkASSERT(fCount > 0); --fCount; } in pop() function in SkTDArray
/third_party/skia/modules/skparagraph/src/
H A DParagraphBuilderImpl.cpp77 void ParagraphBuilderImpl::pop() { in pop() function in skia::textlayout::ParagraphBuilderImpl
/third_party/skia/experimental/sorttoy/
H A DFake.h117 void pop(PaintersOrder paintersOrderWhenPopped) { in pop() function in FakeStateTracker
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp198 bool pop; in RemoveStyle() local
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs80 pub fn pop(&mut self) -> Option<bigint::Limb> { in pop() functions

Completed in 18 milliseconds

1234567