/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/ |
H A D | mkeymap.rs | 25 pub(crate) enum KeyType { enum 31 impl KeyType { impl 37 impl PartialEq<usize> for KeyType { implementation 46 impl PartialEq<&str> for KeyType { implementation 55 impl PartialEq<str> for KeyType { implementation 64 impl PartialEq<OsStr> for KeyType { implementation 73 impl PartialEq<char> for KeyType { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/ |
D | mkeymap.rs | 25 pub(crate) enum KeyType { enum 31 impl KeyType { implementation 37 impl PartialEq<usize> for KeyType { implementation 46 impl PartialEq<&str> for KeyType { implementation 55 impl PartialEq<str> for KeyType { implementation 64 impl PartialEq<OsStr> for KeyType { implementation 73 impl PartialEq<char> for KeyType { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/ |
D | mkeymap.rs | 26 pub(crate) enum KeyType { enum 32 impl KeyType { impl 38 impl PartialEq<usize> for KeyType { implementation 47 impl PartialEq<&str> for KeyType { implementation 56 impl PartialEq<str> for KeyType { implementation 65 impl PartialEq<OsStr> for KeyType { implementation 74 impl PartialEq<char> for KeyType { implementation
|
/aosp_15_r20/system/keymaster/include/keymaster/ |
H A D | operation.h | 43 struct KeyType { struct 44 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) in KeyType() argument 50 bool operator==(const KeyType& rhs) const { argument
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/ |
H A D | lib.rs | 54 pub enum KeyType { enum 62 impl KeyType { impl 147 kt: KeyType, in server_config_with_verifier() 181 kt: KeyType, in finish_client_config_with_creds() 195 kt: KeyType, in make_client_config_with_versions_with_auth()
|
/aosp_15_r20/external/pigweed/pw_protobuf/size_report/ |
H A D | oneof_codegen_comparison.cc | 54 volatile enum KeyType : uint32_t { in BasicEncode() enum 119 volatile enum KeyType : uint32_t { in BasicDecode() enum 184 volatile enum KeyType : uint32_t { in BasicEncode() enum 254 volatile enum KeyType : uint32_t { in BasicDecode() enum 327 volatile enum KeyType : uint32_t { in BasicEncode() enum 361 volatile enum KeyType : uint32_t { in BasicDecode() enum
|
/aosp_15_r20/system/bpf/include/defs/ |
H A D | android_bpf_defs.h | 14 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 36 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 38 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 40 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument 370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_helpers.h | 318 #define DEFINE_BPF_MAP_EXT(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md, \ argument 359 #define DEFINE_BPF_MAP_KERNEL_INTERNAL(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 364 #define DEFINE_BPF_MAP_UGM(the_map, TYPE, KeyType, ValueType, num_entries, usr, grp, md) \ argument 370 #define DEFINE_BPF_MAP(the_map, TYPE, KeyType, ValueType, num_entries) \ argument 374 #define DEFINE_BPF_MAP_RO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 378 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 382 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 386 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | AppSearchBatchResult.java | 55 AppSearchBatchResult( in AppSearchBatchResult() 57 Map<KeyType, @android.app.appsearch.checker.nullness.qual.Nullable ValueType> in AppSearchBatchResult() 143 public Builder(@NonNull AppSearchBatchResult<KeyType, ValueType> appSearchBatchResult) { in Builder()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/ |
H A D | RandomSetter.h | 27 typedef int KeyType; typedef 55 typedef int KeyType; typedef 91 typedef int KeyType; typedef 107 typedef int KeyType; typedef 186 typedef typename MapTraits<ScalarWrapper>::KeyType KeyType; typedef
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | database.rs | 286 pub enum KeyType { enum 295 impl ToSql for KeyType { implementation 304 impl FromSql for KeyType { implementation 1454 key_type: KeyType, in key_exists() 1609 key_type: KeyType, in create_key_entry_internal() 1792 key_type: KeyType, in rebind_alias() 1907 key_type: KeyType, in store_new_key() 1989 key_type: KeyType, in store_new_certificate() 2080 key_type: KeyType, in load_access_tuple() 2321 key_type: KeyType, in load_key_entry() [all …]
|
H A D | raw_device.rs | 110 key_type: KeyType, in create_and_store_key() 154 key_type: KeyType, in lookup_from_desc() 179 key_type: KeyType, in lookup_or_generate_key()
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 64 kt: crypto_knowledge.KeyType, 175 kt: crypto_knowledge.KeyType 251 kt: Optional[crypto_knowledge.KeyType] = None, 597 kt: crypto_knowledge.KeyType, 723 key_type: crypto_knowledge.KeyType
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | generate_psa_tests.py | 64 kt: crypto_knowledge.KeyType, 175 kt: crypto_knowledge.KeyType 251 kt: Optional[crypto_knowledge.KeyType] = None, 597 kt: crypto_knowledge.KeyType, 723 key_type: crypto_knowledge.KeyType
|
/aosp_15_r20/external/aws-sdk-java-v2/services/dynamodb/src/main/resources/codegen-resources/dynamodb/ |
H A D | examples-1.json | 153 "KeyType": "HASH" string 157 "KeyType": "RANGE" string 183 "KeyType": "HASH" string 187 "KeyType": "RANGE" string 312 "KeyType": "HASH" string 316 "KeyType": "RANGE" string 601 "KeyType": "HASH" string 605 "KeyType": "RANGE" string
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ |
D | secret_tree.rs | 167 key_type: KeyType, in message_key_generation() 187 key_type: KeyType, in next_message_key() 276 key_type: KeyType, in next_message_key() 292 key_type: KeyType, in message_key_generation() 309 pub enum KeyType { enum 438 key_type: KeyType, in new()
|
D | ciphertext_processor.rs | 71 key_type: KeyType, in next_encryption_key() 86 key_type: KeyType, in decryption_key()
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/ |
H A D | media_ddi_factory.h | 47 typedef std::string KeyType; typedef 138 typedef std::string KeyType; typedef
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/cp/ |
H A D | cp_factory.h | 42 typedef uint32_t KeyType; typedef 139 typedef uint32_t KeyType; typedef
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/encryptionkey/ |
D | EncryptionKey.java | 228 public enum KeyType { enum in EncryptionKey 234 KeyType(String value) { in KeyType() method in EncryptionKey.KeyType
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | map_stage_op.cc | 67 using KeyType = Tensor; typedef 75 using KeyType = Tensor; typedef 91 using KeyType = typename MapTraits<Ordered, OptionalTuple>::KeyType; typedef in tensorflow::__anon59cfcf890111::StagingMap
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ |
D | hkdf.rs | 102 pub trait KeyType { trait
|
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/key/ |
D | mod.rs | 33 pub type KeyType = crate::RegisteredLabel<iana::KeyType>; typedef 35 impl Default for KeyType { implementation
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/telephony/ |
D | CarrierConfigRepository.java | 223 static enum KeyType { enum in CarrierConfigRepository 229 KeyType() { in KeyType() method in CarrierConfigRepository.KeyType
|