/development/tools/otagui/src/services/ |
D | JobSubmission.js | 120 key: 'isIncremental', property 125 key: 'isPartial', property 130 key: 'verbose', property 136 key: 'downgrade', property 141 key: 'override_timestamp', property 145 key: 'wipe_user_data', property 153 key: 'skip_compatibility_check', property 161 key: 'force_non_ab', property 172 key: 'block', property 179 key: 'full_bootloader', property [all …]
|
D | TableService.js | 1 export function TableSort(arr, key, sortOrder, offset, limit) { argument
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | converter.cpp | 41 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()
|
D | converter.h | 62 inline void SetOmissible(const std::string &key, T value, T omissible_value) { in SetOmissible()
|
/development/tools/winscope/src/common/ |
D | persistent_store_proxy.ts | 38 for (const [key, value] of Object.entries(object)) { constant 93 for (const key in target) { constant 118 for (const key in source) { constant
|
D | in_memory_storage.ts | 31 key(index: number): string | null { method in InMemoryStorage
|
D | object_utils.ts | 20 constructor(public key: string, public index?: number) {} property in Key
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | PreferenceController.java | 135 void addPreferenceObserver(Object key, Map<Integer, Consumer<Object>> preferenceObserver) { in addPreferenceObserver() 146 void removePreferenceObserver(Object key) { in removePreferenceObserver() 174 private void onPreferencesChanged(SharedPreferences sharedPreferences, String key) { in onPreferencesChanged() 191 PrefRule(@StringRes int key, T defaultValue, int minSdk, BooleanSupplier... requiredFlags) { in PrefRule() 232 BoolRule(@StringRes int key, int minSdk, BooleanSupplier... requiredFlags) { in BoolRule() 243 InternalBoolRule(@StringRes int key, int minSdk, BooleanSupplier... requiredFlags) { in InternalBoolRule() 254 StringRule(@StringRes int key, int minSdk, BooleanSupplier... requiredFlags) { in StringRule()
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.cpp | 111 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/tools/ota_analysis/src/services/ |
D | payload.js | 26 key: 'preBuild', property 31 key: 'preBuildVersion', property 36 key: 'postBuild', property 41 key: 'postBuildVersion', property 256 getWithDefault(key) { argument
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 374 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/utils/ |
D | config_file.cpp | 45 for (auto &key : section.get("ignore_linker_set_keys", {})) { in LoadIgnoreLinkerSetKeys() local 67 for (auto &key : root.getMemberNames()) { in Load() local
|
D | api_level.cpp | 37 for (const Json::String &key : json.getMemberNames()) { in Load() local
|
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | ItemAddFragment.java | 37 void onItemAdded(String key, String value); in onItemAdded() 84 String key = mEditKey.getText().toString(); in addItem() local
|
D | AppRestrictionEnforcerFragment.java | 208 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/ |
D | Helper.java | 84 String key = fields.keyAt(i); in getAutofillableFields() local 104 final String key; in addAutofillableFields() local
|
/development/tools/winscope/src/trace/tree_node/ |
D | property_tree_node_factory.ts | 146 for (const [key, val] of Object.entries(value)) { constant 158 for (const key of keys) { constant
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
D | MultiRecordExampleAgent.java | 146 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/ |
D | BrokenKeyDerivationActivity.java | 158 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/apps/Development/src/com/android/development/ |
D | ColumnData.java | 28 public String key; field in ColumnData
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2Settings.java | 51 String key) { in onSharedPreferenceChanged()
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
D | SettingsActivity.java | 61 public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) { in onSharedPreferenceChanged()
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | ProvisioningValuesLoader.java | 126 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/external_crates/crate_health/src/ |
D | name_and_version.rs | 32 fn key<'a>(&'a self) -> NameAndVersionRef<'a>; in key() method 71 fn key<'k>(&'k self) -> NameAndVersionRef<'k> { in key() method 89 fn key<'k>(&'k self) -> NameAndVersionRef<'k> { in key() method
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | LatinKeyboardView.java | 41 protected boolean onLongPress(Key key) { in onLongPress()
|