Searched defs:random (Results 151 - 161 of 161) sorted by relevance

1234567

/external/open-vcdiff/gtest/src/
H A Dgtest.cc262 // Generates a random number from [0, range), using a Linear
2464 void TestCase::ShuffleTests(internal::Random* random) { argument
2465 test_indices_->Shuffle(random);
3720 // Returns the random seed used at the start of the current test run.
4005 random()->Reseed(random_seed_);
4055 // Picks a new random seed for each iteration.
4275 test_case_indices_.ShuffleRange(random(), 0, last_death_test_case_ + 1);
4278 test_case_indices_.ShuffleRange(random(), last_death_test_case_ + 1,
4283 test_cases_.GetElement(i)->ShuffleTests(random());
/external/protobuf/gtest/src/
H A Dgtest.cc258 // Generates a random number from [0, range), using a Linear
2434 void TestCase::ShuffleTests(internal::Random* random) { argument
2435 test_indices_->Shuffle(random);
3689 // Returns the random seed used at the start of the current test run.
3974 random()->Reseed(random_seed_);
4024 // Picks a new random seed for each iteration.
4244 test_case_indices_.ShuffleRange(random(), 0, last_death_test_case_ + 1);
4247 test_case_indices_.ShuffleRange(random(), last_death_test_case_ + 1,
4252 test_cases_.GetElement(i)->ShuffleTests(random());
/external/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc497 // A valid random seed must be in [1, kMaxRandomSeed].
520 // Returns a random seed in range [1, kMaxRandomSeed] based on the
535 // Returns the first valid random seed after 'seed'. The behavior is
540 << "Invalid random seed " << seed << " - must be in [1, "
700 void ShuffleRange(internal::Random* random, int begin, int end, argument
714 const int selected = begin + random->Generate(range_width);
721 inline void Shuffle(internal::Random* random, std::vector<E>* v) { argument
722 ShuffleRange(random, 0, static_cast<int>(v->size()), v);
1168 // Gets the random seed used at the start of the current test iteration.
1171 // Gets the random numbe
1172 internal::Random* random() { return &random_; } function in class:testing::internal::UnitTestImpl
3767 ShuffleTests(internal::Random* random) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jar ... int DEFAULT_BYTE_LENGTH protected static transient java.security.SecureRandom random static Class class$0 static Class class$1 ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1322 milliseconds

1234567