HomeSort by relevance Sort by last modified time
    Searched refs:kRandomSeed (Results 1 - 3 of 3) sorted by null

  /external/perfetto/test/cts/
end_to_end_integrationtest_cts.cc 60 static constexpr uint32_t kRandomSeed = 42;
63 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
77 std::minstd_rand0 rnd_engine(kRandomSeed);
  /external/perfetto/test/
end_to_end_benchmark.cc 56 static constexpr uint32_t kRandomSeed = 42;
65 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
101 std::minstd_rand0 rnd_engine(kRandomSeed);
129 static constexpr uint32_t kRandomSeed = 42;
142 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
end_to_end_integrationtest.cc 407 static constexpr uint32_t kRandomSeed = 42;
409 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
423 std::minstd_rand0 rnd_engine(kRandomSeed);
448 static constexpr uint32_t kRandomSeed = 42;
450 ds_config->mutable_for_testing()->set_seed(kRandomSeed);
464 std::minstd_rand0 rnd_engine(kRandomSeed);
    [all...]

Completed in 1540 milliseconds