Home
last modified time | relevance | path

Searched refs:BadRange (Results 1 – 25 of 28) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DSplittableRandom.java244 static final String BadRange = "bound must be greater than origin"; field in SplittableRandom
447 throw new IllegalArgumentException(BadRange); in nextInt()
499 throw new IllegalArgumentException(BadRange); in nextLong()
544 throw new IllegalArgumentException(BadRange); in nextDouble()
615 throw new IllegalArgumentException(BadRange); in ints()
639 throw new IllegalArgumentException(BadRange); in ints()
701 throw new IllegalArgumentException(BadRange); in longs()
725 throw new IllegalArgumentException(BadRange); in longs()
789 throw new IllegalArgumentException(BadRange); in doubles()
813 throw new IllegalArgumentException(BadRange); in doubles()
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DSplittableRandom.java244 static final String BadRange = "bound must be greater than origin"; field in SplittableRandom
447 throw new IllegalArgumentException(BadRange); in nextInt()
499 throw new IllegalArgumentException(BadRange); in nextLong()
544 throw new IllegalArgumentException(BadRange); in nextDouble()
615 throw new IllegalArgumentException(BadRange); in ints()
639 throw new IllegalArgumentException(BadRange); in ints()
701 throw new IllegalArgumentException(BadRange); in longs()
725 throw new IllegalArgumentException(BadRange); in longs()
789 throw new IllegalArgumentException(BadRange); in doubles()
813 throw new IllegalArgumentException(BadRange); in doubles()
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/audio/musicpd/mpd-0.23.6/src/queue/
H A DPlaylistEdit.cxx133 throw PlaylistError::BadRange(); in SwapPositions()
176 throw PlaylistError::BadRange(); in SetPriorityRange()
262 throw PlaylistError::BadRange(); in DeletePosition()
276 throw PlaylistError::BadRange(); in DeleteRange()
322 throw PlaylistError::BadRange(); in MoveRange()
325 throw PlaylistError::BadRange(); in MoveRange()
355 throw PlaylistError::BadRange(); in Shuffle()
H A DPlaylistControl.cxx105 throw PlaylistError::BadRange(); in PlayPosition()
245 throw PlaylistError::BadRange(); in SeekSongPosition()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DThreadLocalRandom.java252 static final String BadRange = "bound must be greater than origin"; field in ThreadLocalRandom
378 throw new IllegalArgumentException(BadRange); in nextInt()
429 throw new IllegalArgumentException(BadRange); in nextLong()
474 throw new IllegalArgumentException(BadRange); in nextDouble()
575 throw new IllegalArgumentException(BadRange); in ints()
600 throw new IllegalArgumentException(BadRange); in ints()
663 throw new IllegalArgumentException(BadRange); in longs()
688 throw new IllegalArgumentException(BadRange); in longs()
754 throw new IllegalArgumentException(BadRange); in doubles()
779 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/
H A DThreadLocalRandom.java252 static final String BadRange = "bound must be greater than origin"; field in ThreadLocalRandom
378 throw new IllegalArgumentException(BadRange); in nextInt()
429 throw new IllegalArgumentException(BadRange); in nextLong()
474 throw new IllegalArgumentException(BadRange); in nextDouble()
575 throw new IllegalArgumentException(BadRange); in ints()
600 throw new IllegalArgumentException(BadRange); in ints()
663 throw new IllegalArgumentException(BadRange); in longs()
688 throw new IllegalArgumentException(BadRange); in longs()
754 throw new IllegalArgumentException(BadRange); in doubles()
779 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/
H A DRandom.java96 static final String BadRange = "bound must be greater than origin"; field in Random
684 throw new IllegalArgumentException(BadRange); in ints()
726 throw new IllegalArgumentException(BadRange); in ints()
817 throw new IllegalArgumentException(BadRange); in longs()
864 throw new IllegalArgumentException(BadRange); in longs()
947 throw new IllegalArgumentException(BadRange); in doubles()
983 throw new IllegalArgumentException(BadRange); in doubles()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/warp-0.1.19/src/filters/
H A Dfs.rs340 .unwrap_or_else(|BadRange| { in file_conditional()
355 struct BadRange; struct
357 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
385 Err(BadRange) in bytes_range()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/warp-0.2.3/src/filters/
H A Dfs.rs315 .unwrap_or_else(|BadRange| { in file_conditional()
330 struct BadRange; struct
332 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
360 Err(BadRange) in bytes_range()
/dports/www/firefox/firefox-99.0/third_party/rust/warp/src/filters/
H A Dfs.rs315 .unwrap_or_else(|BadRange| { in file_conditional()
330 struct BadRange; struct
332 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
360 Err(BadRange) in bytes_range()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/warp/src/filters/
H A Dfs.rs315 .unwrap_or_else(|BadRange| { in file_conditional()
330 struct BadRange; struct
332 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
360 Err(BadRange) in bytes_range()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/warp/src/filters/
H A Dfs.rs315 .unwrap_or_else(|BadRange| { in file_conditional()
330 struct BadRange; struct
332 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
360 Err(BadRange) in bytes_range()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/warp/src/filters/
H A Dfs.rs315 .unwrap_or_else(|BadRange| { in file_conditional()
330 struct BadRange; struct
332 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
360 Err(BadRange) in bytes_range()
/dports/net/oha/oha-0.4.7/cargo-crates/warp-0.3.1/src/filters/
H A Dfs.rs341 .unwrap_or_else(|BadRange| { in file_conditional()
356 struct BadRange; struct
358 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
393 Err(BadRange) in bytes_range()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/warp-0.3.1/src/filters/
H A Dfs.rs341 .unwrap_or_else(|BadRange| { in file_conditional()
356 struct BadRange; struct
358 fn bytes_range(range: Option<Range>, max_len: u64) -> Result<(u64, u64), BadRange> { in bytes_range() argument
393 Err(BadRange) in bytes_range()
/dports/audio/musicpd/mpd-0.23.6/src/
H A DPlaylistError.hxx63 static PlaylistError BadRange() { in BadRange() function in PlaylistError
/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/repository/resources/
H A Dasres.rs724 Err(FromStrError::BadRange) in from_str()
729 .map_err(|_| FromStrError::BadRange)?; in from_str()
731 .map_err(|_| FromStrError::BadRange)?; in from_str()
1034 BadRange, enumerator
1043 FromStrError::BadRange in fmt()

12