Searched refs:BAD_SIZE (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DSplittableRandom.java225 static final String BAD_SIZE = "size must be non-negative"; field in class:SplittableRandom
574 throw new IllegalArgumentException(BAD_SIZE);
615 throw new IllegalArgumentException(BAD_SIZE);
660 throw new IllegalArgumentException(BAD_SIZE);
701 throw new IllegalArgumentException(BAD_SIZE);
746 throw new IllegalArgumentException(BAD_SIZE);
789 throw new IllegalArgumentException(BAD_SIZE);
/libcore/ojluni/src/main/java/java/util/stream/
H A DSortedOps.java342 throw new IllegalArgumentException(Nodes.BAD_SIZE);
381 throw new IllegalArgumentException(Nodes.BAD_SIZE);
439 throw new IllegalArgumentException(Nodes.BAD_SIZE);
478 throw new IllegalArgumentException(Nodes.BAD_SIZE);
537 throw new IllegalArgumentException(Nodes.BAD_SIZE);
576 throw new IllegalArgumentException(Nodes.BAD_SIZE);
635 throw new IllegalArgumentException(Nodes.BAD_SIZE);
674 throw new IllegalArgumentException(Nodes.BAD_SIZE);
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...]
H A DNode.java270 throw new IllegalArgumentException(Nodes.BAD_SIZE);
H A DSpinedBuffer.java214 throw new IllegalArgumentException(Nodes.BAD_SIZE);
561 throw new IllegalArgumentException(Nodes.BAD_SIZE);
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadLocalRandom.java476 throw new IllegalArgumentException(BAD_SIZE);
518 throw new IllegalArgumentException(BAD_SIZE);
564 throw new IllegalArgumentException(BAD_SIZE);
606 throw new IllegalArgumentException(BAD_SIZE);
653 throw new IllegalArgumentException(BAD_SIZE);
697 throw new IllegalArgumentException(BAD_SIZE);
1021 static final String BAD_SIZE = "size must be non-negative"; field in class:ThreadLocalRandom

Completed in 78 milliseconds