/hardware/google/av/media/eco/ |
D | ECOData.cpp | 185 ECODataStatus ECOData::setString(const std::string& key, const std::string& value) { in setString() 196 ECODataStatus ECOData::findString(const std::string& key, std::string* value) const { in findString() argument 216 ECODataStatus ECOData::setValue(const std::string& key, T value) { in setValue() 226 ECODataStatus ECOData::findValue(const std::string& key, T* out) const { in findValue() argument 241 ECODataStatus ECOData::setInt32(const std::string& key, int32_t value) { in setInt32() 245 ECODataStatus ECOData::findInt32(const std::string& key, int32_t* out) const { in findInt32() argument 249 ECODataStatus ECOData::setInt64(const std::string& key, int64_t value) { in setInt64() 253 ECODataStatus ECOData::findInt64(const std::string& key, int64_t* out) const { in findInt64() argument 257 ECODataStatus ECOData::setDouble(const std::string& key, double value) { in setDouble() 261 ECODataStatus ECOData::findDouble(const std::string& key, double* out) const { in findDouble() argument [all …]
|
/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | ese_config.cc | 61 bool EseConfig::hasKey(const std::string& key) { in hasKey() 65 std::string EseConfig::getString(const std::string& key) { in getString() 69 std::string EseConfig::getString(const std::string& key, in getString() 75 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned() 79 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned() 85 std::vector<uint8_t> EseConfig::getBytes(const std::string& key) { in getBytes()
|
D | config.cc | 105 string key(Trim(line.substr(0, search))); in parseFromString() local 118 bool ConfigFile::hasKey(const std::string& key) { in hasKey() 122 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() 128 std::string ConfigFile::getString(const std::string& key) { in getString() 132 unsigned ConfigFile::getUnsigned(const std::string& key) { in getUnsigned() 136 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes()
|
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/ |
D | ese_config.cpp | 59 bool EseConfig::hasKey(const std::string& key) { in hasKey() 63 std::string EseConfig::getString(const std::string& key) { in getString() 67 std::string EseConfig::getString(const std::string& key, in getString() 73 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned() 77 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned() 83 std::vector<uint8_t> EseConfig::getBytes(const std::string& key) { in getBytes()
|
D | config.cpp | 110 string key(Trim(line.substr(0, search))); in parseFromString() local 123 bool ConfigFile::hasKey(const std::string& key) { in hasKey() 127 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() 133 std::string ConfigFile::getString(const std::string& key) { in getString() 137 unsigned ConfigFile::getUnsigned(const std::string& key) { in getUnsigned() 141 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes()
|
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/ |
D | ese_config.cpp | 59 bool EseConfig::hasKey(const std::string& key) { in hasKey() 63 std::string EseConfig::getString(const std::string& key) { in getString() 67 std::string EseConfig::getString(const std::string& key, in getString() 73 unsigned EseConfig::getUnsigned(const std::string& key) { in getUnsigned() 77 unsigned EseConfig::getUnsigned(const std::string& key, in getUnsigned()
|
D | config.cpp | 129 string key(Trim(line.substr(0, search))); in parseFromString() local 142 bool ConfigFile::hasKey(const std::string& key) { in hasKey() 146 ConfigValue& ConfigFile::getValue(const std::string& key) { in getValue() 152 std::string ConfigFile::getString(const std::string& key) { in getString() 156 unsigned ConfigFile::getUnsigned(const std::string& key) { in getUnsigned()
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | Lookup.h | 67 const typename T::key_type& key) { in find() 78 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find() 112 for (const auto& key : keys) { in findFirstOf() local 124 for (const auto& key : keys) { in findFirstOf() local 152 bool contains(const T& c, const typename T::key_type& key) { in contains() 162 for (const auto& key : keys) { in containsAnyOf() local
|
D | StaticMap.h | 31 void set(const K& key, const V& value) { in set() 36 void erase(const K& key) { in erase() 41 bool isPresent(const K& key) const { in isPresent() 47 android::base::Optional<V> get(const K& key) const { in get()
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | Lookup.h | 64 const typename T::key_type& key) { in find() 75 typename T::mapped_type* find(T& map, const typename T::key_type& key) { in find() 109 for (const auto& key : keys) { in findFirstOf() local 121 for (const auto& key : keys) { in findFirstOf() local 149 bool contains(const T& c, const typename T::key_type& key) { in contains() 159 for (const auto& key : keys) { in containsAnyOf() local
|
/hardware/google/gfxstream/host/magma/ |
D | MonotonicMap.h | 40 auto key = mNextKey++; in create() local 47 V* get(const K& key) { in get() 57 bool erase(const K& key) { return mMap.erase(key) > 0; } in erase()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | set.c | 96 key_pointer_is_reserved(const void *key) in key_pointer_is_reserved() 121 uint32_t (*key_hash_function)(const void *key), in _mesa_set_init() 142 uint32_t (*key_hash_function)(const void *key), in _mesa_set_create() 161 key_u32_hash(const void *key) in key_u32_hash() 264 set_search(const struct set *ht, uint32_t hash, const void *key) in set_search() 293 _mesa_set_search(const struct set *set, const void *key) in _mesa_set_search() 301 const void *key) in _mesa_set_search_pre_hashed() 309 set_add_rehash(struct set *ht, uint32_t hash, const void *key) in set_add_rehash() 393 set_search_or_add(struct set *ht, uint32_t hash, const void *key, bool *found) in set_search_or_add() 459 set_add(struct set *ht, uint32_t hash, const void *key) in set_add() [all …]
|
D | hash_table.c | 125 key_pointer_is_reserved(const struct hash_table *ht, const void *key) in key_pointer_is_reserved() 151 uint32_t (*key_hash_function)(const void *key), in _mesa_hash_table_init() 173 uint32_t (*key_hash_function)(const void *key), in _mesa_hash_table_create() 195 key_u32_hash(const void *key) in key_u32_hash() 309 hash_table_search(struct hash_table *ht, uint32_t hash, const void *key) in hash_table_search() 345 _mesa_hash_table_search(struct hash_table *ht, const void *key) in _mesa_hash_table_search() 353 const void *key) in _mesa_hash_table_search_pre_hashed() 365 const void *key, void *data) in hash_table_insert_rehash() 431 const void *key, void *data) in hash_table_insert() 506 _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data) in _mesa_hash_table_insert() [all …]
|
D | disk_cache.h | 283 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() 290 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, in disk_cache_put_nocopy() 297 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove() 302 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get() 308 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() 313 disk_cache_has_key(struct disk_cache *cache, const cache_key key) in disk_cache_has_key() 320 cache_key key) in disk_cache_compute_key()
|
D | u_hash_table.c | 38 pointer_hash(const void *key) in pointer_hash() 58 static uint32_t hash_fd(const void *key) in hash_fd() 101 void *key) in util_hash_table_get() 110 util_hash_table_foreach(struct hash_table *ht, in util_hash_table_foreach()
|
D | disk_cache.c | 337 disk_cache_remove(struct disk_cache *cache, const cache_key key) in disk_cache_remove() 353 create_put_job(struct disk_cache *cache, const cache_key key, in create_put_job() 464 blob_put_compressed(struct disk_cache *cache, const cache_key key, in blob_put_compressed() 493 blob_get_compressed(struct disk_cache *cache, const cache_key key, in blob_get_compressed() 542 disk_cache_put(struct disk_cache *cache, const cache_key key, in disk_cache_put() 560 disk_cache_put_nocopy(struct disk_cache *cache, const cache_key key, in disk_cache_put_nocopy() 580 disk_cache_get(struct disk_cache *cache, const cache_key key, size_t *size) in disk_cache_get() 615 disk_cache_put_key(struct disk_cache *cache, const cache_key key) in disk_cache_put_key() 642 disk_cache_has_key(struct disk_cache *cache, const cache_key key) in disk_cache_has_key() 663 cache_key key) in disk_cache_compute_key()
|
/hardware/google/aemu/base/include/aemu/base/ |
D | LruCache.h | 30 Value* get(const Key& key) { in get() 42 void set(const Key& key, Value&& value) { in set() 61 void remove(const Key& key) { in remove() 73 Key key; member
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | PropertyNodeTest.cc | 49 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 57 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 69 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 91 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 103 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 126 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 156 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local 186 std::string key = _InitProperty("test.libperfmgr.key"); in TEST() local
|
/hardware/qcom/sm7150/gps/utils/ |
D | LocUnorderedSetMap.h | 98 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 105 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 119 inline bool remove(const KEY& key) { in remove() 133 for (auto key : keys) { in trimOrRemove() local 143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 166 for (auto key : keys) { in add() local 176 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
/hardware/qcom/sm8150p/gps/utils/ |
D | LocUnorderedSetMap.h | 98 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 105 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 119 inline bool remove(const KEY& key) { in remove() 133 for (auto key : keys) { in trimOrRemove() local 143 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 166 for (auto key : keys) { in add() local 176 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
/hardware/qcom/sm8150/gps/utils/ |
D | LocUnorderedSetMap.h | 106 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 113 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 127 inline bool remove(const KEY& key) { in remove() 142 for (auto key : keys) { in trimOrRemove() local 152 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 176 for (auto key : keys) { in add() local 186 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
/hardware/qcom/sm7250/gps/utils/ |
D | LocUnorderedSetMap.h | 106 inline unordered_set<VAL>* getValSetPtr(const KEY& key) { in getValSetPtr() 113 inline unordered_set<VAL> getValSet(const KEY& key) { in getValSet() 127 inline bool remove(const KEY& key) { in remove() 142 for (auto key : keys) { in trimOrRemove() local 152 bool add(const KEY& key, const unordered_set<VAL>& newVals) { in add() 176 for (auto key : keys) { in add() local 186 inline unordered_set<VAL> update(const KEY& key, unordered_set<VAL>& newVals) { in update()
|
/hardware/google/gfxstream/host/ |
D | BlobManager.cpp | 36 auto key = std::make_pair(ctxId, blobId); in addMapping() local 42 auto key = std::make_pair(ctxId, blobId); in removeMapping() local 64 auto key = std::make_pair(ctxId, blobId); in addDescriptorInfo() local 71 auto key = std::make_pair(ctxId, blobId); in removeDescriptorInfo() local
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_diagnostic_trace.cpp | 129 std::string key, in add_attrib() 180 const char* key, in trace_add_data() 203 const char* key, in trace_add_data() 214 const char* key, in trace_add_data() 223 const char* key, in trace_add_data()
|
/hardware/nxp/nfc/intf/nxpnfc/aidl/aidl_api/vendor.nxp.nxpnfc_aidl/1/vendor/nxp/nxpnfc_aidl/ |
D | INxpNfc.aidl | 39 String getVendorParam(in String key); in getVendorParam() 42 boolean setVendorParam(in String key, in String value); in setVendorParam()
|