/development/tools/ndk/ |
D | update_ndk_abi.sh | 11 $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode update-ndk-abi 12 update-ndk-abi --src-dir $ANDROID_BUILD_TOP $ANDROID_BUILD_TOP/ndk-abi-out "$@"
|
/development/tools/otagui/src/components/ |
D | BaseRadioGroup.vue | 9 @update:modelValue="$emit('update:modelValue', $event)"
|
D | BuildLibrary.vue | 76 this.$emit('update:targetDetails', this.targetDetails) 91 this.$emit('update:targetDetails', this.targetDetails); 101 this.$emit('update:targetBuild', path) 105 this.$emit('update:incrementalSource', path)
|
D | FileList.vue | 87 "update:modelValue", 98 "update:modelValue", 114 this.$emit("update:modelValue", tempArray)
|
D | BaseRadio.vue | 6 @change="$emit('update:modelValue', value)"
|
D | BaseInput.vue | 9 @input="$emit('update:modelValue', $event.target.value)"
|
D | BaseSelect.vue | 7 @change="$emit('update:modelValue', $event.target.value)"
|
D | PartialCheckbox.vue | 61 this.$emit('update:modelValue', list) 80 this.$emit('update:modelValue', this.modelValue)
|
D | BaseCheckbox.vue | 11 @change="$emit('update:modelValue', $event.target.checked)"
|
/development/tools/otagui/src/views/ |
D | JobConfigure.vue | 20 @update:handler="setHandler" 33 @update:incrementalSource="addIncrementalSource" 34 @update:targetBuild="addTargetBuild" 35 @update:targetDetails="targetDetails = $event"
|
/development/vndk/snapshot/ |
D | multi_update.py | 21 import update 40 update.run(version, branch, bid, None, args.use_current_branch,
|
/development/samples/Vault/src/com/example/android/vault/ |
D | EncryptedDocument.java | 286 mMac.update(inbuf, 0, n); in readSection() 287 outbuf = mCipher.update(inbuf, 0, n); in readSection() 329 outbuf = mCipher.update(inbuf, 0, n); in writeSection() 331 mMac.update(outbuf); in writeSection() 338 mMac.update(outbuf); in writeSection()
|
/development/tools/compare_cts_reports/ |
D | generate_spread_sheet.py | 159 sheet.update(build_info) 219 sheet.update(content_cell, rows_content) 246 detail_sheet.update(cell, [row_header])
|
/development/samples/Snake/src/com/example/android/snake/ |
D | SnakeView.java | 118 SnakeView.this.update(); in handleMessage() 269 update(); in moveSnake() 278 update(); in moveSnake() 336 update(); in setMode() 410 public void update() { in update() method in SnakeView
|
/development/tools/logblame/ |
D | sample.txt | 537 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 543 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback 575 disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback 590 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 629 enable_audio_route: usecase(9) apply and update mixer path: audio-record 732 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 743 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback 872 disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback 900 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 944 disable_audio_route: usecase(9) reset and update mixer path: audio-record [all …]
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 283 update(); in peekSample() 310 update(); in popSample() 329 private void update() { in update() method in MediaCodecWrapper
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 283 update(); in peekSample() 310 update(); in popSample() 329 private void update() { in update() method in MediaCodecWrapper
|
/development/tools/motion/motion_test_watcher_app/ |
D | README.md | 3 Local web UI to update golden files from a device.
|
/development/tools/repo_diff/service/repodiff/remote_scripts/ |
D | gce_startup.sh | 15 apt-get update
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/ |
D | SelectionBuilder.java | 339 public int update(SQLiteDatabase db, ContentValues values) { in update() method in SelectionBuilder 342 return db.update(mTable, values, getSelection(), getSelectionArgs()); in update()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
D | FeedProvider.java | 180 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in FeedProvider 189 .update(db, values); in update() 196 .update(db, values); in update()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
D | VoicemailProviderHelper.java | 99 public int update(Uri uri, Voicemail voicemail); in update() method
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssContentProvider.java | 170 public int update(Uri uri, ContentValues values, String whereClause) { in update() method in RssContentProvider 172 int updateCount = mDb.update(DATABASE_TABLE_NAME, values, whereClause); in update()
|
/development/tools/otagui/ |
D | Dockerfile | 16 RUN apt-get update && apt-get --no-install-recommends install -y python3.9 unzip xxd cgpt unzip ope…
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | Player.java | 40 public abstract void getStatus(final PlaylistItem item, final boolean update); in getStatus() argument
|