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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.asm 185 pop ds define
186 pop es
187 pop fs
188 pop gs
228 pop ecx
250 pop ecx ; ecx <- selector for data segments
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.asm 425 pop eax
428 pop eax
430 pop eax
432 pop eax
436 pop dword ptr [ebp + 5 * 4]
444 pop dword ptr [ebp + 3 * 4]
451 pop gs
452 pop fs
453 pop es
454 pop ds define
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
Frame.java 178 public Value pop() throws IndexOutOfBoundsException { method in class:Frame
180 throw new IndexOutOfBoundsException("Cannot pop operand off an empty stack.");
245 value2 = pop();
246 value1 = pop();
254 value1 = interpreter.copyOperation(insn, pop());
275 value3 = pop();
276 value2 = pop();
277 value1 = pop();
280 case Opcodes.POP:
281 if (pop().getSize() == 2)
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontreenodestream.h 295 ANTLR3_INT32 (*pop) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 49 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/
CommonTreeNodeStream.java 53 /** Stack of indexes used for push/pop calls */
123 * Switch back with pop().
136 public int pop() { method in class:CommonTreeNodeStream
137 int ret = calls.pop();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NodeVector.java 180 * Pop a node from the tail of the vector and return the result.
184 public final int pop() method in class:NodeVector
197 * Pop a node from the tail of the vector and return the
198 * top of the stack after the pop.
213 * Pop a node from the tail of the vector.
272 * Pop a pair of nodes from the tail of the stack.
  /external/elfutils/libdwfl/
frame_unwind.c 167 #define pop(x) do_pop(&stack, x) macro
259 if (! pop (&val1) || ! push (val1) || ! push (val1))
266 if (! pop (&val1))
286 if (! pop (&val1) || ! pop (&val2)
294 if (! pop (&val1) || ! pop (&val2) || ! push (val1) || ! push (val2))
303 if (! pop (&val1) || ! pop (&val2) || ! pop (&val3
511 #undef pop macro
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedDequeTest.java 243 public E pop() { method in class:SynchronizedDequeTest.TestDeque
245 return delegate.pop();
293 create().pop();
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
ManyConstructorsTest.java 238 Farm pops = factory.popsFarm("Pop");
239 assertEquals("Pop", pops.pop);
242 assertEquals(null, moms.pop);
244 Farm momAndPop = factory.momAndPopsFarm("Mom", "Pop");
245 assertEquals("Pop", momAndPop.pop);
251 Farm popsFarm(String pop);
253 Farm momAndPopsFarm(@Assisted("mom") String mom, @Assisted("pop") String pop);
257 String pop; field in class:ManyConstructorsTest.Farm
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
XMLRecordWriter.java 193 pop(); method
213 pop(); method
229 pop(); method
239 private void pop() { method in class:XMLRecordWriter
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 152 pop(); method
375 pop(); method
392 // pop the matching open character from the stack
394 pop(); method
491 private final void pop() method in class:UScriptRun
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BurmeseBreakEngine.java 225 foundBreaks.pop();
KhmerBreakEngine.java 225 foundBreaks.pop();
LaoBreakEngine.java 224 foundBreaks.pop();
ThaiBreakEngine.java 269 foundBreaks.pop();
  /external/icu/icu4c/source/common/
usc_impl.cpp 88 static void pop(UScriptRun *scriptRun) function
311 pop(scriptRun);
329 * pop the matching open character from the stack
332 pop(scriptRun);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
XMLRecordWriter.java 189 pop(); method
209 pop(); method
225 pop(); method
235 private void pop() { method in class:XMLRecordWriter
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 150 pop(); method
373 pop(); method
390 // pop the matching open character from the stack
392 pop(); method
489 private final void pop() method in class:UScriptRun
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
BurmeseBreakEngine.java 224 foundBreaks.pop();
KhmerBreakEngine.java 224 foundBreaks.pop();
LaoBreakEngine.java 223 foundBreaks.pop();
ThaiBreakEngine.java 268 foundBreaks.pop();
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 598 SUnit *ResourcePriorityQueue::pop() { function in class:ResourcePriorityQueue
  /external/llvm/test/MC/X86/
x86-16.s 459 pop %ss label
462 pop %ds label
465 pop %es label

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>