HomeSort by relevance Sort by last modified time
    Searched defs:getRandom (Results 1 - 17 of 17) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
KeyGenerationParameters.java 34 public SecureRandom getRandom()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ParametersWithRandom.java 28 public SecureRandom getRandom()
DSAParameterGenerationParameters.java 71 public SecureRandom getRandom()
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
KeyGenerationParameters.java 36 public SecureRandom getRandom()
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/
ParametersWithRandom.java 32 public SecureRandom getRandom()
DSAParameterGenerationParameters.java 75 public SecureRandom getRandom()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 73 padding.init(p.getRandom());
  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
ByteBufTestUtils.java 41 public static ByteBuf getRandom(int len, RegisterRef ref) {
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/paddings/
PaddedBufferedBlockCipher.java 75 padding.init(p.getRandom());
  /external/deqp/framework/randomshaders/
rsgGeneratorState.hpp 59 de::Random& getRandom (void) { return m_random; }
  /external/deqp/framework/common/
tcuThreadUtil.hpp 182 de::Random& getRandom (void) { return m_random; }
  /external/freetype/src/tools/ftrandom/
ftrandom.c 426 getRandom( int low,
469 fseek( newf, getRandom( 0, (int)( item->len - 1 ) ), SEEK_SET );
472 putc( getRandom( 0, 0xFF ), newf );
474 putc( getRandom( 0x20, 0x7E ), newf );
477 int hex = getRandom( 0, 15 );
518 int i = getRandom( 0, (int)( fcnt - 1 ) );
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 200 uint32_t getRandom() {
207 return PT->at(getRandom() % PT->size());
212 if (getRandom() & 1)
216 if (getRandom() & 1)
225 unsigned index = getRandom();
234 if (getRandom() & 1)
238 if (getRandom() & 1)
258 unsigned index = getRandom();
269 unsigned index = getRandom();
280 return (getRandom() & 1 ? pickVectorType() : pickScalarType())
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 220 inline T getRandom (deRandom& rnd, T min, T max);
223 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max)
232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max)
241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max)
250 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max)
259 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max)
268 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max)
277 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max)
289 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max)
298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max
    [all...]
glsDrawTest.cpp 667 inline T getRandom (deRandom& rnd, T min, T max);
670 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max)
679 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max)
688 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max)
697 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max)
706 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max)
715 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max)
724 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max)
733 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max)
745 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 3213 milliseconds