Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DANTLRIntArrayTest.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…
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/chromium_org/net/third_party/nss/ssl/
Dssldef.c177 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/
Dtimevar.c341 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/
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:
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.
Dsibcall-2.ll4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
Dwin_ftol2.ll11 ; the x87 stack instead of the callstack. The input value is popped by the
/external/chromium_org/chrome/installer/util/prebuild/
Dcreate_string_rc.py117 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/
DParser.java755 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/
Drhino-python.extensions96 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/
Dobjc_property_releaser_unittest.mm284 // 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/
DMESA_swap_control.spec97 be pushed or popped. The current swap interval for the window
/external/mesa3d/docs/
DMESA_swap_control.spec97 be pushed or popped. The current swap interval for the window
/external/chromium_org/content/browser/renderer_host/
Dwebmenurunner_mac.mm130 // popped up above the element, so that the current item can be
/external/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.mm323 if (self == viewController) { //when a List option is popped, trigger event
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.mm323 if (self == viewController) { //when a List option is popped, trigger event
/external/icu/icu4c/source/common/
Drbbirpt.txt40 # | | state to be popped from the state stack.
/external/chromium_org/third_party/icu/source/common/
Drbbirpt.txt40 # | | state to be popped from the state stack.
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt821 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/
DChangeLog296 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/
Dregexcst.txt40 # | | state to be popped from the state stack.
/external/icu/icu4c/source/i18n/
Dregexcst.txt40 # | | state to be popped from the state stack.
/external/chromium_org/remoting/ios/ui/
Dhost_view_controller.mm173 // View is disappearing because it was popped from the stack
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dinterop.dox167 /// popped from the stack when it is exhausted by the lexer. You may use the macro <code>POPSTREAM<…

12