Searched defs:put (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore2/aidl/android/security/legacykeystore/ |
D | ILegacyKeystore.aidl | 79 void put(in String alias, int uid, in byte[] blob); in put() method
|
/system/core/libutils/include/utils/ |
D | LruCache.h | 204 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put() function
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 124 fn put(&mut self, caller_uid: u32, alias: &str, entry: &[u8]) -> Result<()> { in put() method 333 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> Result<()> { in put() method 538 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put() method
|
/system/extras/perf_tools/bats/ |
D | lcan.py | 275 def put(self, newItem): member in LCItemMap 308 def put(self, itemSet): member in LCItemSetMap
|
/system/security/keystore2/src/ |
D | async_task.rs | 59 pub fn put<T: Any + Send>(&mut self, v: T) -> Option<T> { in put() method
|