Home
last modified time | relevance | path

Searched defs:nextInt (Results 1 – 20 of 20) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DThreadLocalRandom.annotated.java55 public int nextInt() { throw new RuntimeException("Stub!"); } in nextInt() method in ThreadLocalRandom
57 public int nextInt(int bound) { throw new RuntimeException("Stub!"); } in nextInt() method in ThreadLocalRandom
59 public int nextInt(int origin, int bound) { throw new RuntimeException("Stub!"); } in nextInt() method in ThreadLocalRandom
/libcore/ojluni/src/main/java/java/lang/
DCharSequence.java156 public int nextInt() { in chars() method in CharSequence.CharIterator
230 public int nextInt() { in codePoints() method in CharSequence.CodePointIterator
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java418 public int nextInt() { in nextInt() method in ThreadLocalRandom.ThreadLocalRandomProxy
439 public int nextInt() { in nextInt() method in ThreadLocalRandom
448 public int nextInt(int bound) { in nextInt() method in ThreadLocalRandom
457 public int nextInt(int origin, int bound) { in nextInt() method in ThreadLocalRandom
/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java66 RANDOM_VALUES.put(Wrapper.BYTE, (byte) RNG.nextInt()); in RANDOM_VALUES.put()
67 RANDOM_VALUES.put(Wrapper.SHORT, (short) RNG.nextInt()); in RANDOM_VALUES.put()
68 RANDOM_VALUES.put(Wrapper.CHAR, (char) RNG.nextInt()); in RANDOM_VALUES.put()
69 RANDOM_VALUES.put(Wrapper.INT, RNG.nextInt()); in RANDOM_VALUES.put()
/libcore/ojluni/src/main/java/java/util/
DPrimitiveIterator.java102 int nextInt(); in nextInt() method
DSplittableRandom.java226 public int nextInt() { in nextInt() method in SplittableRandom.AbstractSplittableGeneratorProxy
312 public int nextInt() { in nextInt() method in SplittableRandom
DRandom.java279 public int nextInt() { in nextInt() method in Random
340 public int nextInt(int bound) { in nextInt() method in Random
DScanner.java2230 public int nextInt() { in nextInt() method in Scanner
2265 public int nextInt(int radix) { in nextInt() method in Scanner
DFormatter.java2807 private String nextInt() { in nextInt() method in Formatter.FormatSpecifierParser
DSpliterators.java745 public int nextInt() { in iterator() method in Spliterators.Adapter
/libcore/ojluni/annotations/flagged_api/java/util/random/
DRandomGenerator.annotated.java79 public default int nextInt() { throw new RuntimeException("Stub!"); } in nextInt() method
81 public default int nextInt(int bound) { throw new RuntimeException("Stub!"); } in nextInt() method
83 public default int nextInt(int origin, int bound) { throw new RuntimeException("Stub!"); } in nextInt() method
/libcore/ojluni/src/main/java/jdk/random/
DL32X64MixRandom.java232 public int nextInt() { in nextInt() method in L32X64MixRandom
/libcore/ojluni/src/main/java/java/util/random/
DRandomGenerator.java628 default int nextInt() { in nextInt() method
651 default int nextInt(int bound) { in nextInt() method
678 default int nextInt(int origin, int bound) { in nextInt() method
/libcore/ojluni/annotations/flagged_api/java/util/
DSplittableRandom.annotated.java40 public int nextInt() { throw new RuntimeException("Stub!"); } in nextInt() method in SplittableRandom
/libcore/luni/src/test/java/libcore/java/util/
DPrimitiveIteratorTest.java41 public int nextInt() { in nextInt() method in PrimitiveIteratorTest.CannedIntIterator
DSpliteratorsTest.java533 public int nextInt() { in nextInt() method in SpliteratorsTest.CannedIntPrimitiveIterator
/libcore/ojluni/annotations/hiddenapi/java/util/
DRandom.java74 public int nextInt() { in nextInt() method in Random
78 public int nextInt(int bound) { in nextInt() method in Random
/libcore/ojluni/src/test/java/util/Arrays/
DArrayObjectMethods.java216 public static int nextInt() { in nextInt() method in Rnd
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java228 public int nextInt() { in testIntInfinite() method in MatchOpTest.CycleIterator
/libcore/dalvik/src/main/java/dalvik/system/
DEmulatedStackFrame.java518 public int nextInt() { in nextInt() method in EmulatedStackFrame.StackFrameReader