Searched refs:testIterator (Results 1 - 14 of 14) sorted by relevance

/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
H A DCollectionIteratorTester.java47 public void testIterator() { method in class:CollectionIteratorTester
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionIteratorTester.java49 public void testIterator() { method in class:CollectionIteratorTester
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingCollectionTest.java175 public void testIterator() { method in class:ForwardingCollectionTest
H A DForwardingQueueTest.java175 public void testIterator() { method in class:ForwardingQueueTest
H A DForwardingSetTest.java182 public void testIterator() { method in class:ForwardingSetTest
H A DForwardingListTest.java232 public void testIterator() { method in class:ForwardingListTest
H A DForwardingMultisetTest.java313 public void testIterator() { method in class:ForwardingMultisetTest
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DUnmodifiableLazyStringListTest.java128 public void testIterator() { method in class:UnmodifiableLazyStringListTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorTest.java245 BreakIterator testIterator = (BreakIterator)iterator.clone();
251 testOffset = testIterator.first();
252 testOffset = testIterator.next(count);
268 testOffset = testIterator.last();
269 testOffset = testIterator.next(count);
H A DRBBITest.java464 RuleBasedBreakIterator testIterator = (RuleBasedBreakIterator)iterator.clone();
470 testOffset = testIterator.first();
471 testOffset = testIterator.next(count);
487 testOffset = testIterator.last();
488 testOffset = testIterator.next(count);
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ui/
H A DDynamicTableModelTest.java64 @Test public void testIterator() throws Exception { method in class:DynamicTableModelTest
H A DFixedTableModelTest.java44 public void testIterator() throws Exception { method in class:FixedTableModelTest
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp634 RuleBasedBreakIterator* testIterator =(RuleBasedBreakIterator*)iterator.clone(); local
641 if (*testIterator != iterator)
645 testOffset = testIterator->first();
646 testOffset = testIterator->next(count);
654 if (offset != RuleBasedBreakIterator::DONE && *testIterator == iterator) {
672 testOffset = testIterator->last();
673 testOffset = testIterator->next(count); // next() with a negative arg is same as previous
683 delete testIterator;
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py362 def testIterator(self): member in class:TestTreeNodeStream

Completed in 564 milliseconds