/external/antlr/runtime/ObjC/Framework/test/runtime/misc/ |
D | IntArrayTest.m | 30 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/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | fpcall.ll | 3 ; particular, the top-of-stack must be popped regardless of whether 14 ; popped. 24 ; The top of the FP stack is popped and subsequently used.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_StackPopV2.pbtxt | 13 The tensor that is popped from the top of the stack. 19 The type of the elem that is popped.
|
/external/eigen/unsupported/test/ |
D | cxx11_runqueue.cpp | 169 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/ |
D | UnicodeSetBuilder.java | 214 Info popped = setStack.remove(size - 1); in handle() local 216 current = popped.set; in handle() 229 negateSet = popped.negated; in handle() 230 operation = popped.operation; in handle()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 24 ; 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:
|
D | fp-stack-2results.ll | 50 ; Uses ST(0), ST(1) is dead but must be popped. 58 ; Uses ST(1), ST(0) is dead and must be popped.
|
D | sibcall-2.ll | 4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 24 ; 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:
|
D | fp-stack-2results.ll | 50 ; Uses ST(0), ST(1) is dead but must be popped. 58 ; Uses ST(1), ST(0) is dead and must be popped.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fp-stack-2results.ll | 50 ; Uses ST(0), ST(1) is dead but must be popped. 58 ; Uses ST(1), ST(0) is dead and must be popped.
|
D | inline-asm-fpstack.ll | 28 ; Asm consumes stack, nothing should be popped. 99 ; Uses two different values, should be in st(0)/st(1) and both be popped. 101 ; Uses two different values, one of which isn't killed in this asm, it should not be popped after t… 103 ; This is the last use of %D, so it should be popped after. 240 ; An input argument in a fixed position is implicitly popped by the asm only if 266 ; implicitly popped (and then the output is implicitly pushed). 288 ; An 'f' constraint is never implicitly popped: 310 ; The 'u' constraint is only popped implicitly when clobbered:
|
D | sibcall-2.ll | 4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
|
/external/u-boot/drivers/serial/ |
D | usbtty.c | 871 int popnum, popped; in write_buffer() local 889 popped = buf_pop (buf, dest, popnum); in write_buffer() 890 if (popped == 0) in write_buffer() 892 current_urb->actual_length += popped; in write_buffer() 893 total += popped; in write_buffer()
|
/external/python/cpython2/Doc/library/ |
D | dis.rst | 491 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
|
D | asynchat.rst | 75 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/ |
D | dis.rst | 637 instructions, while the added value or key/value pair is popped off, the 672 the local namespace. The module is popped after loading all names. This 684 Removes one block from the block stack. The popped block must be an exception 687 popped values are used to restore the exception state. 923 Imports the module ``co_names[namei]``. TOS and TOS1 are popped and provide 944 If TOS is true, sets the bytecode counter to *target*. TOS is popped. 951 If TOS is false, sets the bytecode counter to *target*. TOS is popped. 959 stack. Otherwise (TOS is false), TOS is popped. 967 stack. Otherwise (TOS is true), TOS is popped. 981 it). If the iterator indicates it is exhausted TOS is popped, and the byte [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 756 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()
|
/external/curl/tests/data/ |
D | test1382 | 59 331 We are happy you popped in!
|
D | test1380 | 58 331 We are happy you popped in!
|
D | test1384 | 58 331 We are happy you popped in!
|
D | test1383 | 58 331 We are happy you popped in!
|
D | test1354 | 63 331 We are happy you popped in!
|
D | test1379 | 58 331 We are happy you popped in!
|
D | test1381 | 59 331 We are happy you popped in!
|