Home
last modified time | relevance | path

Searched defs:key (Results 3601 - 3625 of 7518) sorted by relevance

1...<<141142143144145146147148149150>>...301

/third_party/skia/modules/skottie/src/layers/
H A DTextLayer.cpp40 const char* key = std::get<0>(e); in parse_map() local
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp18 const auto key = fMgr->acceptKey(node_name, ".Color"); variable
26 const auto key = fMgr->acceptKey(node_name, ".Opacity"); variable
34 const auto key = fMgr->acceptKey(node_name, ".Transform"); variable
42 const auto key variable
125 get(const PropKey& key, const PropMap<T>& container) const get() argument
134 set(const PropKey& key, const V& val, const PropMap<T>& container) set() argument
157 setColor(const PropKey& key, const skottie::ColorPropertyValue& c) setColor() argument
170 setOpacity(const PropKey& key, const skottie::OpacityPropertyValue& o) setOpacity() argument
183 setTransform(const PropKey& key, const skottie::TransformPropertyValue& t) setTransform() argument
197 setText(const PropKey& key, const skottie::TextPropertyValue& o) setText() argument
[all...]
/third_party/selinux/libsepol/src/
H A Davtab.c93 avtab_insert_node(avtab_t * h, int hvalue, avtab_ptr_t prev, avtab_key_t * key, in avtab_insert_node() argument
136 int avtab_insert(avtab_t * h, avtab_key_t * key, avtab_datum_t * datum) in avtab_insert() argument
181 avtab_insert_nonunique(avtab_t * h, avtab_key_t * key, avtab_datum_t * datum) avtab_insert_nonunique() argument
213 avtab_search(avtab_t * h, avtab_key_t * key) avtab_search() argument
248 avtab_search_node(avtab_t * h, avtab_key_t * key) avtab_search_node() argument
441 avtab_key_t key; avtab_read_item() local
[all...]
H A Dibpkey_record.c131 void sepol_ibpkey_key_unpack(const sepol_ibpkey_key_t *key, in sepol_ibpkey_key_unpack() argument
160 void sepol_ibpkey_key_free(sepol_ibpkey_key_t *key) in sepol_ibpkey_key_free() argument
167 sepol_ibpkey_compare(const sepol_ibpkey_t *ibpkey, const sepol_ibpkey_key_t *key) sepol_ibpkey_compare() argument
[all...]
H A Dnode_record.c261 void sepol_node_key_unpack(const sepol_node_key_t * key, in sepol_node_key_unpack() argument
302 void sepol_node_key_free(sepol_node_key_t * key) in sepol_node_key_free() argument
314 sepol_node_compare(const sepol_node_t * node, const sepol_node_key_t * key) sepol_node_compare() argument
[all...]
H A Dutil.c70 static int perm_name(hashtab_key_t key, hashtab_datum_t datum, void *data) in perm_name() argument
H A Duser_record.c56 void sepol_user_key_unpack(const sepol_user_key_t * key, const char **name) in sepol_user_key_unpack() argument
76 void sepol_user_key_free(sepol_user_key_t * key) in sepol_user_key_free() argument
84 int sepol_user_compare(const sepol_user_t * user, const sepol_user_key_t * key) in sepol_user_compare() argument
[all...]
/third_party/selinux/libsepol/include/sepol/policydb/
H A Davtab.h91 avtab_key_t key; member
/third_party/selinux/libselinux/src/
H A Dregex.c190 static void __attribute__((destructor)) match_data_thread_free(void *key) in match_data_thread_free() argument
H A Dlabel.c166 selabel_lookup_common(struct selabel_handle *rec, int translating, const char *key, int type) selabel_lookup_common() argument
187 selabel_lookup_bm_common(struct selabel_handle *rec, int translating, const char *key, int type, const char **aliases) selabel_lookup_bm_common() argument
267 selabel_lookup(struct selabel_handle *rec, char **con, const char *key, int type) selabel_lookup() argument
280 selabel_lookup_raw(struct selabel_handle *rec, char **con, const char *key, int type) selabel_lookup_raw() argument
293 selabel_partial_match(struct selabel_handle *rec, const char *key) selabel_partial_match() argument
306 selabel_get_digests_all_partial_matches(struct selabel_handle *rec, const char *key, uint8_t **calculated_digest, uint8_t **xattr_digest, size_t *digest_len) selabel_get_digests_all_partial_matches() argument
321 selabel_hash_all_partial_matches(struct selabel_handle *rec, const char *key, uint8_t *digest) selabel_hash_all_partial_matches() argument
330 selabel_lookup_best_match(struct selabel_handle *rec, char **con, const char *key, const char **aliases, int type) selabel_lookup_best_match() argument
348 selabel_lookup_best_match_raw(struct selabel_handle *rec, char **con, const char *key, const char **aliases, int type) selabel_lookup_best_match_raw() argument
[all...]
H A Dlabel_backends_android.c250 property_lookup(struct selabel_handle *rec, const char *key, int __attribute__((unused)) type) property_lookup() argument
285 service_lookup(struct selabel_handle *rec, const char *key, int __attribute__((unused)) type) service_lookup() argument
/third_party/spirv-tools/source/
H A Doperand.cpp576 spvDbgInfoExtOperandCanBeForwardDeclaredFunction( spv_ext_inst_type_t ext_type, uint32_t key) spvDbgInfoExtOperandCanBeForwardDeclaredFunction() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Ddes-internal.c273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey() argument
399 int des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument
428 void des_key_setup(const u8 *key, u32 *ek, u32 *dk) in des_key_setup() argument
457 void des3_key_setup(const u8 *key, struc argument
469 des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) des3_encrypt() argument
483 des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) des3_decrypt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sake_common.c209 static int eap_sake_kdf(const u8 *key, size_t key_len, const char *label, in eap_sake_kdf() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_ikev2.c448 u8 *key; in eap_ikev2_getKey() local
466 u8 *key; in eap_ikev2_get_emsk() local
[all...]
H A Deap_leap.c340 u8 *key, pw_hash_hash[16], pw_hash[16]; in eap_leap_getKey() local
H A Deap_pax.c474 u8 *key; in eap_pax_getKey() local
499 u8 *key; in eap_pax_get_emsk() local
[all...]
H A Deap_psk.c421 u8 *key; in eap_psk_getKey() local
461 u8 *key; in eap_psk_get_emsk() local
H A Deap_sake.c450 u8 *key; in eap_sake_getKey() local
489 u8 *key; in eap_sake_get_emsk() local
H A Deap_tls.c371 u8 *key; in eap_tls_getKey() local
389 u8 *key; in eap_tls_get_emsk() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_gpsk.c572 u8 *key; in eap_gpsk_getKey() local
589 u8 *key; in eap_gpsk_get_emsk() local
H A Deap_server_ikev2.c486 u8 *key; in eap_ikev2_getKey() local
504 u8 *key; in eap_ikev2_get_emsk() local
[all...]
H A Deap_server_pax.c526 u8 *key; in eap_pax_getKey() local
547 u8 *key; in eap_pax_get_emsk() local
[all...]
H A Deap_server_psk.c446 u8 *key; in eap_psk_getKey() local
463 u8 *key; in eap_psk_get_emsk() local
H A Deap_server_sake.c469 u8 *key; in eap_sake_getKey() local
486 u8 *key; in eap_sake_get_emsk() local

Completed in 24 milliseconds

1...<<141142143144145146147148149150>>...301