/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | blas.h | 155 void set_is_valid(bool val) { is_valid_ = val; } in set_is_valid() 156 AlgorithmType algorithm() const { return algorithm_; } in algorithm() function 157 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm() 159 void set_elapsed_time_in_ms(float val) { elapsed_time_in_ms_ = val; } in set_elapsed_time_in_ms() 170 explicit AlgorithmConfig(AlgorithmType algorithm) : algorithm_(algorithm) {} in AlgorithmConfig() 171 AlgorithmType algorithm() const { return algorithm_; } in algorithm() function 172 void set_algorithm(AlgorithmType val) { algorithm_ = val; } in set_algorithm()
|
H A D | dnn.h | 841 AlgorithmDesc algorithm() const { return *algorithm_; } in algorithm() function 842 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } in set_algorithm() 845 void set_elapsed_time_in_ms(float val) { elapsed_time_in_ms_ = val; } in set_elapsed_time_in_ms() 848 void set_scratch_size(size_t val) { scratch_size_ = val; } in set_scratch_size() 927 explicit AlgorithmConfig(AlgorithmDesc algorithm) : algorithm_(algorithm) {} in AlgorithmConfig() 928 AlgorithmConfig(AlgorithmDesc algorithm, size_t scratch_size) in AlgorithmConfig() 930 AlgorithmConfig(AlgorithmDesc algorithm, AlgorithmDesc algorithm_no_scratch) in AlgorithmConfig() 932 AlgorithmConfig(AlgorithmDesc algorithm, size_t scratch_size, in AlgorithmConfig() 955 std::optional<AlgorithmDesc> algorithm() const { return algorithm_; } in algorithm() function 956 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; } in set_algorithm() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | X509CertImpl.java | 542 public void sign(PrivateKey key, String algorithm) in sign() 565 public void sign(PrivateKey key, String algorithm, String provider) in sign() 1684 DerValue val = new DerValue(ext); in getSubjectAlternativeNames() local 1748 DerValue val = new DerValue(ext); in getIssuerAlternativeNames() local 1785 private void parse(DerValue val) in parse() 1804 private void parse(DerValue val, byte[] originalEncodedForm) in parse() 1986 public static String getFingerprint(String algorithm, in getFingerprint() 2005 private String getFingerprint(String algorithm, Debug debug) { in getFingerprint()
|
H A D | X509CRLImpl.java | 159 public X509CRLImpl(DerValue val) throws CRLException { in X509CRLImpl() 476 public void sign(PrivateKey key, String algorithm) in sign() 496 public void sign(PrivateKey key, String algorithm, String provider) in sign() 1062 private void parse(DerValue val) throws CRLException, IOException { in parse()
|
/aosp_15_r20/trusty/user/app/keymaster/ |
D | trusty_keymaster_messages.h | 28 uint32_t val; in copy_keymaster_algorithm_from_buf() local 50 uint32_t val; in copy_keymaster_verified_boot_from_buf() local 156 keymaster_algorithm_t algorithm; member 174 keymaster_algorithm_t algorithm; member 194 keymaster_algorithm_t algorithm; member
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
H A D | X509CertImpl.java | 105 public void sign(java.security.PrivateKey key, java.lang.String algorithm) in sign() 113 java.security.PrivateKey key, java.lang.String algorithm, java.lang.String provider) in sign() 365 private void parse(sun.security.util.DerValue val) in parse() 370 private void parse(sun.security.util.DerValue val, byte[] originalEncodedForm) in parse() 410 java.lang.String algorithm, java.security.cert.X509Certificate cert) { in getFingerprint()
|
H A D | X509CRLImpl.java | 42 public X509CRLImpl(sun.security.util.DerValue val) throws java.security.cert.CRLException { in X509CRLImpl() 108 public void sign(java.security.PrivateKey key, java.lang.String algorithm) in sign() 116 java.security.PrivateKey key, java.lang.String algorithm, java.lang.String provider) in sign() 245 private void parse(sun.security.util.DerValue val) in parse()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | bias_op_gpu.h | 69 BiasAddGradGPUMode algorithm() const { return algorithm_; } in algorithm() function 70 void set_algorithm(BiasAddGradGPUMode val) { algorithm_ = val; } in set_algorithm() 72 void set_elapsed_time(uint64 val) { elapsed_time_ = val; } in set_elapsed_time()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/ |
D | one_of.hpp | 22 namespace boost { namespace algorithm { namespace 65 BOOST_CXX14_CONSTEXPR bool one_of_equal ( InputIterator first, InputIterator last, const V &val ) in one_of_equal() 84 BOOST_CXX14_CONSTEXPR bool one_of_equal ( const Range &r, const V &val ) in one_of_equal()
|
D | any_of.hpp | 21 namespace boost { namespace algorithm { namespace 62 BOOST_CXX14_CONSTEXPR bool any_of_equal ( InputIterator first, InputIterator last, const V &val ) in any_of_equal() 78 BOOST_CXX14_CONSTEXPR bool any_of_equal ( const Range &r, const V &val ) in any_of_equal()
|
D | none_of.hpp | 19 namespace boost { namespace algorithm { namespace 60 BOOST_CXX14_CONSTEXPR bool none_of_equal ( InputIterator first, InputIterator last, const V &val ) in none_of_equal() 76 BOOST_CXX14_CONSTEXPR bool none_of_equal ( const Range &r, const V & val ) in none_of_equal()
|
D | all_of.hpp | 19 namespace boost { namespace algorithm { namespace 61 BOOST_CXX14_CONSTEXPR bool all_of_equal ( InputIterator first, InputIterator last, const T &val ) in all_of_equal() 77 BOOST_CXX14_CONSTEXPR bool all_of_equal ( const Range &r, const T &val ) in all_of_equal()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-ndk-source/gen/include/aidl/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 54 algorithm = 1, enumerator 72 static const inline Tag algorithm = Tag::algorithm; variable 191 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/include/aidl/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 46 algorithm = 1, enumerator 64 static const inline Tag algorithm = Tag::algorithm; variable 183 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/include/aidl/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 46 algorithm = 1, enumerator 64 static const inline Tag algorithm = Tag::algorithm; variable 183 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/include/aidl/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 46 algorithm = 1, enumerator 64 static const inline Tag algorithm = Tag::algorithm; variable 183 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-cpp-source/gen/include/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 46 algorithm = 1, enumerator 63 static const inline Tag algorithm = Tag::algorithm; variable 183 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/include/aidl/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 46 algorithm = 1, enumerator 64 static const inline Tag algorithm = Tag::algorithm; variable 183 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-cpp-source/gen/include/android/hardware/security/keymint/ |
D | KeyParameterValue.h | 46 algorithm = 1, enumerator 63 static const inline Tag algorithm = Tag::algorithm; variable 183 [[nodiscard]] static inline std::string toString(KeyParameterValue::Tag val) { in toString()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/ |
D | clamp.hpp | 32 namespace boost { namespace algorithm { namespace 50 BOOST_CXX14_CONSTEXPR T const & clamp ( T const& val, in clamp() 72 BOOST_CXX14_CONSTEXPR T const& clamp ( const T& val, in clamp()
|
D | hex.hpp | 37 namespace boost { namespace algorithm { namespace 60 OutputIterator encode_one ( T val, OutputIterator out, const char * hexDigits ) { in encode_one() 70 unsigned char hex_char_to_int ( T val ) { in hex_char_to_int()
|
/aosp_15_r20/trusty/user/base/lib/hwbcc/common/ |
D | common.cpp | 33 #define CHECK_NOT_NULL(val) CHECK(val != NULL) argument 48 const cppbor::Int* algorithm = cose_key->get(3)->asInt(); in validate_pub_key_ed25519() local 86 const cppbor::Int* algorithm = params->get(1)->asInt(); in validate_protected_params() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/searching/detail/ |
D | bm_traits.hpp | 31 namespace boost { namespace algorithm { namespace detail { namespace 54 void insert ( key_type key, value_type val ) { in insert() 86 void insert ( key_type key, value_type val ) { in insert()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/ |
H A D | server_builder.cc | 174 ServerBuilder::SyncServerOption option, int val) { in SetSyncServerOption() 193 grpc_compression_algorithm algorithm, bool enabled) { in SetCompressionAlgorithmSupportStatus() 210 grpc_compression_algorithm algorithm) { in SetDefaultCompressionAlgorithm()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/ |
D | server_builder.cc | 174 ServerBuilder::SyncServerOption option, int val) { in SetSyncServerOption() 193 grpc_compression_algorithm algorithm, bool enabled) { in SetCompressionAlgorithmSupportStatus() 210 grpc_compression_algorithm algorithm) { in SetDefaultCompressionAlgorithm()
|