Home
last modified time | relevance | path

Searched refs:kRandomSeed (Results 1 – 16 of 16) sorted by relevance

/external/perfetto/src/trace_processor/containers/
Dbit_vector_benchmark.cc51 static constexpr uint32_t kRandomSeed = 29; in BvWithSizeAndSetPercentage() local
52 std::minstd_rand0 rnd_engine(kRandomSeed); in BvWithSizeAndSetPercentage()
86 static constexpr uint32_t kRandomSeed = 42; in BM_BitVectorSet() local
87 std::minstd_rand0 rnd_engine(kRandomSeed); in BM_BitVectorSet()
112 static constexpr uint32_t kRandomSeed = 42; in BM_BitVectorClear() local
113 std::minstd_rand0 rnd_engine(kRandomSeed); in BM_BitVectorClear()
136 static constexpr uint32_t kRandomSeed = 42; in BM_BitVectorIndexOfNthSet() local
137 std::minstd_rand0 rnd_engine(kRandomSeed); in BM_BitVectorIndexOfNthSet()
162 static constexpr uint32_t kRandomSeed = 42; in BM_BitVectorGetNumBitsSet() local
163 std::minstd_rand0 rnd_engine(kRandomSeed); in BM_BitVectorGetNumBitsSet()
[all …]
Dnullable_vector_benchmark.cc31 static constexpr uint32_t kRandomSeed = 42; in BM_NullableVectorAppendNonNull() local
32 std::minstd_rand0 rnd_engine(kRandomSeed); in BM_NullableVectorAppendNonNull()
51 static constexpr uint32_t kRandomSeed = 42; in BM_NullableVectorGetNonNull() local
52 std::minstd_rand0 rnd_engine(kRandomSeed); in BM_NullableVectorGetNonNull()
Drow_map_benchmark.cc30 static constexpr uint32_t kRandomSeed = 32; in CreateRange() local
31 std::minstd_rand0 rnd_engine(kRandomSeed); in CreateRange()
39 static constexpr uint32_t kRandomSeed = 476; in CreateIndexVector() local
40 std::minstd_rand0 rnd_engine(kRandomSeed); in CreateIndexVector()
49 static constexpr uint32_t kRandomSeed = 42; in CreateBitVector() local
50 std::minstd_rand0 rnd_engine(kRandomSeed); in CreateBitVector()
/external/perfetto/test/cts/
Dend_to_end_integrationtest_cts.cc76 static constexpr uint32_t kRandomSeed = 42; in TestMockProducer() local
79 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TestMockProducer()
93 std::minstd_rand0 rnd_engine(kRandomSeed); in TestMockProducer()
/external/perfetto/test/
Dend_to_end_benchmark.cc56 static constexpr uint32_t kRandomSeed = 42; in BenchmarkProducer() local
65 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkProducer()
107 std::minstd_rand0 rnd_engine(kRandomSeed); in BenchmarkProducer()
135 static constexpr uint32_t kRandomSeed = 42; in BenchmarkConsumer() local
148 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in BenchmarkConsumer()
Dend_to_end_integrationtest.cc689 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local
691 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()
705 std::minstd_rand0 rnd_engine(kRandomSeed); in TEST_F()
730 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local
732 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()
746 std::minstd_rand0 rnd_engine(kRandomSeed); in TEST_F()
782 static constexpr uint32_t kRandomSeed = 42; in TEST_F() local
784 ds_config->mutable_for_testing()->set_seed(kRandomSeed); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsampling_dataset_op_test.cc22 constexpr int64 kRandomSeed = 42; variable
69 int64 seed_tensor_ = kRandomSeed;
/external/perfetto/src/trace_processor/sqlite/
Dsqlite_vtable_benchmark.cc52 : num_cols_(num_cols), batch_size_(batch_size), rnd_engine_(kRandomSeed) { in BenchmarkCursor()
66 static constexpr uint32_t kRandomSeed = 476; member in __anon036853120111::BenchmarkCursor
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dendian_test.cc35 const int kRandomSeed = 12345; variable
71 std::mt19937_64 rng(kRandomSeed); in GenerateRandomIntegers()
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dendian_test.cc35 const int kRandomSeed = 12345; variable
71 std::mt19937_64 rng(kRandomSeed); in GenerateRandomIntegers()
/external/abseil-cpp/absl/base/internal/
Dendian_test.cc35 const int kRandomSeed = 12345; variable
73 std::mt19937_64 rng(kRandomSeed); in GenerateRandomIntegers()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dendian_test.cc35 const int kRandomSeed = 12345; variable
71 std::mt19937_64 rng(kRandomSeed); in GenerateRandomIntegers()
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dendian_test.cc35 const int kRandomSeed = 12345; variable
71 std::mt19937_64 rng(kRandomSeed); in GenerateRandomIntegers()
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dendian_test.cc35 const int kRandomSeed = 12345; variable
73 std::mt19937_64 rng(kRandomSeed); in GenerateRandomIntegers()
/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.cc51 const uint64_t kRandomSeed = 100; variable
80 random_generator_(kRandomSeed) { in PccNetworkController()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp58 constexpr deUint32 kRandomSeed = 0xdeadbeef; variable
237 : m_rnd(kRandomSeed) in InputGenerator()