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

/system/core/libutils/tests/
H A DLruCache_test.cpp150 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 DUtils.java69 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 DREADME24 sources other than the existing ones must put the sources in this folder and
/system/core/include/utils/
H A DLruCache.h50 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 Dkeystore.h71 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId);
H A Dkeystore.cpp227 if ((rc = this->put(filename, keyBlob, userId)) != NO_ERROR ||
256 rc = this->put(filename, keyBlob, userId);
267 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { function in class:KeyStore
469 return put(filename, &keyBlob, userId);
H A Dkey_store_service.cpp105 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(targetUid));
545 return mKeyStore->put(targetFile.string(), &keyBlob, get_user_id(destUid));
664 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid));
774 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid));
1569 rc = mKeyStore->put(filename.string(), &newBlob, get_user_id(uid));
/system/extras/pagecache/
H A Dpagecache.py148 self._output_queue.put(line)
155 self._output_queue.put(chunk)
/system/extras/tests/workloads/
H A Ddefs.sh110 echo Could not put PID $$ in background
H A Dpwrtest.sh219 adb shell settings put global airplane_mode_on $setting

Completed in 184 milliseconds