Home
last modified time | relevance | path

Searched refs:popped (Results 1 – 25 of 101) sorted by relevance

12345

/external/antlr/runtime/ObjC/Framework/test/runtime/misc/
DIntArrayTest.m30 NSInteger popped = [intArray pop];
31 NSLog(@"Popped value: %d", popped);
32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StackPopV2.pbtxt13 The tensor that is popped from the top of the stack.
19 The type of the elem that is popped.
/external/eigen/unsupported/test/
Dcxx11_runqueue.cpp169 int popped = 1; in test_stress_runqueue() local
170 while (pushed < kEvents || popped < kEvents) { in test_stress_runqueue()
177 if (popped < kEvents) { in test_stress_runqueue()
181 popped++; in test_stress_runqueue()
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilder.java215 Info popped = setStack.remove(size - 1); in handle() local
217 current = popped.set; in handle()
230 negateSet = popped.negated; in handle()
231 operation = popped.operation; in handle()
/external/llvm/test/CodeGen/X86/
Dfp-stack-2results.ll50 ; Uses ST(0), ST(1) is dead but must be popped.
58 ; Uses ST(1), ST(0) is dead and must be popped.
Dinline-asm-fpstack.ll24 ; Asm consumes stack, nothing should be popped.
66 ; Uses two different values, should be in st(0)/st(1) and both be popped.
73 ; should not be popped after the asm.
79 ; This is the last use of %D, so it should be popped after.
183 ; An input argument in a fixed position is implicitly popped by the asm only if
205 ; implicitly popped (and then the output is implicitly pushed).
224 ; An 'f' constraint is never implicitly popped:
242 ; The 'u' constraint is only popped implicitly when clobbered:
Dsibcall-2.ll4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
/external/llvm-project/llvm/test/CodeGen/X86/
Dinline-asm-fpstack.ll28 ; Asm consumes stack, nothing should be popped.
98 ; Uses two different values, should be in st(0)/st(1) and both be popped.
100 ; Uses two different values, one of which isn't killed in this asm, it should not be popped after t…
102 ; This is the last use of %D, so it should be popped after.
239 ; An input argument in a fixed position is implicitly popped by the asm only if
264 ; implicitly popped (and then the output is implicitly pushed).
285 ; An 'f' constraint is never implicitly popped:
306 ; The 'u' constraint is only popped implicitly when clobbered:
Dsibcall-2.ll4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
/external/python/cpython2/Doc/library/
Ddis.rst491 While the appended value is popped off, the list object remains on the stack
515 the local namespace. The module is popped after loading all names. This
676 Imports the module ``co_names[namei]``. TOS and TOS1 are popped and provide
697 If TOS is true, sets the bytecode counter to *target*. TOS is popped.
702 If TOS is false, sets the bytecode counter to *target*. TOS is popped.
708 stack. Otherwise (TOS is false), TOS is popped.
714 stack. Otherwise (TOS is true), TOS is popped.
726 the iterator indicates it is exhausted ``TOS`` is popped, and the bytecode
Dasynchat.rst75 Pushes a ``None`` on to the producer fifo. When this producer is popped off
151 not yet popped for writing to the channel. A :class:`fifo` is a list used
175 If the fifo is not empty, returns ``True, first()``, deleting the popped
/external/python/cpython3/Doc/library/
Ddis.rst656 instructions, while the added value or key/value pair is popped off, the
691 the local namespace. The module is popped after loading all names. This
703 Removes one block from the block stack. The popped block must be an exception
706 popped values are used to restore the exception state.
924 Imports the module ``co_names[namei]``. TOS and TOS1 are popped and provide
945 If TOS is true, sets the bytecode counter to *target*. TOS is popped.
952 If TOS is false, sets the bytecode counter to *target*. TOS is popped.
967 stack. Otherwise (TOS is false), TOS is popped.
975 stack. Otherwise (TOS is true), TOS is popped.
989 it). If the iterator indicates it is exhausted, TOS is popped, and the byte
[all …]
/external/curl/tests/data/
Dtest138058 331 We are happy you popped in!
Dtest138259 331 We are happy you popped in!
Dtest138458 331 We are happy you popped in!
Dtest137958 331 We are happy you popped in!
Dtest135463 331 We are happy you popped in!
Dtest138358 331 We are happy you popped in!
Dtest138159 331 We are happy you popped in!
Dtest135266 331 We are happy you popped in!
Dtest135065 331 We are happy you popped in!
Dtest135365 331 We are happy you popped in!
Dtest134965 331 We are happy you popped in!
Dtest135166 331 We are happy you popped in!
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java756 Element popped = theStack; in restartablyPop() local
758 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) { in restartablyPop()
759 popped.anonymize(); in restartablyPop()
760 popped.setNext(theSaved); in restartablyPop()
761 theSaved = popped; in restartablyPop()

12345