/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 125 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | bit_gen_ref_test.cc | 30 using result_type = absl::BitGen::result_type; 32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
|
D | mocking_bit_gen.h | 113 using result_type = absl::BitGen::result_type; 115 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 116 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 216 absl::BitGen gen_;
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
/external/abseil-cpp/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 125 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | bit_gen_ref_test.cc | 30 using result_type = absl::BitGen::result_type; 32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
|
D | mocking_bit_gen.h | 113 using result_type = absl::BitGen::result_type; 115 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 116 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 216 absl::BitGen gen_;
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | examples_test.cc | 27 absl::BitGen gen; in TEST() 67 absl::BitGen gen_1(my_seed); in TEST() 68 absl::BitGen gen_2(my_seed); // Produces same variates as gen_1. in TEST() 76 absl::BitGen gen; in TEST() 79 absl::BitGen gen_1(my_seed); in TEST() 80 absl::BitGen gen_2(my_seed); in TEST() 92 absl::BitGen gen_1(my_seed); in TEST() 93 absl::BitGen gen_2(my_seed); in TEST()
|
D | seed_sequences_test.cc | 29 absl::BitGen bitgen(seed_seq); in TEST() 34 absl::BitGen engine; in TEST() 36 absl::BitGen bitgen(seed_seq); in TEST() 64 absl::BitGen rng; in TEST() 124 TestReproducibleVariateSequencesForNonsecureURBG<absl::BitGen>(); in TEST()
|
D | bit_gen_ref_test.cc | 30 using result_type = absl::BitGen::result_type; 32 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 51 ::testing::Types<absl::BitGen, absl::InsecureBitGen, std::mt19937,
|
D | mocking_bit_gen.h | 113 using result_type = absl::BitGen::result_type; 115 static constexpr result_type(min)() { return (absl::BitGen::min)(); } in result_type() 116 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in result_type() 216 absl::BitGen gen_;
|
D | random.h | 120 using BitGen = random_internal::NonsecureURBGBase< variable
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | distributed_tpu_rewrite_pass_internal.cc | 36 static absl::BitGen bitgen; in GetNodeId()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | stateful_random_ops.cc | 41 xla::BitGeneratorTy BitGen(Algorithm alg) { in BitGen() function 75 key, initial_state, BitGen(alg), minval, maxval, shape); in StatefulRngUniform() 80 return UniformIntDistribution(key, initial_state, BitGen(alg), minval, in StatefulRngUniform() 96 xla::RngOutput output = BitGen(alg)(key, initial_state, shape); in StatefulRngUniformFullInt() 275 key, state, BitGen(alg), xla_shape); in Compile()
|
/external/webrtc/third_party/abseil-cpp/absl/random/internal/ |
D | nonsecure_base_test.cc | 44 absl::BitGen default_generator; in TEST() 49 absl::BitGen default_generator; in TEST()
|
/external/openscreen/third_party/abseil/src/absl/random/internal/ |
D | nonsecure_base_test.cc | 44 absl::BitGen default_generator; in TEST() 49 absl::BitGen default_generator; in TEST()
|