Home
last modified time | relevance | path

Searched full:upload (Results 1 – 25 of 40) sorted by relevance

12

/test/framework/harnesses/host_controller/command_processor/
Dcommand_upload.py35 """Command processor for upload command.
44 command = "upload"
45 …command_detail = "Upload <src> file to <dest> Google Cloud Storage. In <src> and <dest>, variables…
49 """Initializes the parser for upload command."""
54 help="Path to a source file to upload. Only single file can be "
55 "uploaded per once. Use 'latest- prefix to upload the latest "
69 help="Delete dest recursively before the upload.")
73 help="True to clear all the results after the upload.")
80 "suites. If not specified, the HC will upload the report "
90 """Upload args.src file to args.dest Google Cloud Storage."""
[all …]
Dcommand_config_local.py52 update_build: boolean, indicating whether to upload build info.
68 update_build: boolean, indicating whether to upload build info.
107 help='A boolean value indicating whether to upload build info.')
Dcommand_config.py62 update_build: boolean, indicating whether to upload build info.
130 update_build: boolean, indicating whether to upload build info.
179 update_build: boolean, indicating whether to upload build info.
374 help='A boolean value indicating whether to upload build info.')
Dcommand_release.py207 """upload repackaged vtslab package to GCS.
226 upload_command = "upload --src %s --dest %s" % (package_file_path,
Dcommand_sheet.py80 command_detail = "Convert and upload a file to Google Sheets."
117 help="Whether to upload only the test results for primary ABI. If "
Dcommand_repack.py110 self.console.onecmd("upload --src=%s --dest=%s/%s" %
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsDashboardUtil.java102 * @param message, DashboardPostMessage that keeps the result to upload.
104 public void Upload(DashboardPostMessage.Builder message) { in Upload() method in VtsDashboardUtil
128 Upload(messageFilePath); in Upload()
136 * @param messageFilePath, DashboardPostMessage file path that keeps the result to upload.
138 public Boolean Upload(String messageFilePath) { in Upload() method in VtsDashboardUtil
142 CLog.d(String.format("Upload Result : %s", response)); in Upload()
154 * @param messageFilePath, DashboardPostMessage file path that keeps the result to upload.
164 CLog.d(String.format("Upload command: %s", commandTemplate)); in CurlUpload()
DVtsDashboardApiTransport.java45 * Currently, this class support GET, POST method and media file upload.
68 * Upload file content through GET method.
90 * Upload file content through POST method.
116 * Upload file content through POST method.
119 * @param fileType The file type to upload.
120 * @param testFilePath The file path to upload.
136 * Upload multiple files content through POST method.
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DCrashReporter.java47 private static void upload(ITestDevice device, String testname, JSONArray crashes) { in upload() method in CrashReporter
50 CLog.logAndDisplay(LogLevel.ERROR, "Attempted upload with no test name"); in upload()
70 CLog.logAndDisplay(LogLevel.ERROR, "Upload to device failed"); in upload()
108 * test started signal is received the buffered is cleared. When an upload signal is received
134 upload(mDevice, mTestName, mCrashes); in processLogLine()
/test/vti/test_serving/gae/
Dapp.yaml24 upload: webapp/static/(.*\.(html|js|css|txt|ico))
28 upload: webapp/static/index.html
/test/vts/utils/python/web/
Dweb_utils.py279 """Adds the vector profiling data in order to upload to the web DB.
325 """Adds the labeled vector profiling data in order to upload to the web DB.
351 """Adds the unlabeled vector profiling data in order to upload to the web DB.
463 logging.debug("_tearDownClass hook: status upload time stamp %s",
/test/framework/harnesses/host_controller/script/
Drelease.sh15 echo "To upload, please run:"
/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py92 # To upload to the web DB.
168 # To upload to the web DB.
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java131 * Upload data from a test report message
133 * @param report The test report containing data to upload.
419 * Upload data from a test plan report message
421 * @param report The test plan report containing data to upload.
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py94 # To upload to the web DB.
172 # To upload to the web DB.
/test/vts/utils/python/reporting/
Dreport_file_utils.py67 url_prefix: string, prefix of the url used to upload the link to dashboard.
154 """Upload args src file to the bucket in Google Cloud Storage.
/test/framework/harnesses/host_controller/utils/parser/
Dpb2_utils.py36 upload.
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DResultUploader.java43 * @param reportFile The file to upload.
/test/vts-testcase/performance/audio_loopback_test/
DAudioLoopbackTest.py53 """Process test results and upload to web dashboard.
/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py131 # To upload to the web DB.
/test/vts/utils/python/profiling/
Dprofiling_utils.py423 """Process and upload profiling trace data.
432 upload_api_coverage: whether to upload the API coverage data.
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py75 upload it to dashboard.
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py138 # To upload to the web DB.
/test/vts/doc/
Duser_manual.md114 After Android O release, you will be able to upload that xml file to [AFPE](https://partner.android…
/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py133 # To upload to the web DB.

12