Home
last modified time | relevance | path

Searched refs:random_ (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/profiler/
Dsampling-heap-profiler.h137 random_(random), in Observer()
157 base::RandomNumberGenerator* const random_; variable
Dsampling-heap-profiler.cc30 double u = random_->NextDouble(); in GetNextSampleInterval()
/third_party/googletest/googletest/test/
Dgoogletest-port-test.cc1044 : value_(0), mutex_(mutex), random_(42) {} in AtomicCounterWithMutex()
1063 std::chrono::milliseconds(random_.Generate(30))); in Increment()
1072 std::chrono::milliseconds(random_.Generate(30))); in Increment()
1085 Random random_; member in testing::internal::AtomicCounterWithMutex
Dgtest_unittest.cc885 VectorShuffleTest() : random_(1) { in VectorShuffleTest()
936 testing::internal::Random random_; member in __anon094f07500111::VectorShuffleTest
944 ShuffleRange(&random_, 0, 0, &vector_); in TEST_F()
949 ShuffleRange(&random_, kVectorSize / 2, kVectorSize / 2, &vector_); in TEST_F()
954 ShuffleRange(&random_, kVectorSize - 1, kVectorSize - 1, &vector_); in TEST_F()
959 ShuffleRange(&random_, kVectorSize, kVectorSize, &vector_); in TEST_F()
966 ShuffleRange(&random_, 0, 1, &vector_); in TEST_F()
971 ShuffleRange(&random_, kVectorSize / 2, kVectorSize / 2 + 1, &vector_); in TEST_F()
976 ShuffleRange(&random_, kVectorSize - 1, kVectorSize, &vector_); in TEST_F()
985 Shuffle(&random_, &vector_); in TEST_F()
[all …]
/third_party/googletest/googletest/src/
Dgtest-internal-inl.h823 internal::Random* random() { return &random_; } in random()
936 internal::Random random_; variable
Dgtest.cc5549 random_(0), // Will be reseeded before first use. in UnitTestImpl()
/third_party/node/deps/googletest/src/
Dgtest-internal-inl.h824 internal::Random* random() { return &random_; } in random()
937 internal::Random random_; variable
Dgtest.cc5575 random_(0), // Will be reseeded before first use. in UnitTestImpl()
/third_party/mesa3d/src/gtest/src/
Dgtest-internal-inl.h817 internal::Random* random() { return &random_; } in random()
922 internal::Random random_; variable
Dgtest.cc5017 random_(0), // Will be reseeded before first use. in UnitTestImpl()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh660 void set_random (bool random_) { random = random_; } in set_random()