Searched refs:put (Results 1 - 10 of 10) sorted by relevance
/system/core/libutils/tests/ |
H A D | LruCache_test.cpp | 150 cache.put(1, "one"); 151 cache.put(2, "two"); 152 cache.put(3, "three"); 162 cache.put(1, "one"); 163 cache.put(2, "two"); 164 cache.put(3, "three"); 174 cache.put(1, "one"); 175 cache.put(2, "two"); 176 cache.put(3, "three"); 187 cache.put( [all...] |
/system/extras/verity/ |
H A D | Utils.java | 69 ID_TO_ALG.put(X9ObjectIdentifiers.ecdsa_with_SHA256.getId(), "SHA256withECDSA"); 70 ID_TO_ALG.put(X9ObjectIdentifiers.ecdsa_with_SHA384.getId(), "SHA384withECDSA"); 71 ID_TO_ALG.put(X9ObjectIdentifiers.ecdsa_with_SHA512.getId(), "SHA512withECDSA"); 72 ID_TO_ALG.put(PKCSObjectIdentifiers.sha1WithRSAEncryption.getId(), "SHA1withRSA"); 73 ID_TO_ALG.put(PKCSObjectIdentifiers.sha256WithRSAEncryption.getId(), "SHA256withRSA"); 74 ID_TO_ALG.put(PKCSObjectIdentifiers.sha512WithRSAEncryption.getId(), "SHA512withRSA"); 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("SHA1withRS [all...] |
/system/bt/osi/src/socket_utils/ |
H A D | README | 24 sources other than the existing ones must put the sources in this folder and
|
/system/core/include/utils/ |
H A D | LruCache.h | 50 bool put(const TKey& key, const TValue& value); 181 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { function in class:android::LruCache
|
/system/security/keystore/ |
H A D | keystore.h | 73 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId);
|
H A D | keystore.cpp | 250 if ((rc = this->put(filename, keyBlob, userId)) != NO_ERROR || 279 rc = this->put(filename, keyBlob, userId); 290 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { function in class:KeyStore 492 return put(filename, &keyBlob, userId);
|
H A D | key_store_service.cpp | 105 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(targetUid)); 554 return mKeyStore->put(targetFile.string(), &keyBlob, get_user_id(destUid)); 691 rc = mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid)); 705 return mKeyStore->put(cFilename.string(), &charBlob, get_user_id(uid)); 828 rc = mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid)); 842 return mKeyStore->put(cFilename.string(), &charBlob, get_user_id(uid)); 1661 rc = mKeyStore->put(filename.string(), &newBlob, get_user_id(uid));
|
/system/extras/pagecache/ |
H A D | pagecache.py | 148 self._output_queue.put(line) 155 self._output_queue.put(chunk)
|
/system/extras/tests/workloads/ |
H A D | defs.sh | 110 echo Could not put PID $$ in background
|
H A D | pwrtest.sh | 219 adb shell settings put global airplane_mode_on $setting
|
Completed in 156 milliseconds