Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DSortedOps.java347 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
386 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
445 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
484 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
544 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
583 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
643 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
682 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
DNodes.java64 static final String BAD_SIZE = "Stream size exceeds max array size"; field in Nodes
331 throw new IllegalArgumentException(BAD_SIZE); in collect()
368 throw new IllegalArgumentException(BAD_SIZE); in collectInt()
406 throw new IllegalArgumentException(BAD_SIZE); in collectLong()
444 throw new IllegalArgumentException(BAD_SIZE); in collectDouble()
476 throw new IllegalArgumentException(BAD_SIZE); in flatten()
502 throw new IllegalArgumentException(BAD_SIZE); in flattenInt()
528 throw new IllegalArgumentException(BAD_SIZE); in flattenLong()
554 throw new IllegalArgumentException(BAD_SIZE); in flattenDouble()
653 throw new IllegalArgumentException(BAD_SIZE); in ArrayNode()
[all …]
DNode.java275 throw new IllegalArgumentException(Nodes.BAD_SIZE); in asArray()
DSpinedBuffer.java217 throw new IllegalArgumentException(Nodes.BAD_SIZE); in asArray()
563 throw new IllegalArgumentException(Nodes.BAD_SIZE); in asPrimitiveArray()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java372 static final String BAD_SIZE = "size must be non-negative"; field in ThreadLocalRandom
/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java111 public static final String BAD_SIZE = "size must be non-negative"; field in RandomSupport
136 throw new IllegalArgumentException(BAD_SIZE); in checkStreamSize()