/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsVertexArrayTests.cpp | 214 inline GLValue::Float getRandom(deRandom &rnd, GLValue::Float min, GLValue::Float max) in getRandom() function 223 inline GLValue::Short getRandom(deRandom &rnd, GLValue::Short min, GLValue::Short max) in getRandom() function 233 inline GLValue::Ushort getRandom(deRandom &rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() function 243 inline GLValue::Byte getRandom(deRandom &rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() function 253 inline GLValue::Ubyte getRandom(deRandom &rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() function 263 inline GLValue::Fixed getRandom(deRandom &rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() function 273 inline GLValue::Half getRandom(deRandom &rnd, GLValue::Half min, GLValue::Half max) in getRandom() function 285 inline GLValue::Int getRandom(deRandom &rnd, GLValue::Int min, GLValue::Int max) in getRandom() function 295 inline GLValue::Uint getRandom(deRandom &rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() function 305 inline GLValue::Double getRandom(deRandom &rnd, GLValue::Double min, GLValue::Double max) in getRandom() function
|
H A D | glsDrawTest.cpp | 1032 inline GLValue::Float getRandom(deRandom &rnd, GLValue::Float min, GLValue::Float max) in getRandom() function 1041 inline GLValue::Double getRandom(deRandom &rnd, GLValue::Double min, GLValue::Double max) in getRandom() function 1050 inline GLValue::Short getRandom(deRandom &rnd, GLValue::Short min, GLValue::Short max) in getRandom() function 1060 inline GLValue::Ushort getRandom(deRandom &rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() function 1070 inline GLValue::Byte getRandom(deRandom &rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() function 1080 inline GLValue::Ubyte getRandom(deRandom &rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() function 1090 inline GLValue::Fixed getRandom(deRandom &rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() function 1100 inline GLValue::Half getRandom(deRandom &rnd, GLValue::Half min, GLValue::Half max) in getRandom() function 1112 inline GLValue::Int getRandom(deRandom &rnd, GLValue::Int min, GLValue::Int max) in getRandom() function 1122 inline GLValue::Uint getRandom(deRandom &rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() function
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/testgenerator/ |
D | DeterministicRandomGenerator.kt | 21 fun getRandom(start: Int, end: Int): Int = start + (if (end == 0) 0 else generator.nextInt(end)) method in com.android.launcher3.celllayout.testgenerator.DeterministicRandomGenerator
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/events/ |
D | SessionId.kt | 33 val getRandom = SecureRandom() in generatePickerSessionId() constant
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rand/ |
D | rand_getrandom.go | 39 func getRandom(p []byte) error { func
|
D | rand_js.go | 37 func getRandom(b []byte) error { func
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/ |
H A D | KeyGenerationParameters.java | 36 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
H A D | KeyGenerationParameters.java | 34 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
H A D | KeyGenerationParameters.java | 36 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/jdk/testlibrary/ |
H A D | RandomFactory.java | 88 public static Random getRandom() { in getRandom() method in RandomFactory
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | RandomnessFactory.java | 74 public SecureRandom getRandom() { in getRandom() method in RandomnessFactory
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
H A D | ParametersWithRandom.java | 28 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
|
H A D | DSAParameterGenerationParameters.java | 71 public SecureRandom getRandom() in getRandom() method in DSAParameterGenerationParameters
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/ |
H A D | ParametersWithRandom.java | 32 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
|
H A D | DSAParameterGenerationParameters.java | 75 public SecureRandom getRandom() in getRandom() method in DSAParameterGenerationParameters
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/ |
H A D | ParametersWithRandom.java | 32 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
|
H A D | DSAParameterGenerationParameters.java | 75 public SecureRandom getRandom() in getRandom() method in DSAParameterGenerationParameters
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/keyguard/ |
D | PinShapeAdapter.java | 23 public final kotlin.random.Random getRandom() { in getRandom() method in PinShapeAdapter
|
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/pdf417/decoder/ec/ |
H A D | AbstractErrorCorrectionTestCase.java | 51 static Random getRandom() { in getRandom() method in AbstractErrorCorrectionTestCase
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/ |
D | Fips186_2Prf.java | 45 public byte[] getRandom(byte[] seed, int outputLenBytes) { in getRandom() method in Fips186_2Prf
|
/aosp_15_r20/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/ |
H A D | DemoBase.java | 51 protected float getRandom(float range, float start) { in getRandom() method in DemoBase
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
H A D | ByteBufTestUtils.java | 41 public static ByteBuf getRandom(int len, RegisterRef ref) { in getRandom() method in ByteBufTestUtils
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/ |
D | EapAuthenticator.java | 100 SecureRandom getRandom(); in getRandom() method
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | trusty.cpp | 108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | nullability_nullonly.mm | 6 int getRandom(); function
|