/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | StackTest.java | 43 s.pop(); in test_empty() 65 s.pop(); in test_peek() 66 assertTrue("Peek did not return top item after a pop", s.pop() == item2); in test_peek() 70 s.pop(); in test_peek() 71 s.pop(); in test_peek() 73 s.pop(); in test_peek() 92 lastPopped = s.pop(); in test_pop() 100 lastPopped = s.pop(); in test_pop() 109 lastPopped = s.pop(); in test_pop() 117 lastPopped = s.pop(); in test_pop() [all …]
|
D | EmptyStackExceptionTest.java | 35 s.pop(); in test_Constructor()
|
D | LinkedListTest.java | 811 assertEquals(testObjOne, testList.pop()); in test_pop() 813 assertEquals(testObjTwo, testList.pop()); in test_pop() 814 assertEquals(testObjThree, testList.pop()); in test_pop() 818 assertNull(testList.pop()); in test_pop() 820 testList.pop(); in test_pop()
|
D | ArrayDequeTest.java | 537 assertEquals(testObjOne, testQue.pop()); in test_pop() 539 assertEquals(testObjTwo, testQue.pop()); in test_pop() 540 assertEquals(testObjThree, testQue.pop()); in test_pop() 543 testQue.pop(); in test_pop()
|
D | CollectionsTest.java | 2139 assertEquals(testInt[i], deque.pop()); in test_asLifoQueue()
|
/libcore/support/src/test/java/tests/util/ |
D | CallVerificationStack.java | 200 public Object pop() { in pop() method in CallVerificationStack 201 this.callStack.pop(); in pop() 202 return super.pop(); in pop() 211 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popBoolean() 222 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popChar() 233 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popDouble() 244 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popFloat() 255 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popInt() 266 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popLong() 277 BaseTypeWrapper wrapper = (BaseTypeWrapper) this.pop(); in popShort()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | IntegerBenchmark.java | 54 t += pop((long) i); in timeLongBitCount_BitSet() 59 private static int pop(long l) { in pop() method in IntegerBenchmark
|
/libcore/luni/src/main/java/java/util/ |
D | Stack.java | 71 public synchronized E pop() { in pop() method in Stack
|
D | Deque.java | 482 E pop(); in pop() method
|
D | ArrayDeque.java | 482 public E pop() { in pop() method in ArrayDeque
|
D | LinkedList.java | 793 public E pop() { in pop() method in LinkedList
|
D | Collections.java | 2778 return q.pop();
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 88 jstring pop() { in pop() function in StringStack 659 jstring localName = parsingContext->stringStack.pop(); in endElement() 660 jstring uri = parsingContext->stringStack.pop(); in endElement() 661 jstring qName = parsingContext->stringStack.pop(); in endElement() 736 jstring internedPrefix = parsingContext->stringStack.pop(); in endNamespace()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | LinkedListTest.java | 504 assertEquals(i, q.pop()); in testPop() 507 q.pop(); in testPop()
|
D | ConcurrentLinkedDequeTest.java | 146 assertEquals(i, q.pop()); in testPop() 149 q.pop(); in testPop()
|
D | ArrayDequeTest.java | 144 assertEquals(i, q.pop()); in testPop() 147 q.pop(); in testPop()
|
D | LinkedBlockingDequeTest.java | 444 assertEquals(i, q.pop()); in testPop() 447 q.pop(); in testPop()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingDeque.java | 745 public E pop() { in pop() method in LinkedBlockingDeque
|
D | ForkJoinPool.java | 735 final ForkJoinTask<?> pop() { in pop() method in ForkJoinPool.WorkQueue 796 return mode == 0 ? pop() : poll(); in nextLocalTask() 1859 (t = joiner.pop()) != null); in tryHelpStealer()
|
D | ConcurrentLinkedDeque.java | 1002 public E pop() { return removeFirst(); } in pop() method in ConcurrentLinkedDeque
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 1318 equals = ((java.util.Stack) objToSave).pop().equals( in test_writeObject_Stack() 1319 ((java.util.Stack) objLoaded).pop()); in test_writeObject_Stack()
|
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |