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.java342 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
381 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
439 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
478 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
537 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
576 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
635 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
674 throw new IllegalArgumentException(Nodes.BAD_SIZE); in begin()
DNodes.java64 static final String BAD_SIZE = "Stream size exceeds max array size"; field in Nodes
323 throw new IllegalArgumentException(BAD_SIZE); in collect()
360 throw new IllegalArgumentException(BAD_SIZE); in collectInt()
398 throw new IllegalArgumentException(BAD_SIZE); in collectLong()
436 throw new IllegalArgumentException(BAD_SIZE); in collectDouble()
468 throw new IllegalArgumentException(BAD_SIZE); in flatten()
494 throw new IllegalArgumentException(BAD_SIZE); in flattenInt()
520 throw new IllegalArgumentException(BAD_SIZE); in flattenLong()
546 throw new IllegalArgumentException(BAD_SIZE); in flattenDouble()
645 throw new IllegalArgumentException(BAD_SIZE); in ArrayNode()
[all …]
DNode.java271 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/
DSplittableRandom.java225 static final String BAD_SIZE = "size must be non-negative"; field in SplittableRandom
574 throw new IllegalArgumentException(BAD_SIZE); in ints()
615 throw new IllegalArgumentException(BAD_SIZE); in ints()
660 throw new IllegalArgumentException(BAD_SIZE); in longs()
701 throw new IllegalArgumentException(BAD_SIZE); in longs()
746 throw new IllegalArgumentException(BAD_SIZE); in doubles()
789 throw new IllegalArgumentException(BAD_SIZE); in doubles()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java477 throw new IllegalArgumentException(BAD_SIZE); in ints()
519 throw new IllegalArgumentException(BAD_SIZE); in ints()
565 throw new IllegalArgumentException(BAD_SIZE); in longs()
607 throw new IllegalArgumentException(BAD_SIZE); in longs()
654 throw new IllegalArgumentException(BAD_SIZE); in doubles()
698 throw new IllegalArgumentException(BAD_SIZE); in doubles()
1022 static final String BAD_SIZE = "size must be non-negative"; field in ThreadLocalRandom