/development/tools/repo_pull/ |
D | repo_review.py | 58 change_lists, key=lambda change: (change['project'], change['_number'])) 62 for change in change_lists: 63 project = change['project'] 68 change_id = change['change_id'] 69 revision_sha1 = change['current_revision'] 70 revision = change['revisions'][revision_sha1] 145 def _print_error(change, res_code, res_body, res_json): argument 148 change_id = change['change_id'] 149 project = change['project'] 150 revision_sha1 = change['current_revision'] [all …]
|
D | repo_pull.py | 204 def _post_order_traverse(change): argument 205 visited_changes.add(change) 206 for parent in change.parents: 210 sorted_changes.append(change) 212 for change in sorted(changes.values(), key=lambda x: x.number): 213 if change not in visited_changes: 214 _post_order_traverse(change) 254 def build_pull_commands(change, branch_name, merge_opt, pick_opt): argument 261 cmds.append(['git', 'fetch', change.fetch_url, change.fetch_ref]) 262 if change.is_merge(): [all …]
|
D | repo_patch.py | 62 for i, change in enumerate(change_lists, start=1): 64 i, num_changes_width, num_changes, change['_number'], 65 change['subject'])) 67 patch_file = get_patch(url_opener, args.gerrit, change['id']) 68 with open('{}.patch'.format(change['_number']), 'wb') as output_file:
|
D | README.md | 4 `repo_pull.py` pulls multiple change lists from a Gerrit code review website. 6 change lists. 50 * `repo_pull.py json` prints the change lists in the JSON file format. 52 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists. 54 * `repo_pull.py pull` *pulls the change lists* immediately. 80 change lists. 82 * `-n` or `--limits` specifies the maximum number of change lists. (default: 101 To print the change lists with the topic `repo-pull-initial-cl` in JSON file 109 To print the bash commands that can pull the change lists, use the `bash` 118 To pull the change lists immediately, use the `pull` command:
|
D | gerrit.py | 647 for i, change in enumerate(change_lists): 649 project=change['project'], 650 change_id=change['change_id'], 651 status=change['status'], 652 number=change['_number'], 653 subject=change['subject']))
|
/development/tools/otagui/src/components/ |
D | BaseRadio.vue | 6 @change="$emit('update:modelValue', value)"
|
D | BaseSelect.vue | 7 @change="$emit('update:modelValue', $event.target.value)"
|
D | BaseCheckbox.vue | 11 @change="$emit('update:modelValue', $event.target.checked)"
|
D | BaseFile.vue | 17 @change="handleFileChange"
|
D | FileSelect.vue | 10 @change="$emit('update:modelValue', $event.target.value)"
|
D | PartialCheckbox.vue | 25 @change="updateSelected($event.target.value)"
|
/development/samples/browseable/BasicMultitouch/ |
D | _index.jd | 11 (also represented by a color) does not change as new touch events are received.
|
/development/samples/browseable/BasicMediaRouter/ |
D | _index.jd | 13 Once connected, use the "Change Color" button to change the background color of the secondary scree…
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 3 Tilt the tablet to change the direction of the launcher.
|
/development/samples/training/network-usage/ |
D | README.txt | 13 -- Detects when there is a change in the device's connection status and responds accordingly. For e…
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | ActionBarDisplayOptions.java | 136 int change = bar.getDisplayOptions() ^ flags; in onClick() local 137 bar.setDisplayOptions(change, flags); in onClick()
|
/development/tools/winscope/src/viewers/components/rects/ |
D | rects_component.ts | 434 onDisplaysChange(change: SimpleChange) { 435 const displays = change.currentValue; 443 if (change.firstChange) {
|
/development/tools/ota_analysis/src/components/ |
D | BaseFile.vue | 17 @change="handleFileChange"
|
D | PartialCheckbox.vue | 21 @change="updateSelected($event.target.value)"
|
/development/tools/winscope/src/app/components/ |
D | collect_traces_component_test.ts | 254 const change = assertDefined( constant 257 change.click();
|
/development/samples/VirtualDeviceManager/ |
D | README.md | 254 - **Display rotation**: Whether orientation change requests from streamed apps 255 should trigger orientation change of the relevant display. The client will 259 request orientation change. Run the commands below to enable this 339 change the display dimensions. 370 orientation change requests on demand. Showcases the display rotation on the
|
/development/tools/repo_diff/ |
D | README.md | 81 However, there are many instances where a change in one branch
|
/development/cmds/monkey/ |
D | README.NETWORK.txt | 75 of change in the trackball location (as opposed to exact coordinates
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 542 freedom to share and change it. By contrast, the GNU General Public 543 Licenses are intended to guarantee your freedom to share and change 557 it if you want it; that you can change the software and use pieces of 696 stating that you changed the files and the date of any change. 743 that version instead if you wish.) Do not make any other change in 746 Once this change is made in a given copy, it is irreversible for 990 everyone can redistribute and change. You can do so by permitting 1607 freedom to share and change it. By contrast, the GNU General Public 1608 License is intended to guarantee your freedom to share and change free 1620 if you want it, that you can change the software or use pieces of it [all …]
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 47 alter - v. cause to change; make different; cause a transformation 364 explosive - n. a chemical substance that undergoes a rapid chemical change (with the production of … 706 permanent - j. continuing or enduring without marked change in status or condition or place 799 radical - j. markedly new or introducing extreme change 902 static - j. showing little if any change 992 volatile - j. liable to lead to sudden change or violence
|