Searched defs:BAD_RANGE (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DSplittableRandom.java224 static final String BAD_RANGE = "bound must be greater than origin"; field in class:SplittableRandom
449 throw new IllegalArgumentException(BAD_RANGE);
501 throw new IllegalArgumentException(BAD_RANGE);
546 throw new IllegalArgumentException(BAD_RANGE);
617 throw new IllegalArgumentException(BAD_RANGE);
641 throw new IllegalArgumentException(BAD_RANGE);
703 throw new IllegalArgumentException(BAD_RANGE);
727 throw new IllegalArgumentException(BAD_RANGE);
791 throw new IllegalArgumentException(BAD_RANGE);
815 throw new IllegalArgumentException(BAD_RANGE);
[all...]
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadLocalRandom.java324 throw new IllegalArgumentException(BAD_RANGE);
375 throw new IllegalArgumentException(BAD_RANGE);
420 throw new IllegalArgumentException(BAD_RANGE);
520 throw new IllegalArgumentException(BAD_RANGE);
545 throw new IllegalArgumentException(BAD_RANGE);
608 throw new IllegalArgumentException(BAD_RANGE);
633 throw new IllegalArgumentException(BAD_RANGE);
699 throw new IllegalArgumentException(BAD_RANGE);
724 throw new IllegalArgumentException(BAD_RANGE);
1020 static final String BAD_RANGE field in class:ThreadLocalRandom
[all...]

Completed in 56 milliseconds