Home
last modified time | relevance | path

Searched refs:algorithm_ (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/
H A DAutoscalingSettings.java41 algorithm_ = 0; in AutoscalingSettings()
71 private int algorithm_ = 0; field in AutoscalingSettings
85 return algorithm_; in getAlgorithmValue()
101 com.google.dataflow.v1beta3.AutoscalingAlgorithm.forNumber(algorithm_); in getAlgorithm()
137 if (algorithm_ in writeTo()
140 output.writeEnum(1, algorithm_); in writeTo()
154 if (algorithm_ in getSerializedSize()
157 size += com.google.protobuf.CodedOutputStream.computeEnumSize(1, algorithm_); in getSerializedSize()
178 if (algorithm_ != other.algorithm_) return false; in equals()
192 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
/aosp_15_r20/external/google-cloud-java/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/
H A DCryptoKeyVersionTemplate.java47 algorithm_ = 0; in CryptoKeyVersionTemplate()
118 private int algorithm_ = 0; field in CryptoKeyVersionTemplate
142 return algorithm_; in getAlgorithmValue()
168 com.google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.forNumber(algorithm_); in getAlgorithm()
192 if (algorithm_ in writeTo()
196 output.writeEnum(3, algorithm_); in writeTo()
211 if (algorithm_ in getSerializedSize()
215 size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, algorithm_); in getSerializedSize()
234 if (algorithm_ != other.algorithm_) return false; in equals()
249 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
H A DPublicKey.java44 algorithm_ = 0; in PublicKey()
135 private int algorithm_ = 0; field in PublicKey
151 return algorithm_; in getAlgorithmValue()
169 com.google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.forNumber(algorithm_); in getAlgorithm()
368 if (algorithm_ in writeTo()
372 output.writeEnum(2, algorithm_); in writeTo()
396 if (algorithm_ in getSerializedSize()
400 size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); in getSerializedSize()
428 if (algorithm_ != other.algorithm_) return false; in equals()
449 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
H A DImportCryptoKeyVersionRequest.java44 algorithm_ = 0; in ImportCryptoKeyVersionRequest()
272 private int algorithm_ = 0; field in ImportCryptoKeyVersionRequest
292 return algorithm_; in getAlgorithmValue()
314 com.google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.forNumber(algorithm_); in getAlgorithm()
483 if (algorithm_ in writeTo()
487 output.writeEnum(2, algorithm_); in writeTo()
513 if (algorithm_ in getSerializedSize()
517 size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); in getSerializedSize()
551 if (algorithm_ != other.algorithm_) return false; in equals()
578 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
H A DCryptoKeyVersion.java52 algorithm_ = 0; in CryptoKeyVersion()
1558 private int algorithm_ = 0; field in CryptoKeyVersion
1577 return algorithm_; in getAlgorithmValue()
1598 com.google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.forNumber(algorithm_); in getAlgorithm()
2329 if (algorithm_ in writeTo()
2333 output.writeEnum(10, algorithm_); in writeTo()
2394 if (algorithm_ in getSerializedSize()
2398 size += com.google.protobuf.CodedOutputStream.computeEnumSize(10, algorithm_); in getSerializedSize()
2447 if (algorithm_ != other.algorithm_) return false; in equals()
2502 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_digest.cc209 algorithm_ = Algorithm::UNSPECIFIED; in ParseChallenge()
263 algorithm_ = Algorithm::MD5; in ParseChallengeProperty()
265 algorithm_ = Algorithm::MD5_SESS; in ParseChallengeProperty()
267 algorithm_ = Algorithm::SHA256; in ParseChallengeProperty()
269 algorithm_ = Algorithm::SHA256_SESS; in ParseChallengeProperty()
395 DigestContext ha1_ctx(algorithm_); in AssembleResponseDigest()
401 if (algorithm_ == HttpAuthHandlerDigest::Algorithm::MD5_SESS || in AssembleResponseDigest()
402 algorithm_ == HttpAuthHandlerDigest::Algorithm::SHA256_SESS) { in AssembleResponseDigest()
403 DigestContext sess_ctx(algorithm_); in AssembleResponseDigest()
410 DigestContext ha2_ctx(algorithm_); in AssembleResponseDigest()
[all …]
/aosp_15_r20/external/cronet/crypto/
H A Dsecure_hash_unittest.cc23 : algorithm_(GetParam().first), hash_length_(GetParam().second) {} in SecureHashTest()
26 crypto::SecureHash::Algorithm algorithm_; member in SecureHashTest
34 switch (algorithm_) { in TEST_P()
59 crypto::SecureHash::Create(algorithm_)); in TEST_P()
75 switch (algorithm_) { in TEST_P()
109 crypto::SecureHash::Create(algorithm_)); in TEST_P()
135 crypto::SecureHash::Create(algorithm_)); in TEST_P()
148 crypto::SecureHash::Create(algorithm_)); in TEST_P()
155 crypto::SecureHash::Create(algorithm_)); in TEST_P()
/aosp_15_r20/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
H A DAutoscalingPolicy.java83 private java.lang.Object algorithm_; field in AutoscalingPolicy
270 return (com.google.cloud.dataproc.v1.BasicAutoscalingAlgorithm) algorithm_; in getBasicAlgorithm()
283 return (com.google.cloud.dataproc.v1.BasicAutoscalingAlgorithm) algorithm_; in getBasicAlgorithmOrBuilder()
550 output.writeMessage(3, (com.google.cloud.dataproc.v1.BasicAutoscalingAlgorithm) algorithm_); in writeTo()
578 3, (com.google.cloud.dataproc.v1.BasicAutoscalingAlgorithm) algorithm_); in getSerializedSize()
843 algorithm_ = null; in clear()
905 result.algorithm_ = this.algorithm_; in buildPartialOneofs()
907 result.algorithm_ = basicAlgorithmBuilder_.build(); in buildPartialOneofs()
1072 private java.lang.Object algorithm_; field in AutoscalingPolicy.Builder
1080 algorithm_ = null; in clearAlgorithm()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Dmodel_dataset_op.cc62 algorithm_(algorithm), in Dataset()
109 b->BuildAttrValue(static_cast<int64_t>(algorithm_), &algorithm_attr); in AsGraphDefInternal()
192 model_->OptimizeLoop(dataset()->algorithm_, cpu_budget_, in EnsureOptimizationLoopThreadStarted()
214 const model::AutotuneAlgorithm algorithm_; member in tensorflow::data::ModelDatasetOp::Dataset
238 algorithm_ = model::AutotuneAlgorithm(algorithm); in ModelDatasetOp()
240 algorithm_ = model::AutotuneAlgorithm::HILL_CLIMB; in ModelDatasetOp()
258 *output = new ModelDatasetOp::Dataset(ctx, input, algorithm_, cpu_budget_, in MakeDataset()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbias_op_gpu.h66 return (algorithm_ != BiasAddGradGPUMode::kInvalid && in is_valid()
69 BiasAddGradGPUMode algorithm() const { return algorithm_; } in algorithm()
70 void set_algorithm(BiasAddGradGPUMode val) { algorithm_ = val; } in set_algorithm()
75 BiasAddGradGPUMode algorithm_ = BiasAddGradGPUMode::kInvalid;
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/atoms/conscrypt/
Dconscrypt_extension_atoms.pb.cc137 PROTOBUF_FIELD_OFFSET(::android::os::statsd::conscrypt::ConscryptServiceUsed, _impl_.algorithm_),
1125 , decltype(_impl_.algorithm_){} in ConscryptServiceUsed()
1131 ::memcpy(&_impl_.algorithm_, &from._impl_.algorithm_, in ConscryptServiceUsed()
1133 reinterpret_cast<char*>(&_impl_.algorithm_)) + sizeof(_impl_.padding_)); in ConscryptServiceUsed()
1144 , decltype(_impl_.algorithm_){0} in SharedCtor()
1176 ::memset(&_impl_.algorithm_, 0, static_cast<size_t>( in Clear()
1178 reinterpret_cast<char*>(&_impl_.algorithm_)) + sizeof(_impl_.padding_)); in Clear()
1370 _this->_impl_.algorithm_ = from._impl_.algorithm_; in MergeImpl()
1404 - PROTOBUF_FIELD_OFFSET(ConscryptServiceUsed, _impl_.algorithm_)>( in InternalSwap()
1405 reinterpret_cast<char*>(&_impl_.algorithm_), in InternalSwap()
[all …]
/aosp_15_r20/device/google/cuttlefish/host/libs/avb/
Davb.cpp51 algorithm_(std::move(algorithm)), in Avb()
59 if (!algorithm_.empty()) { in GenerateAddHashFooter()
61 command.AddParameter(algorithm_); in GenerateAddHashFooter()
117 command.AddParameter(algorithm_); in GenerateMakeVbMetaImage()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Ddnn.h837 return algorithm_.has_value() && in is_valid()
841 AlgorithmDesc algorithm() const { return *algorithm_; } in algorithm()
842 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } in set_algorithm()
851 std::optional<AlgorithmDesc> algorithm_;
927 explicit AlgorithmConfig(AlgorithmDesc algorithm) : algorithm_(algorithm) {} in AlgorithmConfig()
929 : algorithm_(algorithm), scratch_size_(scratch_size) {} in AlgorithmConfig()
931 : algorithm_(algorithm), algorithm_no_scratch_(algorithm_no_scratch) {} in AlgorithmConfig()
934 : algorithm_(algorithm), in AlgorithmConfig()
942 algorithm_ = AlgorithmDesc(algorithm_proto); in AlgorithmConfig()
955 std::optional<AlgorithmDesc> algorithm() const { return algorithm_; } in algorithm()
[all …]
H A Dblas.h156 AlgorithmType algorithm() const { return algorithm_; } in algorithm()
157 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
163 AlgorithmType algorithm_ = kDefaultAlgorithm; variable
169 AlgorithmConfig() : algorithm_(kDefaultAlgorithm) {} in AlgorithmConfig()
170 explicit AlgorithmConfig(AlgorithmType algorithm) : algorithm_(algorithm) {} in AlgorithmConfig()
171 AlgorithmType algorithm() const { return algorithm_; } in algorithm()
172 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
174 return this->algorithm_ == other.algorithm_;
182 AlgorithmType algorithm_;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcublas_lt_matmul_thunk.cc45 if (!algorithm_) { in ExecuteOnStream()
50 algorithm_ = algorithms[algorithm_idx_]; in ExecuteOnStream()
66 allocs.GetDeviceAddress(d_buffer_), bias, *algorithm_, scratch_allocator); in ExecuteOnStream()
/aosp_15_r20/system/keymaster/include/keymaster/legacy_support/
H A Dkeymaster_passthrough_key.h43 : KeyFactory(), engine_(engine), algorithm_(algorithm) {} in KeymasterPassthroughKeyFactory()
72 return engine_->GetOperationFactory(purpose, algorithm_); in GetOperationFactory()
80 keymaster_algorithm_t algorithm_; variable
/aosp_15_r20/external/tink/cc/jwt/internal/
H A Djwt_public_key_verify_impl.h44 algorithm_ = std::string(algorithm); in JwtPublicKeyVerifyImpl()
56 std::string algorithm_; variable
H A Djwt_public_key_sign_impl.h42 algorithm_ = std::string(algorithm); in JwtPublicKeySignImpl()
53 std::string algorithm_; variable
H A Djwt_mac_impl.h44 algorithm_ = std::string(algorithm); in JwtMacImpl()
61 std::string algorithm_; variable
H A Djwt_mac_impl.cc51 CreateHeader(algorithm_, type_header, kid); in ComputeMacAndEncodeWithKid()
104 ValidateHeader(*header, algorithm_, kid, custom_kid_); in VerifyMacAndDecodeWithKid()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/compiler/xla/stream_executor/
Ddnn.pb.h912 ::stream_executor::dnn::AlgorithmProto* algorithm_; in Swap()
1533 delete _impl_.optional_algorithm_.algorithm_; in clear_algorithm()
1542 ::stream_executor::dnn::AlgorithmProto* temp = _impl_.optional_algorithm_.algorithm_; in release_algorithm()
1546 _impl_.optional_algorithm_.algorithm_ = nullptr; in release_algorithm()
1554 ? *_impl_.optional_algorithm_.algorithm_ in _internal_algorithm()
1565 ::stream_executor::dnn::AlgorithmProto* temp = _impl_.optional_algorithm_.algorithm_; in unsafe_arena_release_algorithm()
1566 _impl_.optional_algorithm_.algorithm_ = nullptr; in unsafe_arena_release_algorithm()
1576 _impl_.optional_algorithm_.algorithm_ = algorithm; in unsafe_arena_set_allocated_algorithm()
1584 …_impl_.optional_algorithm_.algorithm_ = CreateMaybeMessage< ::stream_executor::dnn::AlgorithmProto… in _internal_mutable_algorithm()
1586 return _impl_.optional_algorithm_.algorithm_; in _internal_mutable_algorithm()
/aosp_15_r20/external/google-cloud-java/java-domains/proto-google-cloud-domains-v1/src/main/java/com/google/cloud/domains/v1/
H A DDnsSettings.java3449 algorithm_ = 0; in DsRecord()
4193 private int algorithm_ = 0; field in DnsSettings.DsRecord
4207 return algorithm_; in getAlgorithmValue()
4223 com.google.cloud.domains.v1.DnsSettings.DsRecord.Algorithm.forNumber(algorithm_); in getAlgorithm()
4334 if (algorithm_ in writeTo()
4337 output.writeEnum(2, algorithm_); in writeTo()
4359 if (algorithm_ in getSerializedSize()
4362 size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); in getSerializedSize()
4389 if (algorithm_ != other.algorithm_) return false; in equals()
4406 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
/aosp_15_r20/external/google-cloud-java/java-domains/proto-google-cloud-domains-v1beta1/src/main/java/com/google/cloud/domains/v1beta1/
H A DDnsSettings.java3475 algorithm_ = 0; in DsRecord()
4219 private int algorithm_ = 0; field in DnsSettings.DsRecord
4233 return algorithm_; in getAlgorithmValue()
4249 com.google.cloud.domains.v1beta1.DnsSettings.DsRecord.Algorithm.forNumber(algorithm_); in getAlgorithm()
4360 if (algorithm_ in writeTo()
4363 output.writeEnum(2, algorithm_); in writeTo()
4386 if (algorithm_ in getSerializedSize()
4389 size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); in getSerializedSize()
4417 if (algorithm_ != other.algorithm_) return false; in equals()
4434 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
/aosp_15_r20/external/google-cloud-java/java-domains/proto-google-cloud-domains-v1alpha2/src/main/java/com/google/cloud/domains/v1alpha2/
H A DDnsSettings.java3479 algorithm_ = 0; in DsRecord()
4223 private int algorithm_ = 0; field in DnsSettings.DsRecord
4237 return algorithm_; in getAlgorithmValue()
4253 com.google.cloud.domains.v1alpha2.DnsSettings.DsRecord.Algorithm.forNumber(algorithm_); in getAlgorithm()
4364 if (algorithm_ in writeTo()
4367 output.writeEnum(2, algorithm_); in writeTo()
4390 if (algorithm_ in getSerializedSize()
4393 size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, algorithm_); in getSerializedSize()
4421 if (algorithm_ != other.algorithm_) return false; in equals()
4438 hash = (53 * hash) + algorithm_; in hashCode()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dheap_simulator.cc345 algorithm_(std::move(algorithm)), in HeapSimulator()
378 algorithm_->Alloc(buffer, size); in Alloc()
391 algorithm_->Free(buffer, size); in Free()
403 algorithm_->ShareWith(buffer, shared, size_fn_(*shared)); in ShareBuffer()
410 Result<HloValue> result = algorithm_->Finish(); in Finish()

123