Home
last modified time | relevance | path

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

12

/tools/acloud/pull/
Dpull_test.py28 from acloud.pull import pull
44 self.Patch(pull, "SelectLogFileToPull", return_value=selected_files)
45 self.Patch(pull, "GetDownloadLogFolder", return_value="fake_folder")
46 self.Patch(pull, "PullLogs")
47 self.Patch(pull, "DisplayLog")
48 pull.PullFileFromInstance(cfg, instance)
49 self.assertEqual(pull.DisplayLog.call_count, 0)
53 self.Patch(pull, "SelectLogFileToPull", return_value=selected_files)
54 pull.PullFileFromInstance(cfg, instance)
55 self.assertEqual(pull.DisplayLog.call_count, 1)
[all …]
/tools/acloud/
DREADME.md45 * [pull](#pull)
173 ### **pull**
180 * Pull logs from a sole instance or prompt user to choose one to pull if where
183 > $ acloud pull
187 > $ acloud pull --instance-name "instance-name"
191 > $ acloud pull --instance-name "instance-name" --file-name "file-name"
DAndroid.bp189 "pull/*.py",
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py53 from acloud.pull import pull
413 log_files = pull.GetAllLogFilePaths(self._ssh)
414 error_log_folder = pull.GetDownloadLogFolder(instance)
415 pull.PullLogs(self._ssh, log_files, error_log_folder)
/tools/test/connectivity/acts/tests/google/wifi/
DWifiIFSTwTest.py180 self.dut.adb.pull("%s %s" % (br_out_path, self.dut.log_path))
181 self.dut.adb.pull("/data/anr {}".format(current_path), timeout=600)
186 self.dut.adb.pull("/data/misc/logd {}".format(current_path))
187 self.dut.adb.pull(
/tools/acloud/public/
Dacloud_main.py130 from acloud.pull import pull
131 from acloud.pull import pull_args
425 report = pull.Run(args)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py961 self.adb.pull("%s %s" % (br_out_path, full_out_path))
1013 self.adb.pull(
1063 self.adb.pull(
1074 self.adb.pull(
1100 self.adb.pull(
Dadb.py263 def pull(self, member in AdbProxy
/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/openhst/docs/
Dcontributing.md22 use GitHub pull requests for this purpose. Consult
23 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
24 information on using pull requests.
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Ddut_log_test_utils.py134 ad.adb.pull("{} {}".format(DEVICE_DIAGMDLOG_FOLDER, local_logpath))
146 ad.adb.pull("{} {}".format(DEVICE_DIAGMDLOG_FOLDER,
Dgnss_test_utils.py335 ad.adb.pull("%s %s" % (GNSSSTATUS_LOG_PATH+".", gnss_log_path),
347 ad.adb.pull("%s %s" % (output_path, qxdm_log_path),
350 output = ad.adb.pull("%s %s" % (path, qxdm_log_path),
/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/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/trebuchet/scripts/
Drun-user-switch-perf.sh16 adb pull /sdcard/atrace-ss.txt /tmp
Drun-startup.sh38 $ADB pull /sdcard/atrace.trace
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DIperfHelper.py89 dut.adb.pull(PULL_FILE)
/tools/trebuchet/trebuchet/system-server-analyzer/
DREADME.md20 `adb pull /sdcard/atrace-ss.txt`
/tools/metalava/
DDOWNLOADING.md35 5. Now your repository is configured to pull only what you need for building and running Metalava. …
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dui_utils.py76 device.adb.pull('/sdcard/window_dump.xml %s' % device.log_path)
/tools/trebuchet/trebuchet/user-switch-analyzer/
DREADME.md22 `adb pull /sdcard/atrace-ss.txt`
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarTpcTest.py46 self.dut.adb.pull(self.sar_file_path, self.backup_sar_path)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Daudio_capture_device.py128 self._ad.adb.pull(cmd)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py49 ad.adb.pull('{} {}'.format(ini_file_phone, ini_file_local))
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md7 change to pull it out of presubmit check.

12