Searched defs:Random (Results 1 - 25 of 25) sorted by last modified time

/external/skia/bench/
H A DRectoriBench.cpp28 SkRandom Random; variable
31 SkScalar blurSigma = Random.nextRangeScalar(1.5f, 25.0f);
32 SkScalar size = Random.nextRangeScalar(20*blurSigma, 50*blurSigma);
34 SkScalar x = Random.nextRangeScalar(0.0f, W - size);
35 SkScalar y = Random.nextRangeScalar(0.0f, H - size);
55 paint.setColor(0xff000000 | Random.nextU());
/external/regex-re2/re2/testing/
H A Dstring_generator.cc96 void StringGenerator::Random(int32 seed, int n) { function in class:re2::StringGenerator
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h762 class Random { class in namespace:testing::internal
766 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
776 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h750 class GTEST_API_ Random { class in namespace:testing::internal
754 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
764 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h779 class GTEST_API_ Random { class in namespace:testing::internal
783 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
793 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp61 class Random { class in namespace:__anon26415
64 Random(unsigned _seed):Seed(_seed) {} function in class:__anon26415::Random
129 Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
284 /// Random number generator
285 Random *Ran;
291 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
301 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
319 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
363 ConstModifier(BasicBlock *BB, PieceTable *PT, Random *R):Modifier(BB, PT, R) {}
409 AllocaModifier(BasicBlock *BB, PieceTable *PT, Random *
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7636 class GTEST_API_ Random { class in namespace:testing::internal
7640 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7650 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
18306 void ShuffleTests(internal::Random* random);
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h676 class GTEST_API_ Random { class in namespace:testing::internal
680 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
690 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/eigen/Eigen/src/Core/
H A DRandom.h35 * it is redundant to pass \a rows and \a cols as arguments, so Random() should be used
45 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index), MatrixBase::Random()
49 DenseBase<Derived>::Random(Index rows, Index cols) function in class:Eigen::DenseBase
62 * it is redundant to pass \a size as argument, so Random() should be used
72 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index,Index), MatrixBase::Random()
76 DenseBase<Derived>::Random(Index size) function in class:Eigen::DenseBase
93 * \sa MatrixBase::setRandom(), MatrixBase::Random(Index,Index), MatrixBase::Random(Inde
97 DenseBase<Derived>::Random() function in class:Eigen::DenseBase
[all...]
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp23 * \brief Random number generator utilities.
35 //! Random self-test - compare returned values against hard-coded values.
38 class Random class in namespace:de
41 Random (deUint32 seed) { deRandom_init(&m_rnd, seed); } function in class:de::Random
42 ~Random (void) {}
70 bool operator== (const Random& other) const;
71 bool operator!= (const Random& other) const;
79 inline float Random::getFloat (float min, float max)
85 inline double Random::getDouble (double min, double max)
91 inline int Random
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-types.cc257 TypeHandle Random() { function in class:Types
625 TypeHandle type = T.Random();
632 TypeHandle type = T.Random();
640 TypeHandle type1 = T.Random();
641 TypeHandle type2 = T.Random();
654 TypeHandle type1 = T.Random();
655 TypeHandle type2 = T.Random();
656 TypeHandle type3 = T.Random();
671 TypeHandle type1 = T.Random();
672 TypeHandle type2 = T.Random();
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc735 static double Random() { function in namespace:rtc
773 if (Random() < drop_prob_) {
809 // "Derivative Random Drop"); however, this algorithm is a more accurate
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc95 Random::Random(uint32_t seed) function in class:webrtc::testing::bwe::Random
100 float Random::Rand() {
108 int Random::Gaussian(int mean, int standard_deviation) {
H A Dbwe_test_framework.h133 class Random { class in namespace:webrtc::testing::bwe
135 explicit Random(uint32_t seed);
143 // TODO(solenberg): Random from histogram.
150 DISALLOW_IMPLICIT_CONSTRUCTORS(Random);
256 Random random_;
286 Random random_;
302 Random random_;
/external/chromium_org/third_party/skia/bench/
H A DRectoriBench.cpp28 SkRandom Random; variable
31 SkScalar blurSigma = Random.nextRangeScalar(1.5f, 25.0f);
32 SkScalar size = Random.nextRangeScalar(20*blurSigma, 50*blurSigma);
34 SkScalar x = Random.nextRangeScalar(0.0f, W - size);
35 SkScalar y = Random.nextRangeScalar(0.0f, H - size);
55 paint.setColor(0xff000000 | Random.nextU());
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7636 class GTEST_API_ Random { class in namespace:testing::internal
7640 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7650 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
18306 void ShuffleTests(internal::Random* random);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h750 class GTEST_API_ Random { class in namespace:testing::internal
754 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
764 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/leveldatabase/src/util/
H A Drandom.h15 class Random { class in namespace:leveldb
19 explicit Random(uint32_t s) : seed_(s & 0x7fffffffu) { function in class:leveldb::Random
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h708 class GTEST_API_ Random { class in namespace:testing::internal
712 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
722 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator.cc96 void StringGenerator::Random(int32 seed, int n) { function in class:re2::StringGenerator
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.cc105 static int Random() { function
118 // the standard distribution for a skiplist: See Random() above.
128 int level = IntLog2(size, base) + (random? Random() : 1);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.cc105 static int Random() { function
118 // the standard distribution for a skiplist: See Random() above.
128 int level = IntLog2(size, base) + (random? Random() : 1);
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
H A Drandom.h12 class Random { class in namespace:invalidation
15 explicit Random(int64 seed) {} function in class:invalidation::Random
17 virtual ~Random() {}

Completed in 569 milliseconds