Searched refs:put (Results 1 – 8 of 8) sorted by relevance
/system/core/libutils/tests/ |
D | LruCache_test.cpp | 131 cache.put(1, "one"); in TEST_F() 132 cache.put(2, "two"); in TEST_F() 133 cache.put(3, "three"); in TEST_F() 143 cache.put(1, "one"); in TEST_F() 144 cache.put(2, "two"); in TEST_F() 145 cache.put(3, "three"); in TEST_F() 155 cache.put(1, "one"); in TEST_F() 156 cache.put(2, "two"); in TEST_F() 157 cache.put(3, "three"); in TEST_F() 168 cache.put(1, "one"); in TEST_F() [all …]
|
/system/extras/verity/ |
D | Utils.java | 69 ID_TO_ALG.put(X9ObjectIdentifiers.ecdsa_with_SHA256.getId(), "SHA256withECDSA"); in X9ObjectIdentifiers.ecdsa_with_SHA256.getId() 70 ID_TO_ALG.put(X9ObjectIdentifiers.ecdsa_with_SHA384.getId(), "SHA384withECDSA"); in X9ObjectIdentifiers.ecdsa_with_SHA384.getId() 71 ID_TO_ALG.put(X9ObjectIdentifiers.ecdsa_with_SHA512.getId(), "SHA512withECDSA"); in X9ObjectIdentifiers.ecdsa_with_SHA512.getId() 72 ID_TO_ALG.put(PKCSObjectIdentifiers.sha1WithRSAEncryption.getId(), "SHA1withRSA"); in PKCSObjectIdentifiers.sha1WithRSAEncryption.getId() 73 ID_TO_ALG.put(PKCSObjectIdentifiers.sha256WithRSAEncryption.getId(), "SHA256withRSA"); in PKCSObjectIdentifiers.sha256WithRSAEncryption.getId() 74 ID_TO_ALG.put(PKCSObjectIdentifiers.sha512WithRSAEncryption.getId(), "SHA512withRSA"); in PKCSObjectIdentifiers.sha512WithRSAEncryption.getId() 76 ALG_TO_ID.put("SHA256withECDSA", X9ObjectIdentifiers.ecdsa_with_SHA256.getId()); 77 ALG_TO_ID.put("SHA384withECDSA", X9ObjectIdentifiers.ecdsa_with_SHA384.getId()); 78 ALG_TO_ID.put("SHA512withECDSA", X9ObjectIdentifiers.ecdsa_with_SHA512.getId()); 79 ALG_TO_ID.put("SHA1withRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption.getId()); [all …]
|
/system/core/include/utils/ |
D | LruCache.h | 47 bool put(const TKey& key, const TValue& value); 140 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put() function 244 put(p->key, p->value); in rehash()
|
/system/core/liblog/ |
D | event.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/core/logd/ |
D | event.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|
/system/bt/test/bluedroidtest/ |
D | README.txt | 6 application is to allow Bluetooth to be put in DUT Mode for RF/BB BQB test purposes.
|
/system/security/keystore/ |
D | keystore.cpp | 1311 if ((rc = this->put(filename, keyBlob, userId)) != NO_ERROR in get() 1339 rc = this->put(filename, keyBlob, userId); in get() 1350 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId) { in put() function in KeyStore 1521 return put(filename, &keyBlob, userId); in importKey() 1917 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(targetUid)); in insert() 2361 return mKeyStore->put(targetFile.string(), &keyBlob, get_user_id(destUid)); in duplicate() 2484 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid)); in generateKey() 2577 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid)); in importKey()
|
/system/core/logcat/ |
D | event.logtags | 14 # Optionally, after the tag names can be put a description for the value(s)
|