Home
last modified time | relevance | path

Searched defs:getRandom (Results 1 – 25 of 168) sorted by relevance

1234567

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp214 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 DglsDrawTest.cpp1032 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/
DDeterministicRandomGenerator.kt21 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/
DSessionId.kt33 val getRandom = SecureRandom() in generatePickerSessionId() constant
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rand/
Drand_getrandom.go39 func getRandom(p []byte) error { func
Drand_js.go37 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 DKeyGenerationParameters.java36 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DKeyGenerationParameters.java34 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 DKeyGenerationParameters.java36 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
/aosp_15_r20/libcore/ojluni/src/test/java/time/jdk/testlibrary/
H A DRandomFactory.java88 public static Random getRandom() { in getRandom() method in RandomFactory
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/
DRandomnessFactory.java74 public SecureRandom getRandom() { in getRandom() method in RandomnessFactory
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DParametersWithRandom.java28 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
H A DDSAParameterGenerationParameters.java71 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 DParametersWithRandom.java32 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
H A DDSAParameterGenerationParameters.java75 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 DParametersWithRandom.java32 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
H A DDSAParameterGenerationParameters.java75 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/
DPinShapeAdapter.java23 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 DAbstractErrorCorrectionTestCase.java51 static Random getRandom() { in getRandom() method in AbstractErrorCorrectionTestCase
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/
DFips186_2Prf.java45 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 DDemoBase.java51 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 DByteBufTestUtils.java41 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/
DEapAuthenticator.java100 SecureRandom getRandom(); in getRandom() method
/aosp_15_r20/external/scudo/standalone/
H A Dtrusty.cpp108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
/aosp_15_r20/external/clang/test/Analysis/
H A Dnullability_nullonly.mm6 int getRandom(); function

1234567