Home
last modified time | relevance | path

Searched refs:random (Results 1 – 21 of 21) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h311 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange() argument
325 const int selected = begin + random->Generate(range_width); in ShuffleRange()
332 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle() argument
333 ShuffleRange(random, 0, static_cast<int>(v->size()), v); in Shuffle()
795 internal::Random* random() { return &random_; } in random() function
Dgtest.cc2437 void TestCase::ShuffleTests(internal::Random* random) { in ShuffleTests() argument
2438 Shuffle(random, &test_indices_); in ShuffleTests()
4200 random()->Reseed(random_seed_); in RunAllTests()
4510 ShuffleRange(random(), 0, last_death_test_case_ + 1, &test_case_indices_); in ShuffleTests()
4513 ShuffleRange(random(), last_death_test_case_ + 1, in ShuffleTests()
4518 test_cases_[i]->ShuffleTests(random()); in ShuffleTests()
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral44 This tests random features of make's algorithms, often somewhat obscure,
Dgeneral34 This tests random features of the parser that need to be supported, and
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsort6 $details = "The make file is built with a list of object in a random order\n"
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dconditionals112 # Test some random "else if..." construct nesting
/ndk/sources/cxx-stl/system/include/
Dcstdlib88 using ::random;
/ndk/sources/cxx-stl/gabi++/include/
Dcstdlib88 using ::random;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_parameters.ipp167 std::string RANDOM_SEED = "random";
284 …cla::description = "Allows to switch between sequential and random order of test units execution.\…
285 … "Optionally allows to specify concrete seed for random number generator")
/ndk/sources/cxx-stl/llvm-libc++/
DAndroid.mk68 random.cpp \
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc729 testing::internal::Random random(42); in TEST() local
731 random.Generate(0), in TEST()
734 random.Generate(testing::internal::Random::kMaxRange + 1), in TEST()
741 testing::internal::Random random(12345); in TEST() local
743 EXPECT_LT(random.Generate(kRange), kRange) << " for iteration " << i; in TEST()
758 testing::internal::Random random(kSeed); in TEST() local
760 values[i] = random.Generate(kRange); in TEST()
763 random.Reseed(kSeed); in TEST()
765 EXPECT_EQ(values[i], random.Generate(kRange)) << " for iteration " << i; in TEST()
830 testing::internal::Random random(1); in TEST() local
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h868 void ShuffleTests(internal::Random* random);
/ndk/docs/Getting_Started/html/
Djquery.js17 …=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,"…
26 …\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",…
/ndk/docs/Programmers_Guide/html/
Djquery.js17 …=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,"…
26 …\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk157 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle)
158 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand)
159 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng)
1839 $(call gen-test, iterators/iterator.requirements/random.access.iterators/nothing_to_do)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk166 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle)
167 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand)
168 $(call gen-test, algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng)
1848 $(call gen-test, iterators/iterator.requirements/random.access.iterators/nothing_to_do)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Drandom2 //===--------------------------- random -----------------------------------===//
15 random synopsis
Dmemory3190 // Callers do best to use "random-looking" values for a and b.
/ndk/sources/host-tools/make-3.81/
DChangeLog779 and random work.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-12928 in your makefiles or run the risk of having a random object file become
4152 remember not to put a random comment on the end of the line after some
Dmake.texi3483 default goal in your makefiles or run the risk of having a random
5045 must remember not to put a random comment on the end of the line after