Searched refs:change (Results 1 – 16 of 16) sorted by relevance
/development/tools/repo_pull/ |
D | repo_review.py | 56 change_lists, key=lambda change: (change['project'], change['_number'])) 60 for change in change_lists: 61 project = change['project'] 66 change_id = change['change_id'] 67 revision_sha1 = change['current_revision'] 68 revision = change['revisions'][revision_sha1] 136 def _print_error(change, res_code, res_json): argument 139 change_id = change['change_id'] 140 project = change['project'] 141 revision_sha1 = change['current_revision'] [all …]
|
D | repo_patch.py | 59 for i, change in enumerate(change_lists, start=1): 61 i, num_changes_width, num_changes, change['_number'], 62 change['subject'])) 64 patch_file = get_patch(url_opener, args.gerrit, change['id']) 65 with open('{}.patch'.format(change['_number']), 'wb') as output_file:
|
D | repo_pull.py | 225 def _post_order_traverse(change): argument 226 visited_changes.add(change) 227 for parent in change.parents: 231 sorted_changes.append(change) 233 for change in sorted(changes.values(), key=lambda x: x.number): 234 if change not in visited_changes: 235 _post_order_traverse(change) 275 def build_pull_commands(change, branch_name, merge_opt, pick_opt): argument 282 cmds.append(['git', 'fetch', change.fetch_url, change.fetch_ref]) 283 if change.is_merge(): [all …]
|
D | README.md | 4 `repo_pull.py` pulls multiple change lists from a Gerrit code review website. 6 change lists. 48 * `repo_pull.py json` prints the change lists in the JSON file format. 50 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists. 52 * `repo_pull.py pull` *pulls the change lists* immediately. 79 change lists. 81 * `-n` or `--limits` specifies the maximum number of change lists. (default: 100 To print the change lists with the topic `repo-pull-initial-cl` in JSON file 108 To print the bash commands that can pull the change lists, use the `bash` 117 To pull the change lists immediately, use the `pull` command:
|
/development/samples/browseable/BasicMultitouch/ |
D | _index.jd | 11 (also represented by a color) does not change as new touch events are received.
|
/development/samples/USB/MissileLauncher/ |
D | README.txt | 3 Tilt the tablet to change the direction of the launcher.
|
/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/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/build/ |
D | sdk-linux-x86.atree | 27 # at build-time. Packaging will later change that to the actual build-tools
|
D | sdk-darwin-x86.atree | 27 # at build-time. Packaging will later change that to the actual build-tools
|
D | sdk-windows-x86.atree | 68 # at build-time. Packaging will later change that to the actual build-tools
|
D | sdk.atree | 72 # at build-time. Packaging will later change that to the actual build-tools
|
/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/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
|