/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | AttributedCharacterIteratorTest.java | 32 AttributedCharacterIterator it = attrString.getIterator(); in test_current() local 52 AttributedCharacterIterator it = attrString.getIterator(); in test_first() local 68 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); in test_getBeginIndex() local 78 AttributedCharacterIterator it = attrString.getIterator(null, 2, 6); in test_getEndIndex() local 88 AttributedCharacterIterator it = attrString.getIterator(); in test_getIndex() local 105 AttributedCharacterIterator it = attrString.getIterator(); in test_last() local 121 AttributedCharacterIterator it = attrString.getIterator(); in test_next() local 138 AttributedCharacterIterator it = attrString.getIterator(); in test_previous() local 149 AttributedCharacterIterator it = attrString.getIterator(); in test_setIndexI() local 161 AttributedCharacterIterator it = as.getIterator(); in test_getRunLimitLjava_text_AttributedCharacterIterator$Attribute() local
|
D | BreakIteratorTest.java | 181 BreakIterator it = BreakIterator.getCharacterInstance(Locale.US); in testGetCharacterInstanceLocale() local 190 BreakIterator it = BreakIterator.getLineInstance(); in testGetLineInstance() local 198 BreakIterator it = BreakIterator.getLineInstance(Locale.US); in testGetLineInstanceLocale() local 207 BreakIterator it = BreakIterator.getSentenceInstance(); in testGetSentenceInstance() local 215 BreakIterator it = BreakIterator.getSentenceInstance(Locale.US); in testGetSentenceInstanceLocale() local 229 BreakIterator it = BreakIterator.getWordInstance(); in testGetWordInstance() local 237 BreakIterator it = BreakIterator.getWordInstance(Locale.US); in testGetWordInstanceLocale() local 250 CharacterIterator it = new StringCharacterIterator("abc"); in testSetTextCharacterIterator() local 265 CharacterIterator it = new StringCharacterIterator("abc"); in testSetTextString() local
|
D | StringCharacterIteratorTest.java | 155 StringCharacterIterator it = new StringCharacterIterator("testing", 2, in test_clone() local 170 StringCharacterIterator it = in test_current() local 407 StringCharacterIterator it = new StringCharacterIterator("testing"); in test_ConstructorLjava_lang_String() local 420 StringCharacterIterator it = new StringCharacterIterator("testing", 3); in test_ConstructorLjava_lang_StringI() local 433 StringCharacterIterator it = new StringCharacterIterator("testing", 2, in test_ConstructorLjava_lang_StringIII() local
|
D | AttributedStringTest.java | 35 AttributedCharacterIterator it = attrString.getIterator(); in test_ConstructorLjava_lang_String() local 123 AttributedCharacterIterator it = as.getIterator(); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | AbstractCollection.java | 103 Iterator<E> it = iterator(); in contains() local 142 Iterator<E> it = iterator(); in toArray() local 186 Iterator<E> it = iterator(); in toArray() local 219 private static <T> T[] finishToArray(T[] r, Iterator<?> it) { in finishToArray() 272 Iterator<E> it = iterator(); in remove() local 366 Iterator<?> it = iterator(); in removeAll() local 401 Iterator<E> it = iterator(); in retainAll() local 428 Iterator<E> it = iterator(); in clear() local 449 Iterator<E> it = iterator(); in toString() local
|
D | SequencedMap.java | 152 var it = entrySet().iterator(); in firstEntry() local 169 var it = reversed().entrySet().iterator(); in lastEntry() local 188 var it = entrySet().iterator(); in pollFirstEntry() local 213 var it = reversed().entrySet().iterator(); in pollLastEntry() local
|
D | SequencedCollection.java | 176 var it = this.iterator(); in removeFirst() local 198 var it = this.reversed().iterator(); in removeLast() local
|
D | ReverseOrderDequeView.java | 105 Iterator<E> it = iterator(); in remove() local 128 Iterator<?> it = iterator(); in removeAll() local 142 Iterator<E> it = iterator(); in retainAll() local 175 Iterator<E> it = iterator(); in toString() local
|
D | ReverseOrderListView.java | 82 final ListIterator<E> it = base.listIterator(base.size()); field in ReverseOrderListView.DescendingIterator 93 final ListIterator<E> it; field in ReverseOrderListView.DescendingListIterator 228 Iterator<E> it = iterator(); in remove() local 252 Iterator<?> it = iterator(); in removeAll() local 267 Iterator<E> it = iterator(); in retainAll() local 300 Iterator<E> it = iterator(); in toString() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | BreakIteratorTest.java | 58 BreakIterator it = BreakIterator.getWordInstance(Locale.US); in testStress() local 73 BreakIterator it = BreakIterator.getWordInstance(Locale.US); in testWordBoundaries() local 87 private void assertExpectedWordBoundaries(BreakIterator it, String s) { in assertExpectedWordBoundaries() 106 BreakIterator it = BreakIterator.getCharacterInstance(Locale.US); in testIsBoundary() local 130 BreakIterator it = BreakIterator.getCharacterInstance(Locale.US); in testFollowing() local 154 BreakIterator it = BreakIterator.getCharacterInstance(Locale.US); in testPreceding() local
|
D | OldAttributedCharacterIteratorTest.java | 29 AttributedCharacterIterator it; field in OldAttributedCharacterIteratorTest 36 AttributedCharacterIterator it = as.getIterator(); in test_getRunLimitLSet() local 57 AttributedCharacterIterator it = as.getIterator(); in test_getAllAttributeKeys() local 112 AttributedCharacterIterator it = as.getIterator(); in test_getRunLimit() local 144 AttributedCharacterIterator it = as.getIterator(); in test_getRunStart() local 175 AttributedCharacterIterator it = as.getIterator(); in test_getRunStartLjava_util_Set() local
|
D | OldAttributedStringTest.java | 31 AttributedCharacterIterator it = attrString.getIterator(); in assertEqualString() local 169 AttributedCharacterIterator it = attrString.getIterator(); in test_ConstructorLjava_lang_StringLjava_util_Map() local 283 AttributedCharacterIterator it = as.getIterator(); in test_addAttributeLjava_text_AttributedCharacterIterator$AttributeLjava_lang_ObjectII() local 399 AttributedCharacterIterator it = attrString.getIterator(); in test_getIterator() local 424 AttributedCharacterIterator it = attrString.getIterator(aci); in test_getIterator$Ljava_text_AttributedCharacterIterator$Attribute() local 456 AttributedCharacterIterator it = attrString.getIterator(aci, 1, 5); in test_getIterator$Ljava_text_AttributedCharacterIterator$AttributeII() local
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | SingletonIterator.java | 44 static void assertIteratorExhausted(Iterator<?> it) { in assertIteratorExhausted() 54 Iterator<String> it = Collections.singleton("TheOne").iterator(); in testForEachRemaining() local 69 Iterator<String> it = Collections.singleton("TheOne").iterator(); in testThrowFromForEachRemaining() local
|
/libcore/ojluni/src/test/java/util/WeakHashMap/ |
D | GCDuringIteration.java | 113 void checkIterator(final Iterator<Map.Entry<Foo, Integer>> it, int first) { in checkIterator() 150 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local 160 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local 176 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local 191 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local 209 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local 227 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local 245 final Iterator<Map.Entry<Foo,Integer>> it = map.entrySet().iterator(); in test() local
|
/libcore/ojluni/src/test/java/util/PriorityQueue/ |
D | ForgetMeNot.java | 45 private static void noMoreElements(final Iterator<Integer> it) { in noMoreElements() 52 private static void removeIsCurrentlyIllegal(final Iterator<Integer> it) { in removeIsCurrentlyIllegal() 58 private static void remove(Iterator<Integer> it, in remove() 68 Iterator<Integer> it; in realMain() local
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | CertificateFactory3Test.java | 112 Iterator<? extends Certificate> it = col.iterator(); in testGenerateCertificates() local 137 Iterator<? extends Certificate> it = list1.iterator(); in testGenerateCertPath01() local 172 Iterator<String> it = certFs[0].getCertPathEncodings(); in testGenerateCertPath03() local
|
/libcore/ojluni/src/test/java/util/Collection/ |
D | IteratorAtEnd.java | 204 final Iterator it = c.iterator(); in test() local 223 final ListIterator it = list.listIterator(0); in test() local 238 final ListIterator it = list.listIterator(list.size()); in test() local
|
/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
D | ConcurrentSkipListSetTest.java | 72 Iterator it = set.iterator(); in testClone() local 88 Iterator it = set.descendingIterator(); in testDescendingIterator() local
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | FindAnyOpTest.java | 90 PrimitiveIterator.OfInt it = fs.apply(data.stream()).iterator(); in exerciseIntStream() local 114 PrimitiveIterator.OfLong it = fs.apply(data.stream()).iterator(); in exerciseLongStream() local 138 PrimitiveIterator.OfDouble it = fs.apply(data.stream()).iterator(); in exerciseDoubleStream() local
|
/libcore/ojluni/src/test/java/util/Vector/ |
D | ComodifiedRemoveAllElements.java | 42 Iterator it = v.iterator(); in main() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | BreakIteratorBenchmark.java | 52 BreakIterator it = BreakIterator.getLineInstance(text.locale); in timeBreakIterator() local 62 android.icu.text.BreakIterator it = in timeIcuBreakIterator() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | ServiceLoaderTest.java | 34 Iterator<ServiceLoaderTestInterface> it = loader.iterator(); in test_implementations() local 90 Iterator<ServiceLoaderTestInterface> it = loader.iterator(); in testLoadInstalled() local
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldResultSetGetterTests.java | 609 ListIterator<Integer> it = input.listIterator(); in testGetIntInt() local 633 ListIterator<Integer> it = input.listIterator(); in testGetIntString() local 714 ListIterator<String> it = types.listIterator(); in testGetMetaData() local 1045 Iterator<String> it = stringTimes.iterator(); in testGetTimeString() local 1104 Iterator<String> it = stringTimes.iterator(); in testGetTimeStringCalendar() local 1164 Iterator<String> it = stringTimes.iterator(); in testGetTimestampInt() local 1221 Iterator<String> it = stringTimes.iterator(); in testGetTimestampIntCalendar() local 1284 Iterator<String> it = stringTimes.iterator(); in testGetTimestampString() local 1345 Iterator<String> it = stringTimes.iterator(); in testGetTimestampStringCalendar() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ArrayDequeTest.java | 636 Iterator it = q.iterator(); in checkToArray() local 678 Iterator it = q.iterator(); in checkToArray2() local 747 Iterator it = q.iterator(); in testIterator() local 791 Iterator it = q.iterator(); in testIteratorRemove() local 814 Iterator it = q.descendingIterator(); in testDescendingIterator() local 859 Iterator it = q.descendingIterator(); in testDescendingIteratorRemove() local
|
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
D | SpinedBufferTest.java | 126 Iterator<Integer> it = sb.iterator(); in testSpinedBuffer() local 201 PrimitiveIterator.OfInt it = sb.iterator(); in testIntSpinedBuffer() local 276 PrimitiveIterator.OfLong it = sb.iterator(); in testLongSpinedBuffer() local 352 PrimitiveIterator.OfDouble it = sb.iterator(); in testDoubleSpinedBuffer() local
|