Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 22 of 22) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DStackTest.java43 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 …]
DEmptyStackExceptionTest.java35 s.pop(); in test_Constructor()
DLinkedListTest.java811 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()
DArrayDequeTest.java537 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()
DCollectionsTest.java2139 assertEquals(testInt[i], deque.pop()); in test_asLifoQueue()
/libcore/support/src/test/java/tests/util/
DCallVerificationStack.java200 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/
DIntegerBenchmark.java54 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/
DStack.java71 public synchronized E pop() { in pop() method in Stack
DDeque.java482 E pop(); in pop() method
DArrayDeque.java482 public E pop() { in pop() method in ArrayDeque
DLinkedList.java793 public E pop() { in pop() method in LinkedList
DCollections.java2778 return q.pop();
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp88 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/
DLinkedListTest.java504 assertEquals(i, q.pop()); in testPop()
507 q.pop(); in testPop()
DConcurrentLinkedDequeTest.java146 assertEquals(i, q.pop()); in testPop()
149 q.pop(); in testPop()
DArrayDequeTest.java144 assertEquals(i, q.pop()); in testPop()
147 q.pop(); in testPop()
DLinkedBlockingDequeTest.java444 assertEquals(i, q.pop()); in testPop()
447 q.pop(); in testPop()
/libcore/luni/src/main/java/java/util/concurrent/
DLinkedBlockingDeque.java745 public E pop() { in pop() method in LinkedBlockingDeque
DForkJoinPool.java735 final ForkJoinTask<?> pop() { in pop() method in ForkJoinPool.WorkQueue
796 return mode == 0 ? pop() : poll(); in nextLocalTask()
1859 (t = joiner.pop()) != null); in tryHelpStealer()
DConcurrentLinkedDeque.java1002 public E pop() { return removeFirst(); } in pop() method in ConcurrentLinkedDeque
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1318 equals = ((java.util.Stack) objToSave).pop().equals( in test_writeObject_Stack()
1319 ((java.util.Stack) objLoaded).pop()); in test_writeObject_Stack()
/libcore/benchmarks/libs/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...