Home
last modified time | relevance | path

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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DKeyGenerationParameters.java34 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/
DKeyGenerationParameters.java36 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DKeyGenerationParameters.java36 public SecureRandom getRandom() in getRandom() method in KeyGenerationParameters
/external/deqp/modules/glshared/
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
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
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
DParametersWithRandom.java32 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
DDSAParameterGenerationParameters.java75 public SecureRandom getRandom() in getRandom() method in DSAParameterGenerationParameters
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DParametersWithRandom.java28 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
DDSAParameterGenerationParameters.java71 public SecureRandom getRandom() in getRandom() method in DSAParameterGenerationParameters
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/
DParametersWithRandom.java32 public SecureRandom getRandom() in getRandom() method in ParametersWithRandom
DDSAParameterGenerationParameters.java75 public SecureRandom getRandom() in getRandom() method in DSAParameterGenerationParameters
/external/zxing/core/src/test/java/com/google/zxing/pdf417/decoder/ec/
DAbstractErrorCorrectionTestCase.java51 static Random getRandom() { in getRandom() method in AbstractErrorCorrectionTestCase
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/notimportant/
DDemoBase.java51 protected float getRandom(float range, float start) { in getRandom() method in DemoBase
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DByteBufTestUtils.java41 public static ByteBuf getRandom(int len, RegisterRef ref) { in getRandom() method in ByteBufTestUtils
/external/scudo/standalone/
Dtrusty.cpp108 bool getRandom(UNUSED void *Buffer, UNUSED uptr Length, UNUSED bool Blocking) { in getRandom() function
Dfuchsia.cpp220 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
Dlinux.cpp182 bool getRandom(void *Buffer, uptr Length, UNUSED bool Blocking) { in getRandom() function
/external/clang/test/Analysis/
Dnullability_nullonly.mm6 int getRandom(); function
Dnullability.mm20 int getRandom(); function
/external/deqp/framework/randomshaders/
DrsgGeneratorState.hpp62 de::Random &getRandom(void) in getRandom() function in rsg::GeneratorState
/external/deqp/framework/common/
DtcuThreadUtil.hpp236 de::Random &getRandom(void) in getRandom() function in tcu::ThreadUtil::Thread
/external/freetype/src/tools/ftrandom/
Dftrandom.c426 getRandom( int low, in getRandom() function