Searched refs:put (Results 1 - 4 of 4) sorted by relevance

/system/core/libutils/tests/
H A DLruCache_test.cpp126 cache.put(1, "one");
127 cache.put(2, "two");
128 cache.put(3, "three");
138 cache.put(1, "one");
139 cache.put(2, "two");
140 cache.put(3, "three");
150 cache.put(1, "one");
151 cache.put(2, "two");
152 cache.put(3, "three");
163 cache.put(
[all...]
/system/extras/verity/
H A DUtils.java66 ID_TO_ALG.put(PKCSObjectIdentifiers.sha1WithRSAEncryption.getId(), "SHA1withRSA");
67 ID_TO_ALG.put(PKCSObjectIdentifiers.sha256WithRSAEncryption.getId(), "SHA256withRSA");
68 ID_TO_ALG.put(PKCSObjectIdentifiers.sha512WithRSAEncryption.getId(), "SHA512withRSA");
70 ALG_TO_ID.put("SHA1withRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption.getId());
71 ALG_TO_ID.put("SHA256withRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption.getId());
72 ALG_TO_ID.put("SHA512withRSA", PKCSObjectIdentifiers.sha512WithRSAEncryption.getId());
/system/core/include/utils/
H A DLruCache.h47 bool put(const TKey& key, const TValue& value);
140 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { function in class:android::LruCache
244 put(p->key, p->value);
/system/security/keystore/
H A Dkeystore.cpp1097 if ((rc = this->put(filename, keyBlob, uid)) != NO_ERROR
1130 ResponseCode put(const char* filename, Blob* keyBlob, uid_t uid) { function in class:KeyStore
1263 return put(filename, &keyBlob, uid);
1659 return mKeyStore->put(filename.string(), &keyBlob, targetUid);
1968 return mKeyStore->put(filename.string(), &keyBlob, callingUid);
2314 return mKeyStore->put(targetFile.string(), &keyBlob, destUid);

Completed in 1385 milliseconds