HomeSort by relevance Sort by last modified time
    Searched defs:pop (Results 226 - 250 of 330) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 1005 public E pop() { return removeFirst(); } method in class:ConcurrentLinkedDeque
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 88 jstring pop() { function in class:StringStack
655 jstring localName = parsingContext->stringStack.pop();
656 jstring uri = parsingContext->stringStack.pop();
657 jstring qName = parsingContext->stringStack.pop();
732 jstring internedPrefix = parsingContext->stringStack.pop();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 98 stack.pop();
127 stack.pop();
130 stack.pop();
    [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)\
346 $(call -ndk-mod-pop-first)\
447 $(call -ndk-mod-pop-first)\
  /external/clang/lib/AST/
ItaniumMangle.cpp 214 void pop(FunctionTypeDepthState saved) { function in class:__anon5613::CXXNameMangler::FunctionTypeDepthState
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 344 /// know the EH stack depth. Whenever we pop a cleanup, we have
780 /// PopCleanupBlock - Will pop the cleanup entry on the stack and
1112 void pop() { function in class:clang::CodeGen::OpaqueValueMapping
    [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/quake/quake/src/QW/client/
common.c 62 unsigned short pop[] = variable
1105 Looks for the pop.txt file and verifies it.
1117 COM_FOpenFile("gfx/pop.lmp", &h);
1137 if (pop[i] != (unsigned short)BigShort (check[i]))
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 59 unsigned short pop[] = variable
1027 Looks for the pop.txt file and verifies it.
1039 COM_OpenFile("gfx/pop.lmp", &h);
1064 if (pop[i] != (unsigned short)BigShort (check[i]))
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 256 void pop();
268 pop();
279 void GraphicStackState::pop() { function in class:GraphicStackState
350 pop();
421 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...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 382 return pop(state);
388 return pop(state);
394 return pop(state);
585 StateBase* pop(StateBase* state) function in class:WebCore::__anon17685::Serializer
1071 pop(length);
1103 pop(length);
1120 void pop(unsigned length) function in class:WebCore::__anon17685::Deserializer
    [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 149 void BitStack::pop() function in class:WebCore::BitStack
457 m_fullyClippedStack.pop();
469 m_fullyClippedStack.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();
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 363 Tile tile = mRecycledQueue.pop();
366 tile = mRecycledQueue.pop();
485 Tile tile = mRecycledQueue.pop();
539 tile = mUploadQueue.pop();
696 public Tile pop() { method in class:TiledImageRenderer.TileQueue
728 Tile tile = mDecodeQueue.pop();
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 824 equalities.pop(); // Throw away the equality we just deleted.
827 equalities.pop();
    [all...]
  /external/v8/src/arm/
assembler-arm.h 1156 void pop(Register dst, Condition cond = al) { function in class:v8::internal::Assembler
1160 void pop() { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/devtools/tools/lib/
asm-analysis-4.0.jar 

Completed in 1169 milliseconds

1 2 3 4 5 6 7 8 91011>>