Home
last modified time | relevance | path

Searched defs:ints (Results 1 – 25 of 38) sorted by relevance

12

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DStreamCloseTest.java42 try (Stream<Integer> ints = countTo(100).stream()) { in testEmptyCloseHandler()
51 try (Stream<Integer> ints = countTo(100).stream()) { in testOneCloseHandler()
58 try (Stream<Integer> ints = countTo(100).stream().onClose(closer)) { in testOneCloseHandler()
64 try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(closer)) { in testOneCloseHandler()
70 …try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(closer).filter(e -> tr… in testOneCloseHandler()
81 try (Stream<Integer> ints = countTo(100).stream()) { in testTwoCloseHandlers()
88 try (Stream<Integer> ints = countTo(100).stream().onClose(close1).onClose(close2)) { in testTwoCloseHandlers()
94 …try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2… in testTwoCloseHandlers()
100 …try (Stream<Integer> ints = countTo(100).stream().filter(e -> true).onClose(close1).onClose(close2… in testTwoCloseHandlers()
113 try (Stream<Integer> ints = countTo(100).stream()) { in testCascadedExceptions()
[all …]
DGroupByOpTest.java67 int[] ints = countTo(10).stream().mapToInt(e -> (int) e).toArray(); in testBypassCollect() local
/libcore/jsr166-tests/src/test/java/jsr166/
DPriorityQueueTest.java96 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
109 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
124 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
243 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
257 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
433 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DAbstractQueueTest.java147 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
160 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
174 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
DConcurrentLinkedQueueTest.java78 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
91 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
209 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
223 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
398 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DPriorityBlockingQueueTest.java125 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
139 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
154 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
243 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
257 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
557 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DLinkedBlockingQueueTest.java117 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
131 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
211 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
226 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
241 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
618 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DArrayBlockingQueueTest.java113 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
127 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
141 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
223 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
237 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
251 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
DConcurrentSkipListSubSetTest.java195 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
208 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
222 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
426 Integer[] ints = new Integer[SIZE]; in testToArray2() local
691 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll2() local
704 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll3() local
718 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll5() local
917 Integer[] ints = new Integer[SIZE]; in testDescendingToArray2() local
DTreeSubSetTest.java192 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
205 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
219 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
423 Integer[] ints = new Integer[SIZE]; in testToArray2() local
677 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll2() local
690 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll3() local
704 Integer[] ints = new Integer[SIZE]; in testDescendingAddAll5() local
903 Integer[] ints = new Integer[SIZE]; in testDescendingToArray2() local
DLinkedTransferQueueTest.java98 Integer[] ints = new Integer[SIZE]; in testConstructor4() local
112 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
166 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
180 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
490 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DConcurrentLinkedDequeTest.java81 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
94 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
337 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
351 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
667 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DTreeSetTest.java108 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
121 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
136 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
230 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
243 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
257 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
472 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DConcurrentSkipListSetTest.java104 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
117 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
132 Integer[] ints = new Integer[SIZE]; in testConstructor7() local
226 Integer[] ints = new Integer[SIZE]; in testAddAll2() local
239 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
253 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
468 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DLinkedBlockingDequeTest.java373 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
387 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
519 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
534 Integer[] ints = new Integer[SIZE]; in testAddAll4() local
549 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
DArrayDequeTest.java77 Integer[] ints = new Integer[SIZE]; in testConstructor5() local
90 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
322 Integer[] ints = new Integer[SIZE]; in testAddAll3() local
336 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
DLinkedListTest.java66 Integer[] ints = new Integer[SIZE]; in testConstructor6() local
149 Integer[] ints = new Integer[SIZE]; in testAddAll5() local
352 Integer[] ints = new Integer[SIZE]; in testToArray2() local
DDelayQueueTest.java196 PDelay[] ints = new PDelay[SIZE]; in testConstructor6() local
287 PDelay[] ints = new PDelay[SIZE]; in testAddAll5() local
601 PDelay[] ints = new PDelay[SIZE]; in testToArray2() local
/libcore/luni/src/test/java/libcore/java/util/
DPrimitiveIteratorTest.java32 private final int[] ints; field in PrimitiveIteratorTest.CannedIntIterator
35 public CannedIntIterator(int[] ints) { in CannedIntIterator()
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DArrayTest.java28 private static int[] ints; field in ArrayTest
/libcore/ojluni/src/main/java/java/util/
DSplittableRandom.java572 public IntStream ints(long streamSize) { in ints() method in SplittableRandom
590 public IntStream ints() { in ints() method in SplittableRandom
612 public IntStream ints(long streamSize, int randomNumberOrigin, in ints() method in SplittableRandom
639 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in SplittableRandom
DRandom.java618 public IntStream ints(long streamSize) { in ints() method in Random
640 public IntStream ints() { in ints() method in Random
679 public IntStream ints(long streamSize, int randomNumberOrigin, in ints() method in Random
724 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in Random
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java474 public IntStream ints(long streamSize) { in ints() method in ThreadLocalRandom
493 public IntStream ints() { in ints() method in ThreadLocalRandom
515 public IntStream ints(long streamSize, int randomNumberOrigin, in ints() method in ThreadLocalRandom
543 public IntStream ints(int randomNumberOrigin, int randomNumberBound) { in ints() method in ThreadLocalRandom
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
DIntStreamTestDataProvider.java91 name, TestData.Factory.ofArray("array:" + name, ints)}); in list.add() argument
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
DIntStreamTestDataProvider.java87 name, TestData.Factory.ofArray("array:" + name, ints)}); in list.add() argument

12