Searched refs:pull (Results 1 – 12 of 12) sorted by relevance
/development/tools/repo_pull/ |
D | README.md | 5 A user may specify a query string and `repo_pull.py` will pull the matching 8 For example, to pull the `repo-pull-initial-cl` topic from AOSP, run this 11 repo_pull.py pull 'topic:repo-pull-initial-cl' \ 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. 100 To print the change lists with the topic `repo-pull-initial-cl` in JSON file 104 repo_pull.py json 'topic:repo-pull-initial-cl' \ 108 To print the bash commands that can pull the change lists, use the `bash` 112 repo_pull.py bash 'topic:repo-pull-initial-cl' \ 117 To pull the change lists immediately, use the `pull` command: [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapMesh.java | 95 float pull = K / (dd + 0.000001f); in warp() local 97 pull /= (d + 0.000001f); in warp() 100 if (pull >= 1) { in warp() 104 dst[i+0] = x + dx * pull; in warp() 105 dst[i+1] = y + dy * pull; in warp()
|
/development/gsi/gsi_util/gsi_util/utils/ |
D | adb_utils.py | 34 def pull(local_filename, remote_filename, serial_num=None): function
|
/development/scripts/ |
D | runahat | 42 do_adb pull "$dev_file" "$local_file"
|
D | acov | 71 adb pull /data/local/tmp/gcov
|
D | gdbclient | 120 adb pull $EXE $LOCAL_EXE_PATH 135 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
|
D | gdbclient.py | 111 device.pull(remote_path, local_path)
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 83 def pull(self, src, dst=None): member in Adb 299 apk = self.adb.pull(device_apk) 318 priv_app_dir = self.adb.pull('/system/priv-app/') 331 return self.adb.pull(file_path)
|
/development/gsi/gsi_util/gsi_util/mounters/ |
D | adb_mounter.py | 56 if not adb_utils.pull(filename, filename_in_storage, self._serial_num):
|
/development/python-packages/gdbrunner/ |
D | __init__.py | 244 device.pull(remote_temp_path, local_path)
|
/development/python-packages/adb/ |
D | device.py | 441 def pull(self, remote, local): member in AndroidDevice
|
/development/tools/apkcheck/ |
D | README.txt | 38 use "uses-library" directives to pull in external libraries. Since
|