/development/tools/findunused/ |
D | findunusedtranslations | 59 $changes = 0; 66 $changes = 1; 72 $changes = 1; 78 $changes = 1; 96 if ($changes) {
|
/development/tools/repo_pull/ |
D | repo_pull.py | 200 def _sort_project_change_lists(changes): argument 207 parent_change = changes.get(parent['commit']) 212 for change in sorted(changes.values(), key=lambda x: x.number): 291 for changes in change_list_groups: 292 for change in changes: 306 changes, task_opts = task 314 for i, change in enumerate(changes): 323 return (change, changes[i + 1:], [], err_msg) 330 return (change, changes[i + 1:], cmd, proc.stderr) 375 (changes, task_opts), args.ignore_unknown_changes) [all …]
|
D | gerrit.py | 403 changes = [] 404 while len(changes) < count: 406 start + len(changes), count - len(changes)) 410 changes += chunk 418 return changes
|
D | README.md | 45 [--limits max-num-changes]
|
/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/ |
D | screenshot-golden.component.ts | 27 ngOnChanges(changes: SimpleChanges): void { 28 if (changes['golden']) {
|
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/ |
D | test-overview.component.ts | 22 ngOnChanges(changes: SimpleChanges): void { 23 if (changes['goldens']) {
|
/development/tools/winscope/src/app/components/timeline/mini-timeline/ |
D | slider_component.ts | 140 ngOnChanges(changes: SimpleChanges) { 141 if (changes['zoomRange'] !== undefined && !this.dragging) { 142 const zoomRange = changes['zoomRange'].currentValue as TimeRange; 146 if (changes['currentPosition']) { 147 const currentPosition = changes['currentPosition']
|
D | mini_timeline_component.ts | 219 ngOnChanges(changes: SimpleChanges) { 220 if (changes['expandedTimelineScrollEvent']?.currentValue) { 221 const event = changes['expandedTimelineScrollEvent'].currentValue; 231 } else if (this.drawer && changes['expandedTimelineMouseXRatio']) { 233 changes['expandedTimelineMouseXRatio'].currentValue;
|
/development/tools/winscope/src/parsers/transactions/operations/ |
D | translate_changes.ts | 106 const changes = Object.values(EnumProto) constant 114 return changes;
|
/development/tools/winscope/src/viewers/viewer_screen_recording/ |
D | viewer_screen_recording_component.ts | 151 ngOnChanges(changes: SimpleChanges) { 156 if (!changes['currentTraceEntry']) {
|
/development/tools/cargo_embargo/testdata/ |
D | README.md | 9 ## Handling changes in Cargo output 11 When the output of `cargo metadata` changes, you need to update the
|
/development/apps/OBJViewer/ |
D | Android.bp | 1 // currently disabled because of API changes. won't be fixed for 1.0
|
/development/tools/winscope/src/app/components/ |
D | trace_view_component.ts | 132 ngOnChanges(changes: SimpleChanges) { 133 this.renderViewsTab(changes['viewers']?.firstChange ?? false);
|
/development/tools/winscope/ |
D | README.md | 15 ### Build & test & deploy changes 32 * Upload the changes.
|
/development/tools/repo_diff/ |
D | README.md | 75 'git cherry' is a useful tool that finds changes 94 list of changes for which "git cherry" could not find an equivalent. 96 a list of changes that actually have lines of code in the tree. 97 3. Finally we find the intersection: 'git cherry' changes
|
/development/samples/browseable/DoneBar/ |
D | _index.jd | 12 bar entirely, providing two direct actions to persist or dismiss changes. This is
|
/development/ide/eclipse/ |
D | README.importing-to-eclipse.txt | 15 You will need to re-index for the changes to get picked up (right click project 21 You will need to re-index for the changes to get picked up (right click project
|
/development/tools/winscope/src/viewers/components/ |
D | tree_component.ts | 151 ngOnChanges(changes: SimpleChanges) { 152 if (changes['node'] && this.node) {
|
/development/samples/browseable/SpeedTracker/ |
D | _index.jd | 11 limit and if the speed approaches that limit, it changes the
|
/development/tools/repo_diff/service/repodiff/ |
D | Gopkg.lock | 1 # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
/development/vndk/tools/vndk-compliance/ |
D | README.md | 54 to above changes
|
/development/tools/labpretest/ |
D | README | 52 The script should handle the rest, unless there are radical changes to file
|
/development/tools/idegen/ |
D | README | 32 project changes significantly.
|
/development/samples/VoiceInteractionService/ |
D | README.md | 23 * If syncing changes to the system image, either first copy the permissions file into
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 89 **Tip:** Subsequent installs without changes to permissions, etc. do not 127 NOTE: Any flag changes require device reboot or "Force stop" of the host app 414 - Added support for dynamic policy changes, so the device does not need to be
|