/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgBinaryOps.cpp | 555 struct GetRandom in operator ()() struct 557 int operator()(de::Random &rnd, int min, int max) const in operator ()() 561 float operator()(de::Random &rnd, float min, float max) const in operator ()() 608 struct GetRandom in operator ()() struct 610 int operator()(de::Random &rnd, int min, int max) const in operator ()() 614 float operator()(de::Random &rnd, float min, float max) const in operator ()() 763 struct GetRandom in operator ()() struct 765 int operator()(de::Random &random, int min, int max) const in operator ()() 769 float operator()(de::Random &random, float min, float max) const in operator ()() 826 struct GetRandom in operator ()() struct [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/unix/ |
D | getrandom.go | 21 func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) { func
|
D | getrandom_solaris.go | 33 func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) { func
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2115/ |
H A D | poc.cpp | 55 void GetRandom(void *random __attribute__((unused)), in GetRandom() function in DerivedGateKeeper
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_hdlc.cpp | 596 uint32_t GetRandom(uint32_t max) { return static_cast<uint32_t>(rand()) % max; } in GetRandom() function
|
H A D | test_spinel_buffer.cpp | 888 uint32_t GetRandom(uint32_t max) in GetRandom() function
|
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/ |
H A D | SoftGateKeeper.h | 81 virtual void GetRandom(void* random, uint32_t requested_length) const { in GetRandom() function
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | soft_gatekeeper.h | 80 virtual void GetRandom(void* random, uint32_t requested_length) const { in GetRandom() function
|
D | tpm_gatekeeper.cpp | 86 void TpmGatekeeper::GetRandom(void* random, uint32_t requested_size) const { in GetRandom() function in cuttlefish::TpmGatekeeper
|
/aosp_15_r20/hardware/interfaces/gatekeeper/aidl/software/ |
H A D | SoftGateKeeper.h | 89 virtual void GetRandom(void* random, uint32_t requested_length) const { in GetRandom() function
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | helpers.cc | 61 int GetRandom() { in GetRandom() function in rtc::TestRandomGenerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/tests/ |
D | properties.rs | 36 GetRandom(usize), // key enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom_test.cc | 60 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | urandom_test.cc | 60 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
/aosp_15_r20/trusty/user/app/gatekeeper/ |
D | trusty_gatekeeper.cpp | 180 void TrustyGateKeeper::GetRandom(void* random, uint32_t requested_size) const { in GetRandom() function in gatekeeper::TrustyGateKeeper
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/ |
H A D | urandom_test.cc | 87 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/rand/ |
H A D | urandom_test.cc | 87 static Event GetRandom(size_t length, unsigned flags) { in GetRandom() function
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | SubgraphViewTests.cpp | 1374 auto GetRandom = [&randomGenerator](auto maxExclusive) { in __anonb465bade0e02() variable
|
/aosp_15_r20/external/gsc-utils/tpm_generated/ |
H A D | tpm_generated.cc | 15111 void Tpm::GetRandom(const UINT16& bytes_requested, in GetRandom() function in trunks::Tpm
|