Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 26) sorted by relevance

12

/development/tools/repo_pull/
Drepo_review.py58 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 …]
Drepo_pull.py204 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 …]
Drepo_patch.py62 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:
DREADME.md4 `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:
Dgerrit.py647 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/
DBaseRadio.vue6 @change="$emit('update:modelValue', value)"
DBaseSelect.vue7 @change="$emit('update:modelValue', $event.target.value)"
DBaseCheckbox.vue11 @change="$emit('update:modelValue', $event.target.checked)"
DBaseFile.vue17 @change="handleFileChange"
DFileSelect.vue10 @change="$emit('update:modelValue', $event.target.value)"
DPartialCheckbox.vue25 @change="updateSelected($event.target.value)"
/development/samples/browseable/BasicMultitouch/
D_index.jd11 (also represented by a color) does not change as new touch events are received.
/development/samples/browseable/BasicMediaRouter/
D_index.jd13 Once connected, use the "Change Color" button to change the background color of the secondary scree…
/development/samples/USB/MissileLauncher/
DREADME.txt3 Tilt the tablet to change the direction of the launcher.
/development/samples/training/network-usage/
DREADME.txt13 -- 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/
DActionBarDisplayOptions.java136 int change = bar.getDisplayOptions() ^ flags; in onClick() local
137 bar.setDisplayOptions(change, flags); in onClick()
/development/tools/winscope/src/viewers/components/rects/
Drects_component.ts434 onDisplaysChange(change: SimpleChange) {
435 const displays = change.currentValue;
443 if (change.firstChange) {
/development/tools/ota_analysis/src/components/
DBaseFile.vue17 @change="handleFileChange"
DPartialCheckbox.vue21 @change="updateSelected($event.target.value)"
/development/tools/winscope/src/app/components/
Dcollect_traces_component_test.ts254 const change = assertDefined( constant
257 change.click();
/development/samples/VirtualDeviceManager/
DREADME.md254 - **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/
DREADME.md81 However, there are many instances where a change in one branch
/development/cmds/monkey/
DREADME.NETWORK.txt75 of change in the trackball location (as opposed to exact coordinates
/development/sdk/
Dsdk_files_NOTICE.txt542 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/
Ddefinitions.txt47 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

12