Home
last modified time | relevance | path

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

/tools/trebuchet/
DCONTRIBUTING.md21 use GitHub pull requests for this purpose. Consult
22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
23 information on using pull requests.
/tools/test/connectivity/acts/tests/google/wifi/
DWifiIFSTwTest.py181 self.dut.adb.pull("%s %s" % (br_out_path, self.dut.log_path))
182 self.dut.adb.pull("/data/anr {}".format(current_path), timeout=600)
187 self.dut.adb.pull("/data/misc/logd {}".format(current_path))
188 self.dut.adb.pull(
DWifiPowerTest.py142 self.dut.adb.pull(pmc_iperf_json_file, " ", dest)
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py241 ad.adb.pull("%s %s" % (GNSSSTATUS_LOG_PATH, gnss_log_path),
250 ad.adb.pull("%s %s" % (output_path, qxdm_log_path),
253 ad.adb.pull("/firmware/radio/qdsp6m.qdb %s" % qxdm_log_path,
256 ad.adb.pull("/firmware/image/qdsp6m.qdb %s" % qxdm_log_path,
259 ad.adb.pull("/vendor/firmware_mnt/image/qdsp6m.qdb %s"
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java85 mBucket.pull(Paths.get(mRemoteRoot), mLocalRoot); in testDownloadMultiple()
107 mBucket.pull(Paths.get(mRemoteRoot, FILE_NAME), tempDst); in testUploadDownload()
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py952 self.adb.pull("%s %s" % (br_out_path, full_out_path))
987 self.adb.pull(
1031 self.adb.pull(
1042 self.adb.pull(
Ddiag_logger.py134 def pull(self, session_id=None, out_path=None): member in DiagLoggerBase
Dadb.py270 def pull(self, member in AdbProxy
/tools/trebuchet/scripts/
Drun-startup.sh38 $ADB pull /sdcard/atrace.trace
/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java497 public CommandResult pull(Path bucketPath) throws IOException { in pull() method in GCSBucketUtil
508 public CommandResult pull(Path bucketPath, File localFile) throws IOException { in pull() method in GCSBucketUtil
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DIperfHelper.py89 dut.adb.pull(PULL_FILE)
DPowerBaseTest.py494 self.dut.adb.pull(PULL_FILE)
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py283 ad.adb.pull("%s/. %s" % (TCPDUMP_PATH, log_path), timeout=adb_pull_timeout)
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md7 change to pull it out of presubmit check.
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_contacts_utils.py307 device.adb.pull("{} {}".format(path_on_phone, destination_path))
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py178 ad.adb.pull('{} {}'.format(ini_file_phone, ini_file_local))
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py1093 mylogger.pull(session, diag_path)
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py7339 ad.adb.pull(cmd, timeout=30, ignore_status=True)