Home
last modified time | relevance | path

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

123

/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()
/development/tools/winscope/src/common/store/
Dpersistent_store_proxy.ts44 for (const [key, value] of Object.entries(object)) { constant
111 for (const key in target) { constant
134 for (const key in source) { constant
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DPreferenceController.java168 void addPreferenceObserver(Object key, Map<Integer, Consumer<Object>> preferenceObserver) { in addPreferenceObserver()
179 void removePreferenceObserver(Object key) { in removePreferenceObserver()
213 private void onPreferencesChanged(SharedPreferences sharedPreferences, String key) { in onPreferencesChanged()
231 PrefRule(@StringRes int key, T defaultValue, int minSdk, BooleanSupplier... requiredFlags) { in PrefRule()
292 BoolRule(@StringRes int key, int minSdk, BooleanSupplier... requiredFlags) { in BoolRule()
303 InternalBoolRule(@StringRes int key, int minSdk, BooleanSupplier... requiredFlags) { in InternalBoolRule()
315 StringRule(@StringRes int key, int minSdk, BooleanSupplier... requiredFlags) { in StringRule()
/development/tools/winscope/src/viewers/common/
Drect_filter.ts45 const key = this.convertToForcedStateKey(rect.id); constant
65 const key = this.convertToForcedStateKey(rect.id); constant
/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()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp129 const std::string &key = GetODRListMapKey(&(it->second)); in AddRecordType() local
140 const std::string &key = GetODRListMapKey(&(it->second)); in AddFunctionType() local
167 const std::string &key = GetODRListMapKey(&(it->second)); in AddEnumType() local
235 std::string key; in GetCompilationUnitPath() local
/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/vndk/tools/header-checker/src/utils/
Dconfig_file.cpp45 for (auto &key : section.get("ignore_linker_set_keys", {})) { in LoadIgnoreLinkerSetKeys() local
67 for (auto &key : root.getMemberNames()) { in Load() local
Dapi_level.cpp37 for (const Json::String &key : json.getMemberNames()) { in Load() local
/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/tools/winscope/src/trace_collection/
Duser_request.ts25 key: string; property
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/
DDemoNotifications.kt69 val key = in notification() constant
79 override val key: MovableElementKey = key in notification() constant
/development/apps/Development/src/com/android/development/
DColumnData.java28 public String key; field in ColumnData
/development/tools/winscope/src/trace/tree_node/
Dproperty_tree_node_factory.ts146 for (const [key, val] of Object.entries(value)) { constant
158 for (const key of keys) { constant
/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/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
/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/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboardView.java41 protected boolean onLongPress(Key key) { in onLongPress()
/development/tools/winscope/src/common/
Dobject_utils.ts27 constructor(public key: string, public index?: number) {} property in Key
/development/tools/winscope/src/trace_collection/ui/
Dui_trace_configuration.ts55 key: string; property
398 for (const [key, target] of Object.entries(configMap)) { constant
/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/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DMainActivity.java69 private void attachClickListener(int id, String key) { in attachClickListener()

123