/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
D | ANTLRIntArrayTest.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…
|
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/chromium_org/net/third_party/nss/ssl/ |
D | ssldef.c | 177 PRFileDesc *popped; in ssl_DefClose() local 197 popped = PR_PopIOLayer(fd, PR_TOP_IO_LAYER); in ssl_DefClose() 198 popped->dtor(popped); in ssl_DefClose()
|
/external/bison/lib/ |
D | timevar.c | 341 struct timevar_stack_def *popped = stack; local 353 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now); 364 popped->next = unused_stack_instances; 365 unused_stack_instances = popped;
|
/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.
|
D | sibcall-2.ll | 4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
|
D | win_ftol2.ll | 11 ; the x87 stack instead of the callstack. The input value is popped by the
|
/external/chromium_org/chrome/installer/util/prebuild/ |
D | create_string_rc.py | 117 popped = self.__element_stack.pop() 118 assert popped == name 195 popped = self.__element_stack.pop() 196 assert popped == name
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | Parser.java | 755 Element popped = theStack; in restartablyPop() local 757 if (restartElements && (popped.flags() & Schema.F_RESTART) != 0) { in restartablyPop() 758 popped.anonymize(); in restartablyPop() 759 popped.setNext(theSaved); in restartablyPop() 760 theSaved = popped; in restartablyPop()
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | rhino-python.extensions | 96 pushed on the stack; this will never be popped off again. The 103 stack; all numbers on the stack that are larger are popped 104 off, and for each number popped off a DEDENT token is
|
/external/chromium_org/base/mac/ |
D | objc_property_releaser_unittest.mm | 284 // Now that the autorelease pool has been popped, the 3 objects that were 329 // Now that the autorelease pool has been popped, the 3 copies are gone.
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | MESA_swap_control.spec | 97 be pushed or popped. The current swap interval for the window
|
/external/mesa3d/docs/ |
D | MESA_swap_control.spec | 97 be pushed or popped. The current swap interval for the window
|
/external/chromium_org/content/browser/renderer_host/ |
D | webmenurunner_mac.mm | 130 // popped up above the element, so that the current item can be
|
/external/skia/experimental/iOSSampleApp/Shared/ |
D | SkOptionsTableViewController.mm | 323 if (self == viewController) { //when a List option is popped, trigger event
|
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/ |
D | SkOptionsTableViewController.mm | 323 if (self == viewController) { //when a List option is popped, trigger event
|
/external/icu/icu4c/source/common/ |
D | rbbirpt.txt | 40 # | | state to be popped from the state stack.
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbirpt.txt | 40 # | | state to be popped from the state stack.
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 821 with the same tag name as the token has been popped from the 851 with the same tag name as the token has been popped from the 866 with the same tag name as the token has been popped from the 881 has been popped from the stack. 1051 with the same tag name as the token has been popped from the 1385 popped from the stack. 1456 popped from the stack. 1669 name as the token has been popped from the stack. 1774 element has been popped from the stack.
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 296 it is popped but just tracks it in a C runtime stack, eventually 310 popped, it is probably a good idea
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | regexcst.txt | 40 # | | state to be popped from the state stack.
|
/external/icu/icu4c/source/i18n/ |
D | regexcst.txt | 40 # | | state to be popped from the state stack.
|
/external/chromium_org/remoting/ios/ui/ |
D | host_view_controller.mm | 173 // View is disappearing because it was popped from the stack
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | interop.dox | 167 /// popped from the stack when it is exhausted by the lexer. You may use the macro <code>POPSTREAM<…
|