Searched refs:kRandomSeed (Results 1 - 3 of 3) sorted by relevance

/external/perfetto/test/cts/
H A Dend_to_end_integrationtest_cts.cc60 static constexpr uint32_t kRandomSeed = 42; local
63 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
77 std::minstd_rand0 rnd_engine(kRandomSeed);
/external/perfetto/test/
H A Dend_to_end_integrationtest.cc118 static constexpr uint32_t kRandomSeed = 42; local
120 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
134 std::minstd_rand0 rnd_engine(kRandomSeed);
159 static constexpr uint32_t kRandomSeed = 42; local
161 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
175 std::minstd_rand0 rnd_engine(kRandomSeed);
H A Dend_to_end_benchmark.cc56 static constexpr uint32_t kRandomSeed = 42; local
65 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
101 std::minstd_rand0 rnd_engine(kRandomSeed);

Completed in 507 milliseconds