/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_context.cpp | 76 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anonaff695220202() argument 78 return random_generator->RandomDouble() < chance; in __anonaff695220202() 83 FuzzerContext::FuzzerContext(RandomGenerator* random_generator, in FuzzerContext() argument 85 : random_generator_(random_generator), in FuzzerContext()
|
D | fuzzer.cpp | 160 PseudoRandomGenerator random_generator(impl_->seed); in Run() local 170 FuzzerContext fuzzer_context(&random_generator, minimum_fresh_id); in Run()
|
D | CMakeLists.txt | 71 random_generator.h 154 random_generator.cpp
|
D | fuzzer_context.h | 34 FuzzerContext(RandomGenerator* random_generator, uint32_t min_fresh_id);
|
/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | fuzzer_context.cpp | 82 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anon1706c4dc0202() argument 84 return random_generator->RandomDouble() < chance; in __anon1706c4dc0202() 89 FuzzerContext::FuzzerContext(RandomGenerator* random_generator, in FuzzerContext() argument 91 : random_generator_(random_generator), in FuzzerContext()
|
D | fuzzer.cpp | 172 PseudoRandomGenerator random_generator(impl_->seed); in Run() local 182 FuzzerContext fuzzer_context(&random_generator, minimum_fresh_id); in Run()
|
D | CMakeLists.txt | 75 random_generator.h 169 random_generator.cpp
|
D | fuzzer_context.h | 34 FuzzerContext(RandomGenerator* random_generator, uint32_t min_fresh_id);
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_context.cpp | 81 [](uint32_t current_depth, RandomGenerator* random_generator) -> bool { in __anon0a4c58e80202() argument 83 return random_generator->RandomDouble() < chance; in __anon0a4c58e80202() 88 FuzzerContext::FuzzerContext(RandomGenerator* random_generator, in FuzzerContext() argument 90 : random_generator_(random_generator), in FuzzerContext()
|
D | fuzzer.cpp | 172 PseudoRandomGenerator random_generator(impl_->seed); in Run() local 182 FuzzerContext fuzzer_context(&random_generator, minimum_fresh_id); in Run()
|
D | CMakeLists.txt | 75 random_generator.h 168 random_generator.cpp
|
D | fuzzer_context.h | 34 FuzzerContext(RandomGenerator* random_generator, uint32_t min_fresh_id);
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzer_shrinker_test.cpp | 955 InterestingThenRandom(const PseudoRandomGenerator& random_generator) in InterestingThenRandom() argument 956 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
|
/external/angle/third_party/spirv-tools/src/test/fuzz/ |
D | fuzzer_shrinker_test.cpp | 955 InterestingThenRandom(const PseudoRandomGenerator& random_generator) in InterestingThenRandom() argument 956 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzzer_shrinker_test.cpp | 955 InterestingThenRandom(const PseudoRandomGenerator& random_generator) in InterestingThenRandom() argument 956 : first_time_(true), random_generator_(random_generator) {} in InterestingThenRandom()
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | semistatic_map.templates.h | 55 std::default_random_engine random_generator(seed); in SemistaticMap() 59 hash_function.a = random_distribution(random_generator); in SemistaticMap()
|
/external/autotest/client/cros/storage_tests/ |
D | 8k_async_randwrite | 26 random_generator=tausworthe
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_impl.h | 197 std::mt19937_64 random_generator; member
|
D | sequence_manager_impl.cc | 122 : random_generator(RandUint64()), in MainThreadOnly() 686 main_thread_only().random_generator) < in ShouldRecordCPUTimeForTask()
|