/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/random/ |
H A D | RandomSupport.java | 147 public static void checkBound(float bound) { in checkBound() 160 public static void checkBound(double bound) { in checkBound() 173 public static void checkBound(int bound) { in checkBound() 186 public static void checkBound(long bound) { in checkBound() 201 public static void checkRange(float origin, float bound) { in checkRange() 216 public static void checkRange(double origin, double bound) { in checkRange() 230 public static void checkRange(int origin, int bound) { in checkRange() 244 public static void checkRange(long origin, long bound) { in checkRange() 410 public static long boundedNextLong(RandomGenerator rng, long origin, long bound) { in boundedNextLong() 485 public static long boundedNextLong(RandomGenerator rng, long bound) { in boundedNextLong() [all …]
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
H A D | ThreadLocalRandom.annotated.java | 57 public int nextInt(int bound) { throw new RuntimeException("Stub!"); } in nextInt() 59 public int nextInt(int origin, int bound) { throw new RuntimeException("Stub!"); } in nextInt() 63 public long nextLong(long bound) { throw new RuntimeException("Stub!"); } in nextLong() 65 public long nextLong(long origin, long bound) { throw new RuntimeException("Stub!"); } in nextLong() 70 public float nextFloat(float bound) { throw new RuntimeException("Stub!"); } in nextFloat() 73 public float nextFloat(float origin, float bound) { throw new RuntimeException("Stub!"); } in nextFloat() 77 public double nextDouble(double bound) { throw new RuntimeException("Stub!"); } in nextDouble() 79 public double nextDouble(double origin, double bound) { throw new RuntimeException("Stub!"); } in nextDouble()
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/binder/ |
H A D | BinderTest.java | 71 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in hello() local 115 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in interfaces() local 154 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in imports() local 204 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in annotationDeclaration() local 233 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in helloBytecode() local 273 ImmutableMap<ClassSymbol, SourceTypeBoundClass> bound = in incompleteClasspath() local 290 Map<ClassSymbol, SourceTypeBoundClass> bound, String name) { in getBoundClass()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Random.java | 62 final long internalNextLong(long origin, long bound) { in internalNextLong() 66 final int internalNextInt(int origin, int bound) { in internalNextInt() 70 final double internalNextDouble(double origin, double bound) { in internalNextDouble() 78 public int nextInt(int bound) { in nextInt() 221 java.util.Random rng, long index, long fence, double origin, double bound) { in RandomDoublesSpliterator() 245 final double bound; field in Random.RandomDoublesSpliterator 275 RandomIntsSpliterator(java.util.Random rng, long index, long fence, int origin, int bound) { in RandomIntsSpliterator() 299 final int bound; field in Random.RandomIntsSpliterator 330 java.util.Random rng, long index, long fence, long origin, long bound) { in RandomLongsSpliterator() 354 final long bound; field in Random.RandomLongsSpliterator
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Random.java | 155 public int nextInt(int bound) { in nextInt() 160 public int nextInt(int origin, int bound) { in nextInt() 170 public long nextLong(long bound) { in nextLong() 175 public long nextLong(long origin, long bound) { in nextLong() 190 public float nextFloat(float bound) { in nextFloat() 195 public float nextFloat(float origin, float bound) { in nextFloat() 205 public double nextDouble(double bound) { in nextDouble() 210 public double nextDouble(double origin, double bound) { in nextDouble() 574 public int nextInt(int bound) { in nextInt() 913 private int boundedNextInt(int origin, int bound) { in boundedNextInt()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | Random.java | 155 public int nextInt(int bound) { in nextInt() 160 public int nextInt(int origin, int bound) { in nextInt() 170 public long nextLong(long bound) { in nextLong() 175 public long nextLong(long origin, long bound) { in nextLong() 190 public float nextFloat(float bound) { in nextFloat() 195 public float nextFloat(float origin, float bound) { in nextFloat() 205 public double nextDouble(double bound) { in nextDouble() 210 public double nextDouble(double origin, double bound) { in nextDouble() 574 public int nextInt(int bound) { in nextInt() 913 private int boundedNextInt(int origin, int bound) { in boundedNextInt()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/ |
D | Random.java | 155 public int nextInt(int bound) { in nextInt() 160 public int nextInt(int origin, int bound) { in nextInt() 170 public long nextLong(long bound) { in nextLong() 175 public long nextLong(long origin, long bound) { in nextLong() 190 public float nextFloat(float bound) { in nextFloat() 195 public float nextFloat(float origin, float bound) { in nextFloat() 205 public double nextDouble(double bound) { in nextDouble() 210 public double nextDouble(double origin, double bound) { in nextDouble() 574 public int nextInt(int bound) { in nextInt() 913 private int boundedNextInt(int origin, int bound) { in boundedNextInt()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | ThreadLocalRandom.java | 469 public int nextInt(int bound) { in nextInt() 478 public int nextInt(int origin, int bound) { in nextInt() 495 public long nextLong(long bound) { in nextLong() 504 public long nextLong(long origin, long bound) { in nextLong() 522 public float nextFloat(float bound) { in nextFloat() 532 public float nextFloat(float origin, float bound) { in nextFloat() 550 public double nextDouble(double bound) { in nextDouble() 560 public double nextDouble(double origin, double bound) { in nextDouble()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ThreadLocalRandom.java | 469 public int nextInt(int bound) { in nextInt() 478 public int nextInt(int origin, int bound) { in nextInt() 495 public long nextLong(long bound) { in nextLong() 504 public long nextLong(long origin, long bound) { in nextLong() 522 public float nextFloat(float bound) { in nextFloat() 532 public float nextFloat(float origin, float bound) { in nextFloat() 550 public double nextDouble(double bound) { in nextDouble() 560 public double nextDouble(double origin, double bound) { in nextDouble()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ThreadLocalRandom.java | 469 public int nextInt(int bound) { in nextInt() 478 public int nextInt(int origin, int bound) { in nextInt() 495 public long nextLong(long bound) { in nextLong() 504 public long nextLong(long origin, long bound) { in nextLong() 522 public float nextFloat(float bound) { in nextFloat() 532 public float nextFloat(float origin, float bound) { in nextFloat() 550 public double nextDouble(double bound) { in nextDouble() 560 public double nextDouble(double origin, double bound) { in nextDouble()
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/random/ |
H A D | RandomGenerator.annotated.java | 69 public default float nextFloat(float bound) { throw new RuntimeException("Stub!"); } in nextFloat() 71 public default float nextFloat(float origin, float bound) { throw new RuntimeException("Stub!"); } in nextFloat() 75 public default double nextDouble(double bound) { throw new RuntimeException("Stub!"); } in nextDouble() 77 public default double nextDouble(double origin, double bound) { throw new RuntimeException("Stub!")… in nextDouble() 81 public default int nextInt(int bound) { throw new RuntimeException("Stub!"); } in nextInt() 83 public default int nextInt(int origin, int bound) { throw new RuntimeException("Stub!"); } in nextInt() 87 public default long nextLong(long bound) { throw new RuntimeException("Stub!"); } in nextLong() 89 public default long nextLong(long origin, long bound) { throw new RuntimeException("Stub!"); } in nextLong()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/random/ |
D | RandomGenerator.java | 524 default float nextFloat(float bound) { in nextFloat() 550 default float nextFloat(float origin, float bound) { in nextFloat() 588 default double nextDouble(double bound) { in nextDouble() 614 default double nextDouble(double origin, double bound) { in nextDouble() 651 default int nextInt(int bound) { in nextInt() 678 default int nextInt(int origin, int bound) { in nextInt() 711 default long nextLong(long bound) { in nextLong() 738 default long nextLong(long origin, long bound) { in nextLong()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/random/ |
D | RandomGenerator.java | 524 default float nextFloat(float bound) { in nextFloat() 550 default float nextFloat(float origin, float bound) { in nextFloat() 588 default double nextDouble(double bound) { in nextDouble() 614 default double nextDouble(double origin, double bound) { in nextDouble() 651 default int nextInt(int bound) { in nextInt() 678 default int nextInt(int origin, int bound) { in nextInt() 711 default long nextLong(long bound) { in nextLong() 738 default long nextLong(long origin, long bound) { in nextLong()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/random/ |
H A D | RandomGenerator.java | 524 default float nextFloat(float bound) { in nextFloat() 550 default float nextFloat(float origin, float bound) { in nextFloat() 588 default double nextDouble(double bound) { in nextDouble() 614 default double nextDouble(double origin, double bound) { in nextDouble() 651 default int nextInt(int bound) { in nextInt() 678 default int nextInt(int origin, int bound) { in nextInt() 711 default long nextLong(long bound) { in nextLong() 738 default long nextLong(long origin, long bound) { in nextLong()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/number/ |
H A D | complete.rs | 36 let bound: usize = 1; in be_u8() localVariable 66 let bound: usize = 2; in be_u16() localVariable 99 let bound: usize = 3; in be_u24() localVariable 132 let bound: usize = 4; in be_u32() localVariable 165 let bound: usize = 8; in be_u64() localVariable 198 let bound: usize = 16; in be_u128() localVariable 378 let bound: usize = 1; in le_u8() localVariable 408 let bound: usize = 2; in le_u16() localVariable 441 let bound: usize = 3; in le_u24() localVariable 474 let bound: usize = 4; in le_u32() localVariable [all …]
|
H A D | streaming.rs | 34 let bound: usize = 1; in be_u8() localVariable 64 let bound: usize = 2; in be_u16() localVariable 97 let bound: usize = 3; in be_u24() localVariable 130 let bound: usize = 4; in be_u32() localVariable 163 let bound: usize = 8; in be_u64() localVariable 195 let bound: usize = 16; in be_u128() localVariable 355 let bound: usize = 1; in le_u8() localVariable 385 let bound: usize = 2; in le_u16() localVariable 418 let bound: usize = 3; in le_u24() localVariable 451 let bound: usize = 4; in le_u32() localVariable [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/number/ |
D | streaming.rs | 34 let bound: usize = 1; in be_u8() localVariable 64 let bound: usize = 2; in be_u16() localVariable 97 let bound: usize = 3; in be_u24() localVariable 130 let bound: usize = 4; in be_u32() localVariable 163 let bound: usize = 8; in be_u64() localVariable 195 let bound: usize = 16; in be_u128() localVariable 355 let bound: usize = 1; in le_u8() localVariable 385 let bound: usize = 2; in le_u16() localVariable 418 let bound: usize = 3; in le_u24() localVariable 451 let bound: usize = 4; in le_u32() localVariable [all …]
|
D | complete.rs | 36 let bound: usize = 1; in be_u8() localVariable 66 let bound: usize = 2; in be_u16() localVariable 99 let bound: usize = 3; in be_u24() localVariable 132 let bound: usize = 4; in be_u32() localVariable 165 let bound: usize = 8; in be_u64() localVariable 198 let bound: usize = 16; in be_u128() localVariable 378 let bound: usize = 1; in le_u8() localVariable 408 let bound: usize = 2; in le_u16() localVariable 441 let bound: usize = 3; in le_u24() localVariable 474 let bound: usize = 4; in le_u32() localVariable [all …]
|
/aosp_15_r20/external/turbine/javatests/com/google/turbine/lower/ |
H A D | LowerTest.java | 251 BindingResult bound = in innerClassAttributeOrder() local 329 BindingResult bound = in typePath() local 422 BindingResult bound = in deprecated() local 648 BindingResult bound = in minClassVersion() local 686 BindingResult bound = in privateFields() local 721 BindingResult bound = in noPrivateFields() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | RandomTest.java | 104 final int origin = 128, bound = 256; in test_ints$II() local 125 final int origin = 128, bound = 256; in test_ints$LII() local 184 final int origin = 128, bound = 256; in test_longs$II() local 204 final int origin = 128, bound = 256; in test_longs$LII() local 263 final int origin = 128, bound = 256; in test_doubles$II() local 287 final int origin = 128, bound = 256; in test_doubles$LII() local
|
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/sig/ |
H A D | Sig.java | 176 private final TySig bound; field in Sig.UpperBoundTySig 178 public UpperBoundTySig(TySig bound) { in UpperBoundTySig() 183 public TySig bound() { in bound() method in Sig.UpperBoundTySig 196 private final TySig bound; field in Sig.LowerBoundTySig 198 public LowerBoundTySig(TySig bound) { in LowerBoundTySig() 203 public TySig bound() { in bound() method in Sig.LowerBoundTySig
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/ |
H A D | LambdaConstraintType.java | 4 Type bound; field in LambdaConstraintType 6 public LambdaConstraintType(Type bound) { in LambdaConstraintType() 29 public static LambdaConstraintType bound(Type bound){ in bound() argument
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
H A D | ResolvedLambdaConstraintType.java | 25 private ResolvedType bound; field in ResolvedLambdaConstraintType 27 private ResolvedLambdaConstraintType(ResolvedType bound) { in ResolvedLambdaConstraintType() 50 public static ResolvedLambdaConstraintType bound(ResolvedType bound){ in bound() method in ResolvedLambdaConstraintType
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | ThreadSafeRandom.java | 24 int nextInt(int bound); in nextInt() 28 long nextLong(long bound); in nextLong() 37 public int nextInt(int bound) { in nextInt() 47 public long nextLong(long bound) { in nextLong()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/bind/func.bind/func.bind.isplace/ |
H A D | specialization.pass.cpp | 32 auto bound = std::bind(f, place); in main() local 38 auto bound = std::bind(f, place); in main() local 44 auto bound = std::bind(f, std::move(place)); in main() local 50 auto bound = std::bind(f, std::move(place)); in main() local
|