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

/system/core/libutils/tests/
H A DLruCache_test.cpp163 cache.put(1, "one");
164 cache.put(2, "two");
165 cache.put(3, "three");
175 cache.put(1, "one");
176 cache.put(2, "two");
177 cache.put(3, "three");
187 cache.put(1, "one");
188 cache.put(2, "two");
189 cache.put(3, "three");
200 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/timezone/zone_compactor/main/java/
H A DZoneCompactor.java88 links.put(from, to);
94 offsets.put(s, offset);
95 lengths.put(s, (int) length);
110 offsets.put(from, offsets.get(to));
111 lengths.put(from, lengths.get(to));
/system/security/keystore/
H A Dgrant_store.h50 * name space. The methods put, get, and removeByAlias/ByFileName create, lookup, and
52 * put also returns a new alias for the newly granted key which has to be returned
59 std::string put(const uid_t uid, const std::string& alias, const std::string& owner_dir_name,
H A Dgrant_store.cpp44 std::string GrantStore::put(const uid_t uid, const std::string& alias, function in class:keystore::GrantStore
H A Dkeystore.h87 ResponseCode put(const char* filename, Blob* keyBlob, uid_t userId);
H A Dkeystore.cpp295 if ((rc = this->put(filename, keyBlob, userId)) != ResponseCode::NO_ERROR ||
320 rc = this->put(filename, keyBlob, userId);
331 ResponseCode KeyStore::put(const char* filename, Blob* keyBlob, uid_t userId) { function in class:KeyStore
487 return mGrants.put(granteeUid, alias, getUserStateByUid(granterUid)->getUserDirName(),
548 return put(filename, &keyBlob, userId);
H A Dkey_store_service.cpp184 return mKeyStore->put(filename.string(), &keyBlob, get_user_id(targetUid));
640 return mKeyStore->put(targetFile.string(), &keyBlob, get_user_id(destUid));
746 error = mKeyStore->put(filename.string(), &keyBlob, get_user_id(uid));
784 return mKeyStore->put(cFilename.string(), &charBlob, get_user_id(uid));
917 error = mKeyStore->put(filename.string(), &ksBlob, get_user_id(uid));
958 return mKeyStore->put(cFilename.string(), &charBlob, get_user_id(uid));
1920 error = mKeyStore->put(filename.value().string(), &newBlob, get_user_id(uid));
1922 ALOGI("upgradeKeyBlob keystore->put failed %d", (int)error);
/system/bt/osi/src/socket_utils/
H A DREADME28 existing ones must put the sources in this folder and refactor
/system/core/include/utils/
H A DLruCache.h50 bool put(const TKey& key, const TValue& value);
204 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { function in class:android::LruCache
/system/core/libutils/include/utils/
H A DLruCache.h50 bool put(const TKey& key, const TValue& value);
204 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { function in class:android::LruCache
/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
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DTestServiceClient.java161 query.put("first_val", new Byte((byte)-128));
162 query.put("second_val", new Integer(1<<30));
163 query.put("third_val", "OHAI");

Completed in 318 milliseconds