Home
last modified time | relevance | path

Searched defs:Random (Results 1 – 23 of 23) sorted by relevance

/external/regex-re2/re2/testing/
Drandom_test.cc44 TEST(Random, SmallEgrepLiterals) { in TEST() argument
51 TEST(Random, BigEgrepLiterals) { in TEST() argument
59 TEST(Random, SmallEgrepCaptures) { in TEST() argument
67 TEST(Random, BigEgrepCaptures) { in TEST() argument
77 TEST(Random, Complicated) { in TEST() argument
Dstring_generator.cc96 void StringGenerator::Random(int32 seed, int n) { in Random() function in re2::StringGenerator
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DModelInfluencer.java49 public static class Random extends ModelInfluencer{ class in ModelInfluencer
60 public Random(){ in Random() method in ModelInfluencer.Random
65 public Random(Random influencer){ in Random() method in ModelInfluencer.Random
70 public Random (Model...models) { in Random() method in ModelInfluencer.Random
DRegionInfluencer.java53 public static class Random extends RegionInfluencer{ class in RegionInfluencer
54 public Random(){} in Random() method in RegionInfluencer.Random
55 public Random (Random regionInfluencer) { in Random() method in RegionInfluencer.Random
58 public Random (TextureRegion textureRegion) { in Random() method in RegionInfluencer.Random
62 public Random (Texture texture) { in Random() method in RegionInfluencer.Random
DParticleControllerInfluencer.java68 public static class Random extends ParticleControllerInfluencer{ class in ParticleControllerInfluencer
91 public Random (){ in Random() method in ParticleControllerInfluencer.Random
95 public Random (ParticleController... templates) { in Random() method in ParticleControllerInfluencer.Random
100 public Random (Random particleControllerRandom) { in Random() method in ParticleControllerInfluencer.Random
DColorInfluencer.java16 public static class Random extends ColorInfluencer{ class in ColorInfluencer
/external/libvpx/libvpx/test/
Dvp9_avg_test.cc210 TEST_P(AverageTest, Random) { in TEST_P() argument
229 TEST_P(IntProRowTest, Random) { in TEST_P() argument
244 TEST_P(IntProColTest, Random) { in TEST_P() argument
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp38 class Random class
41 Random (deUint32 seed) { deRandom_init(&m_rnd, seed); } in Random() function in de::Random
/external/webrtc/webrtc/base/
Drandom.cc18 Random::Random(uint64_t seed) { in Random() function in webrtc::Random
Dvirtualsocketserver.cc728 static double Random() { in Random() function
/external/skia/bench/
DRectoriBench.cpp29 SkRandom Random; in onDraw() local
/external/gemmlowp/test/
Dtest.h34 inline int Random() { in Random() function
/external/skia/tests/
DRandomTest.cpp180 DEF_TEST(Random, reporter) { in DEF_TEST() argument
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp85 class Random { class
88 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anon5356c1b40111::Random
/external/gtest/include/gtest/internal/
Dgtest-internal.h680 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h680 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h754 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h754 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h783 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
/external/v8/test/cctest/
Dtypes-fuzz.h213 Type* Random() { in Random() function
/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m208 Random = 0, enum
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h774 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp6267 de::MovePtr<RenderPassCommand> createRenderPassCommand (de::Random&, in createRenderPassCommand()