Home
last modified time | relevance | path

Searched refs:BadSize (Results 1 – 25 of 54) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DSplittableRandom.java245 static final String BadSize = "size must be non-negative"; field in SplittableRandom
572 throw new IllegalArgumentException(BadSize); in ints()
613 throw new IllegalArgumentException(BadSize); in ints()
658 throw new IllegalArgumentException(BadSize); in longs()
699 throw new IllegalArgumentException(BadSize); in longs()
744 throw new IllegalArgumentException(BadSize); in doubles()
787 throw new IllegalArgumentException(BadSize); in doubles()
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DSplittableRandom.java245 static final String BadSize = "size must be non-negative"; field in SplittableRandom
572 throw new IllegalArgumentException(BadSize); in ints()
613 throw new IllegalArgumentException(BadSize); in ints()
658 throw new IllegalArgumentException(BadSize); in longs()
699 throw new IllegalArgumentException(BadSize); in longs()
744 throw new IllegalArgumentException(BadSize); in doubles()
787 throw new IllegalArgumentException(BadSize); in doubles()
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/
H A DRandom.java97 static final String BadSize = "size must be non-negative"; field in Random
620 throw new IllegalArgumentException(BadSize); in ints()
682 throw new IllegalArgumentException(BadSize); in ints()
748 throw new IllegalArgumentException(BadSize); in longs()
815 throw new IllegalArgumentException(BadSize); in longs()
887 throw new IllegalArgumentException(BadSize); in doubles()
945 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DThreadLocalRandom.java253 static final String BadSize = "size must be non-negative"; field in ThreadLocalRandom
531 throw new IllegalArgumentException(BadSize); in ints()
573 throw new IllegalArgumentException(BadSize); in ints()
619 throw new IllegalArgumentException(BadSize); in longs()
661 throw new IllegalArgumentException(BadSize); in longs()
708 throw new IllegalArgumentException(BadSize); in doubles()
752 throw new IllegalArgumentException(BadSize); in doubles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DThreadLocalRandom.java253 static final String BadSize = "size must be non-negative"; field in ThreadLocalRandom
531 throw new IllegalArgumentException(BadSize); in ints()
573 throw new IllegalArgumentException(BadSize); in ints()
619 throw new IllegalArgumentException(BadSize); in longs()
661 throw new IllegalArgumentException(BadSize); in longs()
708 throw new IllegalArgumentException(BadSize); in doubles()
752 throw new IllegalArgumentException(BadSize); in doubles()
/dports/databases/libdrizzle/libdrizzle-0.8/prototest/prototest/mysql/
H A Dpacket.py112 class BadSize(Exception):
130 raise BadSize(str(size))
/dports/devel/p5-Data-Printer/Data-Printer-1.000004/t/
H A D101-filter_db.t127 package MyDDPTest::Schema::Result::BadSize;
193 $schema->load_classes({ 'MyDDPTest::Schema::Result' => ['BadSize'] });
207 loaded sources: BadSize, BigPet, Pet, User
227 loaded sources: BadSize, BigPet, Pet, User
269 BadSize ResultSource {
317 BadSize ResultSource {
/dports/security/cloak/cloak-0.2.0/cargo-crates/data-encoding-2.1.2/src/
H A Dlib.rs1496 BadSize, enumerator
1514 BadSize => write!(f, "invalid number of symbols"), in fmt()
1529 BadSize => "invalid number of symbols", in description()
1556 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/data-encoding-2.3.2/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/data-encoding-2.3.2/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/www/firefox/firefox-99.0/third_party/rust/data-encoding/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/data-encoding/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/net/oha/oha-0.4.7/cargo-crates/data-encoding-2.3.2/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/data-encoding-2.3.2/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/data-encoding/src/
H A Dlib.rs1561 BadSize, enumerator
1586 BadSize => write!(f, "invalid number of symbols"), in fmt()
1602 BadSize => "invalid number of symbols", in description()
1643 _ => return Err(SpecificationError(BadSize)), in encoding()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dvector.cpp319 const TemplateVectorType<int, 33>::type BadSize; in Init() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dvector.cpp319 const TemplateVectorType<int, 33>::type BadSize; in Init() local

123