| /external/deqp/framework/delibs/debase/ |
| D | deRandom.c | 36 void deRandom_init (deRandom* rnd, deUint32 seed) in deRandom_init() 49 deUint32 deRandom_getUint32 (deRandom* rnd) in deRandom_getUint32() 67 deUint64 deRandom_getUint64 (deRandom* rnd) in deRandom_getUint64() 78 float deRandom_getFloat (deRandom* rnd) in deRandom_getFloat() 88 double deRandom_getDouble (deRandom* rnd) in deRandom_getDouble() 100 deBool deRandom_getBool (deRandom* rnd) in deRandom_getBool()
|
| /external/deqp/framework/common/ |
| D | tcuRandomValueIterator.hpp | 33 T getRandomValue (de::Random& rnd) in getRandomValue() 48 template <> inline deUint8 getRandomValue<deUint8> (de::Random& rnd) { return (deUint8)rnd.getUint… in getRandomValue() 49 template <> inline deUint16 getRandomValue<deUint16> (de::Random& rnd) { return (deUint16)rnd.getUi… in getRandomValue() 50 template <> inline deUint32 getRandomValue<deUint32> (de::Random& rnd) { return rnd.getUint32(); … in getRandomValue() 51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); … in getRandomValue() 52 template <> inline deInt8 getRandomValue<deInt8> (de::Random& rnd) { return (deInt8)rnd.getUint32(… in getRandomValue() 53 template <> inline deInt16 getRandomValue<deInt16> (de::Random& rnd) { return (deInt16)rnd.getUint… in getRandomValue() 54 template <> inline deInt32 getRandomValue<deInt32> (de::Random& rnd) { return (deInt32)rnd.getUint… in getRandomValue() 55 template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint… in getRandomValue()
|
| /external/deqp/framework/delibs/decpp/ |
| D | deRandom.cpp | 55 Random rnd(4789); in Random_selfTest() local 64 Random rnd(4789); in Random_selfTest() local 73 Random rnd(4789); in Random_selfTest() local 82 Random rnd(4789); in Random_selfTest() local 92 Random rnd(4789); in Random_selfTest() local 102 Random rnd(4789); in Random_selfTest() local 125 Random rnd(4789); in Random_selfTest() local 141 Random rnd(4789); in Random_selfTest() local 154 Random rnd(4789); in Random_selfTest() local 177 Random rnd(4789); in Random_selfTest() local
|
| D | deBlockBuffer.cpp | 71 Random rnd ((deUint32)m_lastPayload.size()); in run() local 137 Random rnd (m_threadId); in run() local 164 Random rnd (iterNdx); in runTest() local 240 Random rnd(m_seed); in run() local 277 Random rnd(m_seed); in run() local 306 Random rnd (deInt32Hash(iterNdx)); in runTest() local
|
| /external/chromium_org/third_party/leveldatabase/src/util/ |
| D | testutil.cc | 12 Slice RandomString(Random* rnd, int len, std::string* dst) { in RandomString() 20 std::string RandomKey(Random* rnd, int len) { in RandomKey() 34 extern Slice CompressibleString(Random* rnd, double compressed_fraction, in CompressibleString()
|
| /external/deqp/modules/egl/ |
| D | teglChooseConfigTests.cpp | 250 de::Random rnd(0); in getValue() local 314 de::Random rnd(m_iterNdx); in iterate() local 325 template <int MinVal, int MaxVal> static EGLint getInt (de::Random& rnd) in getInt() 330 static EGLint getBool (de::Random& rnd) in getBool() 335 static EGLint getBufferType (de::Random& rnd) in getBufferType() 341 static EGLint getConfigCaveat (de::Random& rnd) in getConfigCaveat() 347 static EGLint getApiBits (de::Random& rnd) in getApiBits() 357 static EGLint getSurfaceType (de::Random& rnd) in getSurfaceType() 372 …EGLint> > genRandomAttributes (const std::set<EGLenum>& attribSet, int numAttribs, de::Random& rnd) in genRandomAttributes()
|
| /external/openssl/crypto/bn/ |
| D | bn_rand.c | 119 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() 212 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 217 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() 223 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| D | skiplist_test.cc | 50 Random rnd(1000); in TEST() local 173 static Key RandomTarget(Random* rnd) { in RandomTarget() 217 void WriteStep(Random* rnd) { in WriteStep() 225 void ReadStep(Random* rnd) { in ReadStep() 290 Random rnd(test::RandomSeed()); in TEST() local 338 Random rnd(state->seed_); in ConcurrentReader() local 350 Random rnd(seed); in RunConcurrent() local
|
| /external/deqp/modules/glshared/ |
| D | glsRandomUniformBlockCase.cpp | 66 de::Random rnd(m_seed); in init() local 82 void RandomUniformBlockCase::generateBlock (de::Random& rnd, deUint32 layoutFlags) in generateBlock() 139 void RandomUniformBlockCase::generateUniform (de::Random& rnd, UniformBlock& block) in generateUniform() 156 VarType RandomUniformBlockCase::generateType (de::Random& rnd, int typeDepth, bool arrayOk) in generateType()
|
| D | glsInteractionTestUtil.cpp | 44 static Vec4 getRandomColor (de::Random& rnd) in getRandomColor() 54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targe… in computeRandomRenderState() 220 void computeRandomQuad (de::Random& rnd, gls::FragmentOpUtil::IntegerQuad& quad, int targetWidth, i… in computeRandomQuad() 254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands()
|
| D | glsVertexArrayTests.cpp | 243 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() 252 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() 261 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 270 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() 279 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 288 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() 297 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom() 309 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max) in getRandom() 318 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() 327 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max) in getRandom() [all …]
|
| /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/ |
| D | voe_stress_test.cc | 245 double rnd(0.0); in CreateDeleteChannelsTest() local 335 int rnd(0); in MultipleThreadsTest() local 393 int rnd(0); in ProcessExtraApi() local
|
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| D | partial_idct_test.cc | 58 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 96 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 137 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
|
| D | dct32x32_test.cc | 114 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 180 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 208 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 254 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
|
| D | fdct8x8_test.cc | 110 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunSignBiasCheck() local 177 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunRoundTripErrorCheck() local 253 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunExtremalCheck() local 345 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunInvAccuracyCheck() local 403 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunFwdAccuracyCheck() local
|
| /external/libvpx/libvpx/test/ |
| D | dct32x32_test.cc | 98 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 140 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 168 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local 212 ACMRandom rnd(ACMRandom::DeterministicSeed()); in TEST_P() local
|
| D | fdct4x4_test.cc | 61 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunAccuracyCheck() local 99 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunCoeffCheck() local 120 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunMemCheck() local 154 ACMRandom rnd(ACMRandom::DeterministicSeed()); in RunInvAccuracyCheck() local
|
| /external/owasp/sanitizer/src/tests/org/owasp/html/ |
| D | HtmlPolicyBuilderFuzzerTest.java | 162 private static String pick(Random rnd, String[] choices) { in pick() 166 private static String pickChunk(Random rnd) { in pickChunk()
|
| D | FuzzyTestCase.java | 57 protected Random rnd; field in FuzzyTestCase
|
| /external/chromium_org/third_party/leveldatabase/src/table/ |
| D | table_test.cc | 477 void Test(Random* rnd) { in Test() 517 void TestRandomAccess(Random* rnd, in TestRandomAccess() 612 std::string PickRandomKey(Random* rnd, const std::vector<std::string>& keys) { in PickRandomKey() 651 Random rnd(test::RandomSeed() + 1); in TEST() local 681 Random rnd(test::RandomSeed() + 1); in TEST() local 690 Random rnd(test::RandomSeed() + 2); in TEST() local 699 Random rnd(test::RandomSeed() + 3); in TEST() local 710 Random rnd(test::RandomSeed() + 4); in TEST() local 719 Random rnd(test::RandomSeed() + 5); in TEST() local 737 Random rnd(test::RandomSeed()); in TEST() local [all …]
|
| /external/chromium_org/third_party/boringssl/src/crypto/bn/ |
| D | random.c | 116 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand() 177 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand()
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fShaderCommonFunctionTests.cpp | 69 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() 70 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() 71 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() 74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector() 83 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors() 91 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars() 445 de::Random rnd (deStringHash(getName()) ^ 0x235facu); in getInputValues() local 527 de::Random rnd (deStringHash(getName()) ^ 0x324u); in getInputValues() local 627 de::Random rnd (deStringHash(getName()) ^ 0xac23fu); in getInputValues() local 739 de::Random rnd (deStringHash(getName()) ^ 0xac23fu); in getInputValues() local [all …]
|
| /external/deqp/framework/randomshaders/ |
| D | rsgUtils.hpp | 53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) in getQuantizedFloat()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fShaderCommonFunctionTests.cpp | 70 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar() 71 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar() 72 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar() 75 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector() 84 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors() 92 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars() 476 de::Random rnd (deStringHash(getName()) ^ 0x235facu); in getInputValues() local 558 de::Random rnd (deStringHash(getName()) ^ 0x324u); in getInputValues() local 658 de::Random rnd (deStringHash(getName()) ^ 0xac23fu); in getInputValues() local 770 de::Random rnd (deStringHash(getName()) ^ 0xac23fu); in getInputValues() local [all …]
|
| D | es31fSeparateShaderTests.cpp | 120 DataType randomType (Random& rnd) in randomType() 144 VaryingInterpolation randomInterpolation (Random& rnd) in randomInterpolation() 194 BindingKind randomBinding (Random& rnd) in randomBinding() 294 VaryingInterpolation chooseInterpolation (VaryingInterpolation param, DataType type, Random& rnd) in chooseInterpolation() 325 Random& rnd) in genVaryingInterface() 407 void printRandomInitializer (ostringstream& oss, DataType type, Random& rnd) in printRandomInitializer() 449 Random rnd (seed); in genVtxShaderSrc() local 513 Random rnd (seed); in genFrgShaderSrc() local 663 ProgramParams genProgramParams (Random& rnd) in genProgramParams() 864 Random rnd (seed); in genParams() local [all …]
|