/tools/acloud/pull/ |
D | pull_test.py | 28 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/ |
D | README.md | 45 * [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"
|
D | Android.bp | 189 "pull/*.py",
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_multi_stage.py | 53 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/ |
D | WifiIFSTwTest.py | 180 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/ |
D | acloud_main.py | 130 from acloud.pull import pull 131 from acloud.pull import pull_args 425 report = pull.Run(args)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 961 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(
|
D | adb.py | 263 def pull(self, member in AdbProxy
|
/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/openhst/docs/ |
D | contributing.md | 22 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/ |
D | dut_log_test_utils.py | 134 ad.adb.pull("{} {}".format(DEVICE_DIAGMDLOG_FOLDER, local_logpath)) 146 ad.adb.pull("{} {}".format(DEVICE_DIAGMDLOG_FOLDER,
|
D | gnss_test_utils.py | 335 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/ |
D | GCSBucketUtilFuncTest.java | 85 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/ |
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/trebuchet/scripts/ |
D | run-user-switch-perf.sh | 16 adb pull /sdcard/atrace-ss.txt /tmp
|
D | run-startup.sh | 38 $ADB pull /sdcard/atrace.trace
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | IperfHelper.py | 89 dut.adb.pull(PULL_FILE)
|
/tools/trebuchet/trebuchet/system-server-analyzer/ |
D | README.md | 20 `adb pull /sdcard/atrace-ss.txt`
|
/tools/metalava/ |
D | DOWNLOADING.md | 35 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/ |
D | ui_utils.py | 76 device.adb.pull('/sdcard/window_dump.xml %s' % device.log_path)
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | README.md | 22 `adb pull /sdcard/atrace-ss.txt`
|
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BtSarTpcTest.py | 46 self.dut.adb.pull(self.sar_file_path, self.backup_sar_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | audio_capture_device.py | 128 self._ad.adb.pull(cmd)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 49 ad.adb.pull('{} {}'.format(ini_file_phone, ini_file_local))
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 7 change to pull it out of presubmit check.
|