/tools/trebuchet/ |
D | CONTRIBUTING.md | 21 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/ |
D | WifiIFSTwTest.py | 181 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(
|
D | WifiPowerTest.py | 142 self.dut.adb.pull(pmc_iperf_json_file, " ", dest)
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 241 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/ |
D | GCSBucketUtilFuncTest.java | 85 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/ |
D | android_device.py | 952 self.adb.pull("%s %s" % (br_out_path, full_out_path)) 987 self.adb.pull( 1031 self.adb.pull( 1042 self.adb.pull(
|
D | diag_logger.py | 134 def pull(self, session_id=None, out_path=None): member in DiagLoggerBase
|
D | adb.py | 270 def pull(self, member in AdbProxy
|
/tools/trebuchet/scripts/ |
D | run-startup.sh | 38 $ADB pull /sdcard/atrace.trace
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 497 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/ |
D | IperfHelper.py | 89 dut.adb.pull(PULL_FILE)
|
D | PowerBaseTest.py | 494 self.dut.adb.pull(PULL_FILE)
|
/tools/test/connectivity/acts/framework/acts/test_utils/net/ |
D | net_test_utils.py | 283 ad.adb.pull("%s/. %s" % (TCPDUMP_PATH, log_path), timeout=adb_pull_timeout)
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 7 change to pull it out of presubmit check.
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | bt_contacts_utils.py | 307 device.adb.pull("{} {}".format(path_on_phone, destination_path))
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 178 ad.adb.pull('{} {}'.format(ini_file_phone, ini_file_local))
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 1093 mylogger.pull(session, diag_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 7339 ad.adb.pull(cmd, timeout=30, ignore_status=True)
|