Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 43) sorted by relevance

12

/system/core/libpixelflinger/codeflinger/tinyutils/
DKeyedVector.h120 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const { in indexOfKey()
125 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor()
142 VALUE& KeyedVector<KEY,VALUE>::editValueFor(const KEY& key) { in editValueFor()
154 ssize_t KeyedVector<KEY,VALUE>::add(const KEY& key, const VALUE& value) { in add()
159 ssize_t KeyedVector<KEY,VALUE>::replaceValueFor(const KEY& key, const VALUE& value) { in replaceValueFor()
175 ssize_t KeyedVector<KEY,VALUE>::removeItem(const KEY& key) { in removeItem()
193 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { in valueFor()
/system/core/libcutils/
Dstr_parms.c75 const char *key; member
78 static bool remove_pair(void *key, void *value, void *context) in remove_pair()
108 void str_parms_del(struct str_parms *str_parms, const char *key) in str_parms_del()
150 char *key; in str_parms_create_str() local
192 int str_parms_add_str(struct str_parms *str_parms, const char *key, in str_parms_add_str()
214 int str_parms_add_int(struct str_parms *str_parms, const char *key, int value) in str_parms_add_int()
227 int str_parms_add_float(struct str_parms *str_parms, const char *key, in str_parms_add_float()
241 int str_parms_get_str(struct str_parms *str_parms, const char *key, char *val, in str_parms_get_str()
253 int str_parms_get_int(struct str_parms *str_parms, const char *key, int *val) in str_parms_get_int()
269 int str_parms_get_float(struct str_parms *str_parms, const char *key, in str_parms_get_float()
[all …]
Dproperties.c34 int property_set(const char *key, const char *value) in property_set()
39 int property_get(const char *key, char *value, const char *default_value) in property_get()
72 void (*propfn)(const char *key, const char *value, void *cookie), in property_list()
146 int property_get(const char *key, char *value, const char *default_value) in property_get()
213 int property_set(const char *key, const char *value) in property_set()
250 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list()
269 int property_get(const char *key, char *value, const char *default_value) in property_get()
303 int property_set(const char *key, const char *value) in property_set()
333 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list()
Dhashmap.c28 void* key; member
44 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) { in hashmapCreate()
80 static inline int hashKey(Hashmap* map, void* key) { in hashKey()
155 int hashmapHash(void* key, size_t keySize) { in hashmapHash()
166 static Entry* createEntry(void* key, int hash, void* value) { in createEntry()
189 void* hashmapPut(Hashmap* map, void* key, void* value) { in hashmapPut()
221 void* hashmapGet(Hashmap* map, void* key) { in hashmapGet()
236 bool hashmapContainsKey(Hashmap* map, void* key) { in hashmapContainsKey()
251 void* hashmapMemoize(Hashmap* map, void* key, in hashmapMemoize()
252 void* (*initialValue)(void* key, void* context), void* context) { in hashmapMemoize()
[all …]
/system/core/libmincrypt/
Drsa.c33 static void subM(const RSAPublicKey* key, in subM()
45 static int geM(const RSAPublicKey* key, in geM()
57 static void montMulAdd(const RSAPublicKey* key, in montMulAdd()
82 static void montMul(const RSAPublicKey* key, in montMul()
97 static void modpow(const RSAPublicKey* key, in modpow()
249 int RSA_verify(const RSAPublicKey *key, in RSA_verify()
/system/core/libutils/
DPropertyMap.cpp50 void PropertyMap::addProperty(const String8& key, const String8& value) { in addProperty()
58 bool PropertyMap::tryGetProperty(const String8& key, String8& outValue) const { in tryGetProperty() argument
68 bool PropertyMap::tryGetProperty(const String8& key, bool& outValue) const { in tryGetProperty() argument
78 bool PropertyMap::tryGetProperty(const String8& key, int32_t& outValue) const { in tryGetProperty() argument
95 bool PropertyMap::tryGetProperty(const String8& key, float& outValue) const { in tryGetProperty() argument
DBlobCache.cpp54 void BlobCache::set(const void* key, size_t keySize, const void* value, in set()
133 size_t BlobCache::get(const void* key, size_t keySize, void* value, in get()
330 BlobCache::CacheEntry::CacheEntry(const sp<Blob>& key, const sp<Blob>& value): in CacheEntry()
/system/core/libmincrypt/tools/
DDumpPublicKey.java44 static int check(RSAPublicKey key, boolean useSHA256) throws Exception { in check()
72 static String print(RSAPublicKey key, boolean useSHA256) throws Exception { in print()
158 RSAPublicKey key = (RSAPublicKey) (cert.getPublicKey()); in main() local
/system/core/include/utils/
DLruCache.h70 const TKey& key() const { in key() function
82 TKey key; member
122 const TValue& LruCache<TKey, TValue>::get(const TKey& key) { in get()
135 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put()
158 bool LruCache<TKey, TValue>::remove(const TKey& key) { in remove()
DBasicHashtable.h280 inline ssize_t find(ssize_t index, hash_t hash, const TKey& key) const { in find()
379 const void* __restrict__ key) const { in compareBucketKey()
/system/core/toolbox/
Dreadtty.c11 char key; member
26 char next_char(char key, char current) in next_char()
41 char prev_char(char key, char current) in prev_char()
Dwatchprops.c14 static int str_hash(void *key) in str_hash()
38 char *key = strdup(name); in add_to_watchlist() local
Dgetprop.c9 static void record_prop(const char* key, const char* name, void* opaque) in record_prop()
/system/core/adb/
Dadb_auth_client.c35 RSAPublicKey key; member
54 struct adb_public_key *key; in read_keys() local
142 struct adb_public_key *key; in adb_auth_verify() local
191 void adb_auth_confirm_key(unsigned char *key, size_t len, atransport *t) in adb_auth_confirm_key()
Dadb_auth.h44 static inline int adb_auth_sign(void* key, void *token, size_t token_size, void *sig) { return 0; } in adb_auth_sign()
/system/security/keystore/
Dkeystore_get.cpp24 ssize_t keystore_get(const char *key, size_t keyLength, uint8_t** value) { in keystore_get()
/system/core/include/cutils/
Dsockets.h49 char key[64] = ANDROID_SOCKET_ENV_PREFIX; in android_get_control_socket() local
Dproperties.h60 int property_get(const char *key, char *value, const char *default_value) { in property_get()
/system/core/libutils/tests/
DBasicHashtable_test.cpp123 const TKey& key, const TValue& value) { in add()
129 ssize_t index, const TKey& key) { in find()
135 const TKey& key) { in remove()
147 template <> void getKeyValue(const SimpleEntry& entry, int* key, int* value) { in getKeyValue()
152 template <> void getKeyValue(const ComplexEntry& entry, int* key, int* value) { in getKeyValue()
166 int key, value; in dump() local
DBlobCache_test.cpp117 char key[MAX_KEY_SIZE+1]; in TEST_F() local
153 char key[MAX_KEY_SIZE]; in TEST_F() local
167 char key[MAX_KEY_SIZE]; in TEST_F() local
203 char key[MAX_KEY_SIZE]; in TEST_F() local
/system/core/fastbootd/
Dconfig.c64 char *key; in config_parse_line() local
/system/core/fs_mgr/
Dfs_mgr_verity.c53 RSAPublicKey *key; in load_key() local
89 RSAPublicKey *key; in verify_table() local
/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp33 const AssemblyKey<needs_t>& key() const { return mKey; } in key() function in ScanlineAssembly
/system/core/libpixelflinger/codeflinger/
DCodeCache.h46 virtual int compare_type(const AssemblyKeyBase& key) const { in compare_type()
/system/extras/ksmutils/
Dlookup3.c283 uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle()
464 const void *key, /* the key to hash */ in hashlittle2()
645 uint32_t hashbig( const void *key, size_t length, uint32_t initval) in hashbig()

12