Searched refs:popped (Results 1 – 25 of 77) sorted by relevance
1234
/external/antlr/antlr-3.4/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…
|
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…
|
/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/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/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 | 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 | 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 | sibcall-2.ll | 4 ; Tail call should not use ebp / rbp after it's popped. Use esp / rsp.
|
/external/autotest/server/site_tests/sequences/ |
D | control.storage_qual_retention_quick | 20 # tag is specified twice, because it is popped in _build_tagged_test_name().
|
/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 | test1384 | 58 331 We are happy you popped in!
|
D | test1382 | 59 331 We are happy you popped in!
|
D | test1380 | 58 331 We are happy you popped in!
|
D | test1381 | 59 331 We are happy you popped in!
|
D | test1379 | 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 | test1349 | 65 331 We are happy you popped in!
|
D | test1353 | 65 331 We are happy you popped in!
|
D | test1352 | 66 331 We are happy you popped in!
|
D | test1350 | 65 331 We are happy you popped in!
|
D | test1351 | 66 331 We are happy you popped in!
|
D | test1387 | 73 331 We are happy you popped in!
|
1234