Home
last modified time | relevance | path

Searched defs:Rand (Results 1 – 25 of 38) sorted by relevance

12

/external/webrtc/rtc_base/
Drandom.cc24 uint32_t Random::Rand(uint32_t t) { in Rand() function in webrtc::Random
37 uint32_t Random::Rand(uint32_t low, uint32_t high) { in Rand() function in webrtc::Random
42 int32_t Random::Rand(int32_t low, int32_t high) { in Rand() function in webrtc::Random
50 float Random::Rand<float>() { in Rand() function in webrtc::Random
57 double Random::Rand<double>() { in Rand() function in webrtc::Random
64 bool Random::Rand<bool>() { in Rand() function in webrtc::Random
Drandom.h44 T Rand() { in Rand() function
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dextended_reports_unittest.cc39 T Rand() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
48 ReceiveTimeInfo RtcpPacketExtendedReportsTest::Rand<ReceiveTimeInfo>() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
56 NtpTime RtcpPacketExtendedReportsTest::Rand<NtpTime>() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
63 Rrtr RtcpPacketExtendedReportsTest::Rand<Rrtr>() { in Rand() function in webrtc::RtcpPacketExtendedReportsTest
/external/llvm/lib/Fuzzer/test/
DFuzzerUnittest.cpp24 Random Rand(0); in TEST() local
102 Random Rand(0); in TestEraseByte() local
130 Random Rand(0); in TestInsertByte() local
166 Random Rand(0); in TestChangeByte() local
202 Random Rand(0); in TestChangeBit() local
238 Random Rand(0); in TestShuffleBytes() local
268 Random Rand(0); in TestAddWordFromDictionary() local
310 Random Rand(0); in TestAddWordFromDictionaryWithHint() local
339 Random Rand(0); in TestChangeASCIIInteger() local
433 Random Rand(0); in TEST() local
/external/rust/crates/libfuzzer-sys/libfuzzer/tests/
DFuzzerUnittest.cpp51 Random Rand(0); in TEST() local
139 Random Rand(0); in TestEraseBytes() local
175 Random Rand(0); in TestInsertByte() local
211 Random Rand(0); in TestInsertRepeatedBytes() local
256 Random Rand(0); in TestChangeByte() local
292 Random Rand(0); in TestChangeBit() local
328 Random Rand(0); in TestShuffleBytes() local
358 Random Rand(0); in TestCopyPart() local
408 Random Rand(0); in TEST() local
421 Random Rand(0); in TestAddWordFromDictionary() local
[all …]
/external/bc/
DLICENSE.md57 ## Rand section in License
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DRand.java25 final class Rand { class
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandomIRBuilder.h26 RandomEngine Rand; member
/external/rust/crates/rand/
DREADME.md1 # Rand chapter
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerRandom.h22 typename std::enable_if<std::is_integral<T>::value, T>::type Rand() { in Rand() function
DFuzzerCorpus.h302 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
308 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
318 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
495 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
DFuzzerMutate.h127 Random &Rand; variable
DFuzzerMutate.cpp27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
63 static char RandCh(Random &Rand) { in RandCh()
402 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
DFuzzerFork.cpp99 Random *Rand; member
312 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options, in FuzzWithFork()
DFuzzerDataFlowTrace.cpp162 std::vector<SizedFile> &CorporaFiles, Random &Rand) { in Init()
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp21 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
52 static char FlipRandomBit(char X, Random &Rand) { in FlipRandomBit()
64 static char RandCh(Random &Rand) { in RandCh()
DFuzzerInternal.h136 size_t Rand() { return R(); } in Rand() function
316 Random &Rand; variable
/external/rust/crates/quiche/deps/boringssl/src/tool/
Drand.cc37 bool Rand(const std::vector<std::string> &args) { in Rand() function
/external/cronet/third_party/boringssl/src/tool/
Drand.cc37 bool Rand(const std::vector<std::string> &args) { in Rand() function
/external/boringssl/src/tool/
Drand.cc37 bool Rand(const std::vector<std::string> &args) { in Rand() function
/external/libaom/test/
Dhadamard_test.cc315 virtual int16_t Rand() { return rnd_.Rand9Signed(); } in Rand() function in __anon7fba2d6d0111::HadamardLowbdTest
360 virtual int16_t Rand() { return rnd_.Rand9Signed(); } in Rand() function in __anon7fba2d6d0111::HadamardLowbdLPTest
405 virtual int16_t Rand() { return rnd_.Rand9Signed(); } in Rand() function in __anon7fba2d6d0111::HadamardLowbdLP8x8DualTest
/external/libvpx/test/
Dhadamard_test.cc223 virtual int16_t Rand() { return rnd_.Rand9Signed(); } in Rand() function in __anon06f045ae0111::HadamardLowbdTest
299 virtual int16_t Rand() { return rnd_.Rand13Signed(); } in Rand() function in __anon06f045ae0111::HadamardHighbdTest
/external/perfetto/src/tracing/core/
Dhistogram_unittest.cc132 TEST(HistogramTest, Rand) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dshape_partition_test.cc156 int64_t Rand() { return distribution_(generator_); } in Rand() function in xla::cpu::__anon42599fec0111::RandomShapePartitionIteratorTest
/external/webrtc/modules/video_coding/
Drtp_frame_reference_finder_unittest.cc70 uint16_t Rand() { return rand_.Rand<uint16_t>(); } in Rand() function in webrtc::TestRtpFrameReferenceFinder

12