Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 43) sorted by relevance

12

/development/vndk/tools/header-checker/src/repr/json/
Dconverter.cpp41 void JsonObject::Set(const std::string &key, bool value) { in Set()
46 void JsonObject::Set(const std::string &key, uint64_t value) { in Set()
51 void JsonObject::Set(const std::string &key, int64_t value) { in Set()
56 void JsonObject::Set(const std::string &key, const std::string &value) { in Set()
61 void JsonObject::Set(const std::string &key, const JsonArray &value) { in Set()
Dconverter.h62 inline void SetOmissible(const std::string &key, T value, T omissible_value) { in SetOmissible()
Dir_dumper.cpp287 std::string key; in AddLinkableMessageIR() local
346 std::string key; in AddElfSymbolMessageIR() local
418 for (auto key : keys) { in JsonIRDumper() local
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp111 const std::string &key = GetODRListMapKey(&(it->second)); in AddRecordType() local
122 const std::string &key = GetODRListMapKey(&(it->second)); in AddFunctionType() local
133 const std::string &key = GetODRListMapKey(&(it->second)); in AddEnumType() local
201 std::string key; in GetCompilationUnitPath() local
/development/apps/Development/src/com/android/development/
DColumnData.java28 public String key; field in ColumnData
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DItemAddFragment.java37 void onItemAdded(String key, String value); in onItemAdded()
84 String key = mEditKey.getText().toString(); in addItem() local
DAppRestrictionEnforcerFragment.java208 String key = (String) v.getTag(); in onClick() local
216 public void onItemAdded(String key, String value) { in onItemAdded()
231 insertItemRow(LayoutInflater.from(getActivity()), key, value); in onItemAdded() local
247 String key = restriction.getKey(); in loadRestrictions() local
334 private void insertItemRow(LayoutInflater inflater, String key, String value) { in insertItemRow()
357 private void removeItem(String key) { in removeItem()
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DHelper.java84 String key = fields.keyAt(i); in getAutofillableFields() local
104 final String key; in addAutofillableFields() local
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java374 String key = parts[1]; in readJournalLine() local
473 public synchronized Snapshot get(String key) throws IOException { in get()
513 public Editor edit(String key) throws IOException { in edit()
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit()
631 public synchronized boolean remove(String key) throws IOException { in remove()
716 private void validateKey(String key) { in validateKey()
731 private final String key; field in DiskLruCache.Snapshot
735 private Snapshot(String key, long sequenceNumber, InputStream[] ins) { in Snapshot()
897 private final String key; field in DiskLruCache.Entry
911 private Entry(String key) { in Entry()
DImageCache.java254 final String key = hashKeyForDisk(data); in addBitmapToCache() local
316 final String key = hashKeyForDisk(data); in getBitmapFromDiskCache() local
579 public static String hashKeyForDisk(String key) { in hashKeyForDisk()
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2Settings.java51 String key) { in onSharedPreferenceChanged()
/development/samples/training/network-usage/src/com/example/android/networkusage/
DSettingsActivity.java61 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
/development/tools/winscope/libs/virtualList/
DItem.js54 key: uniqueKey, property
75 key: uniqueKey, property
/development/samples/BackupRestore/src/com/example/android/backuprestore/
DMultiRecordExampleAgent.java146 void writeBackupEntity(BackupDataOutput data, ByteArrayOutputStream bufStream, String key) in writeBackupEntity()
166 String key = data.getKey(); in onRestore() local
DExampleAgent.java213 String key = data.getKey(); in onRestore() local
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java41 protected boolean onLongPress(Key key) { in onLongPress()
/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java158 byte[] data, SecretKey key, byte[] iv, boolean isEncrypt) { in encryptOrDecrypt()
169 private static byte[] encryptData(byte[] data, byte[] iv, SecretKey key) { in encryptData()
173 private static byte[] decryptData(byte[] data, byte[] iv, SecretKey key) { in decryptData()
/development/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp76 std::string_view key = Trim(line.substr(0, pos)); in ParseLine() local
/development/tools/mkstubs/src/com/android/mkstubs/
DAsmAnalyzer.java87 String key = it.next(); in filter() local
/development/samples/Vault/src/com/example/android/vault/
DSecretKeyWrapper.java98 public byte[] wrap(SecretKey key) throws GeneralSecurityException { in wrap()
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/
DProvisioningValuesLoader.java126 String key = line.substring(0, position); in loadFromFile() local
187 private static <Key, Value> void putIfMissing(HashMap<Key, Value> map, Key key, Value value) { in putIfMissing() argument
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DMetadataParser.java70 final String key = m.group(1); in parseHeader() local
/development/tools/apkcheck/src/com/android/apkcheck/
DClassInfo.java303 String key = keyIter.next(); in normalizeTypes() local
313 String key = keyIter.next(); in normalizeTypes() local
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
DMainActivity.java143 PrivateKey key = (PrivateKey) mKeyStore.getKey(KEY_NAME, null); in initSignature() local
/development/tools/logblame/
Danalyze_logs.py30 def add(self, key, logLine): argument

12