Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dmetadata.h31 F(all_data_source_flushed_ns, KeyType::kMulti, Variadic::kInt), \
32 F(all_data_source_started_ns, KeyType::kSingle, Variadic::kInt), \
33 F(android_build_fingerprint, KeyType::kSingle, Variadic::kString), \
34 F(android_device_manufacturer, KeyType::kSingle, Variadic::kString), \
35 F(android_sdk_version, KeyType::kSingle, Variadic::kInt), \
36 F(android_soc_model, KeyType::kSingle, Variadic::kString), \
37 F(android_guest_soc_model, KeyType::kSingle, Variadic::kString), \
38 F(android_hardware_revision, KeyType::kSingle, Variadic::kString), \
39 F(android_storage_model, KeyType::kSingle, Variadic::kString), \
40 F(android_ram_model, KeyType::kSingle, Variadic::kString), \
[all …]
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Target/
DKeyEntryMap.h23 typedef KEY KeyType; typedef
43 const KeyType* key;
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
65 EntryType* lookUpSecondEntry(const KeyType& pKey);
67 void record(const KeyType& pKey, EntryType& pEntry);
68 void record(const KeyType& pKey, EntryType& pEntry1, EntryType& pEntry2);
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/key/
Dtests.rs26 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
38 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
48 kty: KeyType::Text("bc".to_owned()), in test_cose_key_encode()
58 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
70 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
82 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
94 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
106 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
126 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
142 kty: KeyType::Assigned(iana::KeyType::OKP), in test_cose_key_encode()
[all …]
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs22 KeyType::KeyType, KeyUse::KeyUse, OpaqueKeyToken::OpaqueKeyToken, OperationType::OperationType,
709 .derive_internal_sealing_key(&context, get_key_size_in_bytes(&KeyType::HMAC_SHA256)?)?; in create_token()
740 .derive_internal_sealing_key(&context, get_key_size_in_bytes(&KeyType::HMAC_SHA256)?)?; in import_token()
918 pub fn get_key_type(&self) -> KeyType { in get_key_type() argument
924 KeyType::AES_128_CBC_NO_PADDING => Ok(()), in supports_pattern_encryption()
950 KeyType::AES_128_CBC_NO_PADDING in parameters_are_compatible_symmetric_cipher()
951 | KeyType::AES_128_CBC_PKCS7_PADDING in parameters_are_compatible_symmetric_cipher()
952 | KeyType::AES_256_CBC_NO_PADDING in parameters_are_compatible_symmetric_cipher()
953 | KeyType::AES_256_CBC_PKCS7_PADDING => Ok(()), in parameters_are_compatible_symmetric_cipher()
957 KeyType::AES_128_CTR | KeyType::AES_256_CTR => Ok(()), in parameters_are_compatible_symmetric_cipher()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dsplay_set.hpp227 template<class KeyType, class KeyTypeKeyCompare>
229 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data) in insert_check()
233 template<class KeyType, class KeyTypeKeyCompare>
235 (const_iterator hint, const KeyType &key in insert_check()
268 template<class KeyType, class KeyTypeKeyCompare>
269 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
284 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
285 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
301 template<class KeyType, class KeyTypeKeyCompare>
302 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const in count()
[all …]
Dbs_set.hpp226 template<class KeyType, class KeyTypeKeyCompare>
228 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data) in insert_check()
232 template<class KeyType, class KeyTypeKeyCompare>
234 (const_iterator hint, const KeyType &key in insert_check()
267 template<class KeyType, class KeyTypeKeyCompare>
268 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
283 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
284 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
300 template<class KeyType, class KeyTypeKeyCompare>
301 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const in count()
[all …]
Dset.hpp229 template<class KeyType, class KeyTypeKeyCompare>
231 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data) in insert_check()
235 template<class KeyType, class KeyTypeKeyCompare>
237 (const_iterator hint, const KeyType &key in insert_check()
270 template<class KeyType, class KeyTypeKeyCompare>
271 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
286 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
287 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
303 template<class KeyType, class KeyTypeKeyCompare>
304 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const in count()
[all …]
Davl_set.hpp229 template<class KeyType, class KeyTypeKeyCompare>
231 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data) in insert_check()
235 template<class KeyType, class KeyTypeKeyCompare>
237 (const_iterator hint, const KeyType &key in insert_check()
270 template<class KeyType, class KeyTypeKeyCompare>
271 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
286 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
287 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
303 template<class KeyType, class KeyTypeKeyCompare>
304 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const in count()
[all …]
Dtreap_set.hpp257 template<class KeyType, class KeyTypeKeyCompare, class PrioType, class PrioValuePrioCompare>
259 ( const KeyType &key, KeyTypeKeyCompare comp, const PrioType &prio, PrioValuePrioCompare pcomp in insert_check()
264 template<class KeyType, class KeyTypeKeyCompare, class PrioType, class PrioValuePrioCompare>
267 , const KeyType &key, KeyTypeKeyCompare comp in insert_check()
301 template<class KeyType, class KeyTypeKeyCompare>
302 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
317 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
318 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
334 template<class KeyType, class KeyTypeKeyCompare>
335 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const in count()
[all …]
Dsg_set.hpp227 template<class KeyType, class KeyTypeKeyCompare>
229 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data) in insert_check()
233 template<class KeyType, class KeyTypeKeyCompare>
235 (const_iterator hint, const KeyType &key in insert_check()
268 template<class KeyType, class KeyTypeKeyCompare>
269 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
284 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
285 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
301 template<class KeyType, class KeyTypeKeyCompare>
302 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const in count()
[all …]
Dsplaytree.hpp265 template<class KeyType, class KeyTypeKeyCompare>
267 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data);
270 template<class KeyType, class KeyTypeKeyCompare>
272 (const_iterator hint, const KeyType &key
301 template<class KeyType, class KeyTypeKeyCompare>
302 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
317 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
318 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
333 template<class KeyType, class KeyTypeKeyCompare>
334 size_type count(const KeyType &key, KeyTypeKeyCompare comp);
[all …]
Drbtree.hpp265 template<class KeyType, class KeyTypeKeyCompare>
267 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data);
270 template<class KeyType, class KeyTypeKeyCompare>
272 (const_iterator hint, const KeyType &key
309 template<class KeyType, class KeyTypeKeyCompare>
310 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
325 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
326 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
339 template<class KeyType, class KeyTypeKeyCompare>
340 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const;
[all …]
Davltree.hpp262 template<class KeyType, class KeyTypeKeyCompare>
264 (const KeyType &key, KeyTypeKeyCompare comp, insert_commit_data &commit_data);
267 template<class KeyType, class KeyTypeKeyCompare>
269 (const_iterator hint, const KeyType &key
306 template<class KeyType, class KeyTypeKeyCompare>
307 size_type erase(const KeyType& key, KeyTypeKeyCompare comp);
322 template<class KeyType, class KeyTypeKeyCompare, class Disposer>
323 size_type erase_and_dispose(const KeyType& key, KeyTypeKeyCompare comp, Disposer disposer);
336 template<class KeyType, class KeyTypeKeyCompare>
337 size_type count(const KeyType& key, KeyTypeKeyCompare comp) const;
[all …]
Dsplaytree_algorithms.hpp294 template<class KeyType, class KeyNodePtrCompare>
296 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
309 template<class KeyType, class KeyNodePtrCompare>
311 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in count()
316 template<class KeyType, class KeyNodePtrCompare>
318 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
328 template<class KeyType, class KeyNodePtrCompare>
330 (const_node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in lower_bound()
335 template<class KeyType, class KeyNodePtrCompare>
337 (node_ptr header, const KeyType &key, KeyNodePtrCompare comp) in upper_bound()
[all …]
Dbstree.hpp330 template<class KeyType, class KeyTypeKeyCompare>
331 iterator lower_bound(const KeyType &key, KeyTypeKeyCompare comp) in lower_bound()
337 template<class KeyType, class KeyTypeKeyCompare>
338 const_iterator lower_bound(const KeyType &key, KeyTypeKeyCompare comp) const in lower_bound()
348 template<class KeyType, class KeyTypeKeyCompare>
349 iterator upper_bound(const KeyType &key, KeyTypeKeyCompare comp) in upper_bound()
358 template<class KeyType, class KeyTypeKeyCompare>
359 const_iterator upper_bound(const KeyType &key, KeyTypeKeyCompare comp) const in upper_bound()
379 template<class KeyType, class KeyTypeKeyCompare>
380 iterator find(const KeyType &key, KeyTypeKeyCompare comp) in find()
[all …]
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DZHash.java26 public class ZHash<KeyType, ValueType> implements ZIndexable<KeyType> {
28 private HashMap<KeyType, ValueType> hash;
31 private ZLinkedList<KeyType> zlist;
34 hash = new HashMap<KeyType, ValueType>();
35 zlist = new ZLinkedList<KeyType>();
44 public ValueType get(KeyType key) { in get()
48 public List<KeyType> getKeysAsList() { in getKeysAsList()
58 public synchronized void addToTop(KeyType key, ValueType value) { in addToTop()
75 public synchronized void addToBottom(KeyType key, ValueType value) { in addToBottom()
86 public synchronized boolean moveToTop(KeyType element) { in moveToTop()
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/
Dmkeymap.rs11 key: KeyType,
26 pub(crate) enum KeyType { enum
32 impl KeyType { impl
34 matches!(self, KeyType::Position(_)) in is_position()
38 impl PartialEq<usize> for KeyType { implementation
41 KeyType::Position(x) => x == rhs, in eq()
47 impl PartialEq<&str> for KeyType { implementation
50 KeyType::Long(l) => l == rhs, in eq()
56 impl PartialEq<str> for KeyType { implementation
59 KeyType::Long(l) => l == rhs, in eq()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/
H A Dmkeymap.rs10 key: KeyType,
25 pub(crate) enum KeyType { enum
31 impl KeyType { impl
33 matches!(self, KeyType::Position(_)) in is_position()
37 impl PartialEq<usize> for KeyType { implementation
40 KeyType::Position(x) => x == rhs, in eq()
46 impl PartialEq<&str> for KeyType { implementation
49 KeyType::Long(l) => l == rhs, in eq()
55 impl PartialEq<str> for KeyType { implementation
58 KeyType::Long(l) => l == rhs, in eq()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/
Dmkeymap.rs10 key: KeyType,
25 pub(crate) enum KeyType { enum
31 impl KeyType { implementation
33 matches!(self, KeyType::Position(_)) in is_position()
37 impl PartialEq<usize> for KeyType { implementation
40 KeyType::Position(x) => x == rhs, in eq()
46 impl PartialEq<&str> for KeyType { implementation
49 KeyType::Long(l) => l == rhs, in eq()
55 impl PartialEq<str> for KeyType { implementation
58 KeyType::Long(l) => l == rhs, in eq()
[all …]
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchBatchResult.java47 public final class AppSearchBatchResult<KeyType, ValueType> {
49 private final Map<KeyType, @android.app.appsearch.checker.nullness.qual.Nullable ValueType>
52 @NonNull private final Map<KeyType, AppSearchResult<ValueType>> mFailures;
53 @NonNull private final Map<KeyType, AppSearchResult<ValueType>> mAll;
57 Map<KeyType, @android.app.appsearch.checker.nullness.qual.Nullable ValueType> in AppSearchBatchResult() argument
59 @NonNull Map<KeyType, AppSearchResult<ValueType>> failures, in AppSearchBatchResult()
60 @NonNull Map<KeyType, AppSearchResult<ValueType>> all) { in AppSearchBatchResult()
82 public Map<KeyType, ValueType> getSuccesses() { in getSuccesses()
93 public Map<KeyType, AppSearchResult<ValueType>> getFailures() { in getFailures()
104 public Map<KeyType, AppSearchResult<ValueType>> getAll() { in getAll()
[all …]
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/common/
Dpolicy.rs21 KeyLifetime::KeyLifetime, KeyPermissions::KeyPermissions, KeyType::KeyType, KeyUse::KeyUse,
43 aidl_name: KeyType,
134 KeyType = -65704,
164 let key = Value::Integer((HeaderCoseLabels::KeyType as i64).into()); in to_cbor_value()
218 HeaderCoseLabels::KeyType => { in from_cbor_value()
254 KeyType::AES_128_CBC_NO_PADDING in check_key_policy()
255 | KeyType::AES_128_CBC_PKCS7_PADDING in check_key_policy()
256 | KeyType::AES_128_CTR in check_key_policy()
257 | KeyType::AES_128_GCM in check_key_policy()
258 | KeyType::AES_256_CBC_NO_PADDING in check_key_policy()
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DRandomSetter.h27 typedef int KeyType; typedef
28 typedef std::map<KeyType,Scalar> Type;
33 static void setInvalidKey(Type&, const KeyType&) {} in setInvalidKey()
55 typedef int KeyType; typedef
56 typedef std::unordered_map<KeyType,Scalar> Type;
61 static void setInvalidKey(Type&, const KeyType&) {} in setInvalidKey()
73 template<typename KeyType, typename Scalar>
75 typedef dense_hash_map<KeyType, Scalar> type;
78 template<typename KeyType, typename Scalar>
80 typedef sparse_hash_map<KeyType, Scalar> type;
[all …]
/aosp_15_r20/external/angle/src/common/base/anglebase/containers/
H A Dmru_cache.h42 template <class KeyType, class ValueType, class CompareType>
45 typedef std::map<KeyType, ValueType, CompareType> Type;
49 template <class KeyType,
58 typedef std::pair<KeyType, PayloadType> value_type;
63 typename MapType<KeyType, typename PayloadList::iterator, HashOrCompareType>::Type KeyIndex;
94 iterator Put(const KeyType &key, Payload &&payload) in Put()
119 iterator Get(const KeyType &key) in Get()
133 iterator Peek(const KeyType &key) in Peek()
141 const_iterator Peek(const KeyType &key) const in Peek()
230 template <class KeyType, class PayloadType, class CompareType = std::less<KeyType>>
[all …]
/aosp_15_r20/external/libchrome/base/containers/
H A Dmru_cache.h46 template <class KeyType, class ValueType, class CompareType>
48 typedef std::map<KeyType, ValueType, CompareType> Type;
52 template <class KeyType,
61 typedef std::pair<KeyType, PayloadType> value_type;
65 typedef typename MapType<KeyType,
95 iterator Put(const KeyType& key, Payload&& payload) { in Put()
116 iterator Get(const KeyType& key) { in Get()
129 iterator Peek(const KeyType& key) { in Peek()
136 const_iterator Peek(const KeyType& key) const { in Peek()
222 template <class KeyType,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/containers/
Dmru_cache.h49 template <class KeyType, class ValueType, class CompareType>
51 typedef std::map<KeyType, ValueType, CompareType> Type;
55 template <class KeyType,
64 typedef std::pair<KeyType, PayloadType> value_type;
68 typedef typename MapType<KeyType,
98 iterator Put(const KeyType& key, Payload&& payload) { in Put()
119 iterator Get(const KeyType& key) { in Get()
132 iterator Peek(const KeyType& key) { in Peek()
139 const_iterator Peek(const KeyType& key) const { in Peek()
225 template <class KeyType,
[all …]

12345678910>>...33