Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 29) sorted by relevance

12

/development/tools/findunused/
Dfindunusedtranslations59 $changes = 0;
66 $changes = 1;
72 $changes = 1;
78 $changes = 1;
96 if ($changes) {
/development/tools/repo_pull/
Drepo_pull.py200 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 …]
Dgerrit.py403 changes = []
404 while len(changes) < count:
406 start + len(changes), count - len(changes))
410 changes += chunk
418 return changes
DREADME.md45 [--limits max-num-changes]
/development/tools/motion/motion_test_watcher_app/src/app/screenshot-golden/
Dscreenshot-golden.component.ts27 ngOnChanges(changes: SimpleChanges): void {
28 if (changes['golden']) {
/development/tools/motion/motion_test_watcher_app/src/app/test-overview/
Dtest-overview.component.ts22 ngOnChanges(changes: SimpleChanges): void {
23 if (changes['goldens']) {
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dslider_component.ts140 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']
Dmini_timeline_component.ts219 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/
Dtranslate_changes.ts106 const changes = Object.values(EnumProto) constant
114 return changes;
/development/tools/winscope/src/viewers/viewer_screen_recording/
Dviewer_screen_recording_component.ts151 ngOnChanges(changes: SimpleChanges) {
156 if (!changes['currentTraceEntry']) {
/development/tools/cargo_embargo/testdata/
DREADME.md9 ## Handling changes in Cargo output
11 When the output of `cargo metadata` changes, you need to update the
/development/apps/OBJViewer/
DAndroid.bp1 // currently disabled because of API changes. won't be fixed for 1.0
/development/tools/winscope/src/app/components/
Dtrace_view_component.ts132 ngOnChanges(changes: SimpleChanges) {
133 this.renderViewsTab(changes['viewers']?.firstChange ?? false);
/development/tools/winscope/
DREADME.md15 ### Build & test & deploy changes
32 * Upload the changes.
/development/tools/repo_diff/
DREADME.md75 '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.jd12 bar entirely, providing two direct actions to persist or dismiss changes. This is
/development/ide/eclipse/
DREADME.importing-to-eclipse.txt15 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/
Dtree_component.ts151 ngOnChanges(changes: SimpleChanges) {
152 if (changes['node'] && this.node) {
/development/samples/browseable/SpeedTracker/
D_index.jd11 limit and if the speed approaches that limit, it changes the
/development/tools/repo_diff/service/repodiff/
DGopkg.lock1 # This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
/development/vndk/tools/vndk-compliance/
DREADME.md54 to above changes
/development/tools/labpretest/
DREADME52 The script should handle the rest, unless there are radical changes to file
/development/tools/idegen/
DREADME32 project changes significantly.
/development/samples/VoiceInteractionService/
DREADME.md23 * If syncing changes to the system image, either first copy the permissions file into
/development/samples/VirtualDeviceManager/
DREADME.md89 **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

12