/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedDeque.java | 1004 public E pop() { return removeFirst(); } method in class:ConcurrentLinkedDeque [all...] |
ForkJoinPool.java | 144 * pop, and poll (aka steal), under the further constraints that 145 * push and pop are called only from the owning thread (or, as 160 * arbitrating pop vs poll (steal) from being on the indices 162 * successful pop and poll mainly entail a CAS of a slot from 169 * appear nonempty when a push, pop, or poll have not fully 185 * poll rather than pop. This can be useful in message-passing 585 * slot to push to or pop from. It is written only by owner thread 761 final ForkJoinTask<?> pop() { method in class:ForkJoinPool.WorkQueue [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 88 jstring pop() { function in class:StringStack 658 jstring localName = parsingContext->stringStack.pop(); 659 jstring uri = parsingContext->stringStack.pop(); 660 jstring qName = parsingContext->stringStack.pop(); 735 jstring internedPrefix = parsingContext->stringStack.pop(); [all...] |
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/ |
MimeMessage.java | 576 stack.pop(); 627 stack.pop(); 646 stack.pop();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mailbox.py | 151 def pop(self, key, default=None): member in class:Mailbox 163 return (key, self.pop(key)) # This is only run once. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mailbox.py | 151 def pop(self, key, default=None): member in class:Mailbox 163 return (key, self.pop(key)) # This is only run once. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToStream.java | 82 * Used to push/pop values used for the field m_ispreserve, but 3389 public final boolean pop() method in class:ToStream.BoolStack [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-commons-4.0.jar | |
/prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/ndk/build/core/ |
definitions-graph.mk | 158 # Pop first item from work-queue into _ndk_mod_module. 159 -ndk-mod-pop-first = \ 163 -test-ndk-mod-pop-first = \ 165 $(call -ndk-mod-pop-first)\ 223 $(call -ndk-mod-pop-first)\ 343 $(call -ndk-mod-pop-first)\ 462 $(call -ndk-mod-pop-first)\
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.cpp | 138 void BitStack::pop() function in class:WebCore::BitStack 440 m_fullyClippedStack.pop(); 458 m_fullyClippedStack.pop(); 468 m_fullyClippedStack.pop(); 476 m_fullyClippedStack.pop(); 483 m_fullyClippedStack.pop(); [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.cc | 486 void Assembler::pop(Register dst) { function in class:v8::internal::Assembler 493 void Assembler::pop(const Operand& dst) { function in class:v8::internal::Assembler [all...] |
/external/chromium_org/v8/src/x64/ |
assembler-x64.cc | 1764 void Assembler::pop(Register dst) { function in class:v8::internal::Assembler 1771 void Assembler::pop(const Operand& dst) { function in class:v8::internal::Assembler [all...] |
/external/clang/lib/AST/ |
ItaniumMangle.cpp | 240 void pop(FunctionTypeDepthState saved) { function in class:__anon15716::CXXNameMangler::FunctionTypeDepthState [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 91 private ArrayList pop() method in class:Parser 858 PCommand node1 = (PCommand) pop().get(0); 894 @SuppressWarnings("unused") ArrayList nodeArrayList1 = pop(); 908 @SuppressWarnings("unused") ArrayList nodeArrayList2 = pop(); 909 @SuppressWarnings("unused") ArrayList nodeArrayList1 = pop(); 943 @SuppressWarnings("unused") ArrayList nodeArrayList1 = pop(); 963 @SuppressWarnings("unused") ArrayList nodeArrayList3 = pop(); 964 @SuppressWarnings("unused") ArrayList nodeArrayList2 = pop(); 965 @SuppressWarnings("unused") ArrayList nodeArrayList1 = pop(); 992 @SuppressWarnings("unused") ArrayList nodeArrayList4 = pop(); [all...] |
/external/kernel-headers/original/linux/ |
atmdev.h | 300 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ member in struct:atm_vcc
|
/external/libsepol/src/ |
services.c | 111 static char *pop(void) function 116 ERR(NULL, "pop called with no stack entries"); 698 /* The pop operands */ 707 b = pop(); 709 a = pop(); 727 b = pop(); 751 a = pop(); [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Parser.java | 635 pop(); method 702 else { // restartably pop everything above us 706 pop(); method 708 // pop any preclosed elements now at the top 710 pop(); method 726 // Pop the stack irrevocably 727 private void pop() throws SAXException { method in class:Parser 753 // Pop the stack restartably 756 pop(); method [all...] |
/external/v8/src/ia32/ |
assembler-ia32.cc | 95 __ pop(eax); 101 __ pop(eax); 130 __ pop(ebx); 131 __ pop(ecx); 133 __ pop(ebp); 549 void Assembler::pop(Register dst) { function in class:v8::internal::Assembler 556 void Assembler::pop(const Operand& dst) { function in class:v8::internal::Assembler [all...] |
/external/v8/src/x64/ |
assembler-x64.cc | 84 __ pop(rax); 90 __ pop(rax); 129 __ pop(rbx); 130 __ pop(rcx); 132 __ pop(rbp); 1848 void Assembler::pop(Register dst) { function in class:v8::internal::Assembler 1855 void Assembler::pop(const Operand& dst) { function in class:v8::internal::Assembler [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 682 mState.stack.pop(); 776 mState.stack.pop(); [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageRenderer.java | 395 Tile tile = mRecycledQueue.pop(); 398 tile = mRecycledQueue.pop(); 521 Tile tile = mRecycledQueue.pop(); 575 tile = mUploadQueue.pop(); 754 public Tile pop() { method in class:TiledImageRenderer.TileQueue 803 Tile tile = mDecodeQueue.pop();
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphRunner.java | 312 mFilters.pop(); 316 SubListener listener = mSubListeners.pop(); [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TileImageView.java | 387 Tile tile = mRecycledQueue.pop(); 390 tile = mRecycledQueue.pop(); 514 Tile tile = mRecycledQueue.pop(); 572 tile = mUploadQueue.pop(); 739 public Tile pop() { method in class:TileImageView.TileQueue 775 tile = mDecodeQueue.pop();
|