Searched refs:pull (Results 1 – 13 of 13) 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' \ 34 Note: For Googlers, please read go/repo-pull-for-google for details. 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. 101 To print the change lists with the topic `repo-pull-initial-cl` in JSON file 105 repo_pull.py json 'topic:repo-pull-initial-cl' \ 109 To print the bash commands that can pull the change lists, use the `bash` 113 repo_pull.py bash 'topic:repo-pull-initial-cl' \ [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/scripts/ |
D | runahat | 42 do_adb pull "$dev_file" "$local_file"
|
D | gdbclient.py | 221 device.pull(interp, os.path.join(result, posixpath.basename(interp)))
|
D | lldbclient.py | 221 device.pull(interp, os.path.join(result, posixpath.basename(interp)))
|
/development/tools/privapp_permissions/ |
D | privapp_permissions.py | 105 def pull(self, src, dst=None): member in Adb 421 apk = self.adb.pull(device_apk) 446 priv_app_dir = self.adb.pull(partition + '/priv-app/') 458 return self.adb.pull(file_path)
|
/development/samples/VirtualDeviceManager/ |
D | setup.sh | 208 … && adb -s "${HOST_SERIAL}" pull "${HOST_PERM_DST}" "/tmp/${HOST_PERM_BASENAME}" > /dev/null 2>&1 \
|
D | README.md | 324 adb pull /sdcard/Download/vdmdemo_encoder_output_<displayId>.h264
|
/development/python-packages/gdbrunner/gdbrunner/ |
D | __init__.py | 295 device.pull(remote_temp_path, local_path)
|
/development/samples/VoiceInteractionService/ |
D | README.md | 60 * Search for the events manually or run the below example SQL query to pull out the events.
|
/development/tools/winscope/src/app/components/bottomnav/ |
D | drawer.scss | 64 // we have to pull the side drawers above it.
|
/development/python-packages/adb/adb/ |
D | __init__.py | 404 def pull(self, remote: str, local: str) -> str: member in AndroidDevice
|
/development/tools/apkcheck/ |
D | README.txt | 38 use "uses-library" directives to pull in external libraries. Since
|