Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 13 of 13) sorted by relevance

/development/tools/repo_pull/
DREADME.md5 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/
DBitmapMesh.java95 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/
Drunahat42 do_adb pull "$dev_file" "$local_file"
Dgdbclient.py221 device.pull(interp, os.path.join(result, posixpath.basename(interp)))
Dlldbclient.py221 device.pull(interp, os.path.join(result, posixpath.basename(interp)))
/development/tools/privapp_permissions/
Dprivapp_permissions.py105 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/
Dsetup.sh208 … && adb -s "${HOST_SERIAL}" pull "${HOST_PERM_DST}" "/tmp/${HOST_PERM_BASENAME}" > /dev/null 2>&1 \
DREADME.md324 adb pull /sdcard/Download/vdmdemo_encoder_output_<displayId>.h264
/development/python-packages/gdbrunner/gdbrunner/
D__init__.py295 device.pull(remote_temp_path, local_path)
/development/samples/VoiceInteractionService/
DREADME.md60 * Search for the events manually or run the below example SQL query to pull out the events.
/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss64 // we have to pull the side drawers above it.
/development/python-packages/adb/adb/
D__init__.py404 def pull(self, remote: str, local: str) -> str: member in AndroidDevice
/development/tools/apkcheck/
DREADME.txt38 use "uses-library" directives to pull in external libraries. Since