Home
last modified time | relevance | path

Searched defs:Generate (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_messages_test.go139 func (*clientHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
227 func (*serverHelloMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
285 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
298 func (*certificateMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
308 func (*certificateRequestMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
317 func (*certificateVerifyMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
325 func (*certificateStatusMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
331 func (*clientKeyExchangeMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
337 func (*finishedMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
343 func (*newSessionTicketMsg) Generate(rand *rand.Rand, size int) reflect.Value { func
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dalias_test.go31 func (bigInt) Generate(rand *rand.Rand, size int) reflect.Value { func
43 func (notZeroInt) Generate(rand *rand.Rand, size int) reflect.Value { func
58 func (positiveInt) Generate(rand *rand.Rand, size int) reflect.Value { func
67 func (prime) Generate(r *rand.Rand, size int) reflect.Value { func
79 func (zeroOrOne) Generate(rand *rand.Rand, size int) reflect.Value { func
87 func (smallUint) Generate(rand *rand.Rand, size int) reflect.Value { func
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anonaac2814f0111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
H A Dfast_uniform_bits.h136 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
163 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anonb9405c4f0111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
H A Dfast_uniform_bits.h137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon87e20fc60111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
H A Dfast_uniform_bits.h136 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
163 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon47b826600111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
H A Dfast_uniform_bits.h137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anon29a8e9c50111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
Dfast_uniform_bits.h136 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
163 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anonb7cd7dd30111::RandenPoolEntry
234 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
H A Dfast_uniform_bits.h137 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
164 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/
H A Dpool_urbg.cc85 inline uint8_t RandenPoolEntry::Generate<uint8_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry
92 inline uint16_t RandenPoolEntry::Generate<uint16_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry
99 inline uint32_t RandenPoolEntry::Generate<uint32_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry
106 inline uint64_t RandenPoolEntry::Generate<uint64_t>() { in Generate() function in absl::random_internal::__anone00518c10111::RandenPoolEntry
235 typename RandenPool<T>::result_type RandenPool<T>::Generate() { in Generate() function in absl::random_internal::RandenPool
H A Dfast_uniform_bits.h135 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
161 FastUniformBits<UIntType>::Generate(URBG& g, // NOLINT(runtime/references) in Generate() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_key_share.cc48 bool Generate(CBB *out) override { in Generate() function in __anon3bf431340111::ECKeyShare
144 bool Generate(CBB *out) override { in Generate() function in __anon3bf431340111::X25519KeyShare
202 bool Generate(CBB *out) override { in Generate() function in __anon3bf431340111::X25519Kyber768KeyShare
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_key_share.cc49 bool Generate(CBB *out) override { in Generate() function in __anon2bbf55810111::ECKeyShare
145 bool Generate(CBB *out) override { in Generate() function in __anon2bbf55810111::X25519KeyShare
203 bool Generate(CBB *out) override { in Generate() function in __anon2bbf55810111::X25519Kyber768KeyShare
/aosp_15_r20/external/cronet/net/android/tools/
H A Dproxy_test_cases.py286 def Generate(self): member in GenerateCPlusPlus
312 def Generate(self): member in GenerateJava
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/
Dscalar_test.go33 func (Scalar) Generate(rand *mathrand.Rand, size int) reflect.Value { func
238 func (notZeroScalar) Generate(rand *mathrand.Rand, size int) reflect.Value { func
/aosp_15_r20/external/openthread/src/core/crypto/
H A Decdsa.hpp143 Error Generate(void) { return otPlatCryptoEcdsaGenerateKey(this); } in Generate() function in ot::Crypto::Ecdsa::P256::KeyPair
238 Error Generate(void) const { return otPlatCryptoEcdsaGenerateAndImportKey(mKeyRef); } in Generate() function in ot::Crypto::Ecdsa::P256::KeyPairAsRef
/aosp_15_r20/external/webrtc/rtc_base/
H A Dhelpers.cc42 bool Generate(void* buf, size_t len) override { in Generate() function in rtc::SecureRandomGenerator
53 bool Generate(void* buf, size_t len) override { in Generate() function in rtc::TestRandomGenerator
/aosp_15_r20/external/zucchini/
H A Dzucchini_integration.cc167 status::Code Generate(base::File old_file, in Generate() function
179 status::Code Generate(const base::FilePath& old_path, in Generate() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp940 static WriteData Generate(int targetHandle, int seed) in Generate() function
956 static ReadData Generate(int targetHandle, int seed) in Generate() function
977 static WriteDataInterleaved Generate(int targetHandle, int seed, bool evenOdd) in Generate() function
995 static ReadDataInterleaved Generate(int targetHandle, int seed0, int seed1) in Generate() function
1014 static ReadMultipleData Generate(int targetHandle0, int seed0, int targetHandle1, int seed1) in Generate() function
1031 static ReadZeroData Generate(int targetHandle) in Generate() function
/aosp_15_r20/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp582 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, OutputStream* out, in Generate() function in aapt::JavaClassGenerator
596 bool JavaClassGenerator::Generate(StringPiece package_name_to_generate, in Generate() function in aapt::JavaClassGenerator

12345678910>>...12