/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 311 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
|
D | gtest.cc | 2437 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/ |
D | general4 | 4 This tests random features of make's algorithms, often somewhat obscure,
|
D | general3 | 4 This tests random features of the parser that need to be supported, and
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | sort | 6 $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/ |
D | conditionals | 112 # Test some random "else if..." construct nesting
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 88 using ::random;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 88 using ::random;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 167 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++/ |
D | Android.mk | 68 random.cpp \
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 729 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/ |
D | gtest.h | 868 void ShuffleTests(internal::Random* random);
|
/ndk/docs/Getting_Started/html/ |
D | jquery.js | 17 …=/([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/ |
D | jquery.js | 17 …=/([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/ |
D | Android.mk | 157 $(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/ |
D | Android.mk | 166 $(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/ |
D | random | 2 //===--------------------------- random -----------------------------------===// 15 random synopsis
|
D | memory | 3190 // Callers do best to use "random-looking" values for a and b.
|
/ndk/sources/host-tools/make-3.81/ |
D | ChangeLog | 779 and random work.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 2928 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
|
D | make.texi | 3483 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
|