Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 12 of 12) 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' \
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.
99 To print the change lists with the topic `repo-pull-initial-cl` in JSON file
103 repo_pull.py json 'topic:repo-pull-initial-cl' \
107 To print the bash commands that can pull the change lists, use the `bash`
111 repo_pull.py bash 'topic:repo-pull-initial-cl' \
116 To pull the change lists immediately, use the `pull` command:
[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/tools/privapp_permissions/
Dprivapp_permissions.py83 def pull(self, src, dst=None): member in Adb
309 apk = self.adb.pull(device_apk)
329 system_priv_app_dir = self.adb.pull('/system/priv-app/')
349 product_priv_app_dir = self.adb.pull('/product/priv-app/')
357 self.adb.pull('/system/product/priv-app/'))
377 sys_path = self.adb.pull(file_path)
383 sys_path = self.adb.pull(fallback_file_path)
/development/scripts/
Dgdbclient120 adb pull $EXE $LOCAL_EXE_PATH
135 adb pull /system/bin/linker$USE64BIT $SYMBOLS_DIR/system/bin/linker$USE64BIT
Drunahat42 do_adb pull "$dev_file" "$local_file"
Dgdbclient.py207 device.pull(interp, os.path.join(result, posixpath.basename(interp)))
/development/gsi/gsi_util/gsi_util/utils/
Dadb_utils.py34 def pull(local_filename, remote_filename, serial_num=None): function
/development/gsi/gsi_util/gsi_util/mounters/
Dadb_mounter.py56 if not adb_utils.pull(filename, filename_in_storage, self._serial_num):
/development/python-packages/gdbrunner/
D__init__.py256 device.pull(remote_temp_path, local_path)
/development/python-packages/adb/
Ddevice.py441 def pull(self, remote, local): member in AndroidDevice
/development/tools/apkcheck/
DREADME.txt38 use "uses-library" directives to pull in external libraries. Since
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv505 …form/cts,fake_mCvxaTzkTTaNfDI614yZrQ@fakeemail.com,media bitstreams test: pull file and read inste…
4700 …ake_t9ytQWbsQD-kWBBuTR2NMg@fakeemail.com,CTS: Use ITestDevice instance to pull device info and tes…
5978 …system/core,fake_vTBm4PlzRd6YcQIBqaoi_A@fakeemail.com,Create build target to pull adb test scripts.
6690 …ore,fake_TKtbFpDGTEGasvBhGDq5XA@fakeemail.com,system/core: preparation to pull back interfaces fro…
6740 …fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,adb: symlinks to dirs count as dirs for pull destination.
9930 …65d2dd,platform/external/libdrm,fake_kp7q_ciGSc6nHEAuX4Z11Q@fakeemail.com,pull in sys/sysmacros.h …
10635 …Calculator,fake_bwU7XPItSNqrh5ivIKM6-A@fakeemail.com,Implement ViewDragHelper to pull down history.
10837 …ks/opt/telephony,fake_1fUW3H2BRIK7XdJqX0umPA@fakeemail.com,Handle failure to pull an external call.
10877 …1fUW3H2BRIK7XdJqX0umPA@fakeemail.com,"Add ""SIP forbidden"" as valid reason for call pull failure."
19100 …s/Bluetooth,fake_xBU6kxE-Q-2NTqaSj0qOpw@fakeemail.com,PBAP update TIMES_CONTACTS after pull CallLog
[all …]