Searched defs:BAD_SIZE (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DSplittableRandom.java226 static final String BAD_SIZE = "size must be non-negative"; field in class:SplittableRandom
575 throw new IllegalArgumentException(BAD_SIZE);
616 throw new IllegalArgumentException(BAD_SIZE);
661 throw new IllegalArgumentException(BAD_SIZE);
702 throw new IllegalArgumentException(BAD_SIZE);
747 throw new IllegalArgumentException(BAD_SIZE);
790 throw new IllegalArgumentException(BAD_SIZE);
/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadLocalRandom.java447 throw new IllegalArgumentException(BAD_SIZE);
489 throw new IllegalArgumentException(BAD_SIZE);
535 throw new IllegalArgumentException(BAD_SIZE);
577 throw new IllegalArgumentException(BAD_SIZE);
624 throw new IllegalArgumentException(BAD_SIZE);
668 throw new IllegalArgumentException(BAD_SIZE);
992 static final String BAD_SIZE = "size must be non-negative"; field in class:ThreadLocalRandom
/libcore/ojluni/src/main/java/java/util/stream/
H A DNodes.java64 static final String BAD_SIZE = "Stream size exceeds max array size"; field in class:Nodes
323 throw new IllegalArgumentException(BAD_SIZE);
360 throw new IllegalArgumentException(BAD_SIZE);
398 throw new IllegalArgumentException(BAD_SIZE);
436 throw new IllegalArgumentException(BAD_SIZE);
468 throw new IllegalArgumentException(BAD_SIZE);
494 throw new IllegalArgumentException(BAD_SIZE);
520 throw new IllegalArgumentException(BAD_SIZE);
546 throw new IllegalArgumentException(BAD_SIZE);
645 throw new IllegalArgumentException(BAD_SIZE);
[all...]

Completed in 138 milliseconds