HomeSort by relevance Sort by last modified time
    Searched refs:Upload (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/google-breakpad/src/common/linux/
google_crashdump_uploader_test.cc 76 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
81 char tempfn[80] = "/tmp/googletest-upload-XXXXXX";
103 ASSERT_TRUE(uploader->Upload(NULL, NULL, NULL));
123 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
139 ASSERT_FALSE(uploader.Upload(NULL, NULL, NULL));
154 ASSERT_FALSE(uploader1.Upload(NULL, NULL, NULL));
168 ASSERT_FALSE(uploader2.Upload(NULL, NULL, NULL));
google_crashdump_uploader.h 82 bool Upload(int* http_status_code,
google_crashdump_uploader.cc 164 bool GoogleCrashdumpUploader::Upload(int* http_status_code,
  /external/google-breakpad/src/client/linux/sender/
google_crash_report_sender.cc 38 "The crash server to upload minidumps to.");
103 g.Upload(NULL, NULL, NULL);
  /external/toolchain-utils/cwp/bartlett/
server.py 8 the file upload but left in the code for debugging purposes
9 "/upload": Updates the datastore with a new file. the upload depends on
17 key in the datastore and date is the file upload time and date.
58 <form action="/upload" enctype="multipart/form-data" method="post">
71 class Upload(webapp.RequestHandler):
143 ('/upload', Upload),
  /frameworks/support/buildSrc/
release.gradle 16 // upload anchor for subprojects to upload their artifacts to the local repo.
39 def includeFilters = subprojects.collect { it.tasks.withType(Upload) }.findResults {
  /frameworks/support/buildSrc/src/main/kotlin/androidx/build/
MavenUploadHelper.kt 23 import org.gradle.api.tasks.Upload
44 val uploadTask = project.tasks.getByName("uploadArchives") as Upload
128 // Before the upload, make sure the repo is ready.
  /test/vts/harnesses/tradefed/src/com/android/tradefed/util/
VtsDashboardUtil.java 102 * @param message, DashboardPostMessage that keeps the result to upload.
104 public void Upload(DashboardPostMessage message) {
114 Upload(messageFilePath);
125 * @param message, DashboardPostMessage file path that keeps the result to upload.
127 public void Upload(String messageFilePath) {
134 CLog.i(String.format("Upload command: %s", commandTemplate));
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
upload_system_symbols.go 36 and then upload them to Google's crash infrastructure.
38 The tool can also be used to only dump libraries or upload from a directory. See -help for more
63 uploadOnlyPath = flag.String("upload-from", "", "Upload a directory of symbol files that has been dumped independently.")
64 dumpOnlyPath = flag.String("dump-to", "", "Dump the symbols to the specified directory, but do not upload them.")
103 // -upload-from specified, so handle that case early.
125 // If -dump-to was not specified, then run the upload pipeline and create
182 // Upload enqueues the contents of filepath to be uploaded.
183 func (uq *UploadQueue) Upload(filepath string) {
198 for i := 0; i < 3; i++ { // Give each upload 3 attempts to succeed
    [all...]
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
uploader.py 20 'Attempted to partially initialize upload data with bucket %s, '
35 def Upload(self, force=False):
36 """Upload all pending files and then write the updated config to disk.
38 Will attempt to copy files existing in the upload location to a backup
43 file already exists in the upload location.
47 upload location of a file already exists.
57 logging.debug('A file already exists at upload path %s in self.cs_bucket'
73 logging.error('Failed to upload %s to %s in cloud_storage bucket %s',
79 """Attempt to undo the previous call to Upload.
81 Does nothing if no previous call to Upload was made, or if nothing wa
    [all...]
base_config.py 198 Upload a new file to cloud storage for the given dependency and platform
253 Upload all files pending upload and then write the updated config to
258 file already exists in the upload location.
261 True: if the config was dirty and the upload succeeded.
266 upload location of a file already exists.
275 logging.debug('No files needing upload.')
279 item_pending_upload.Upload(force)
  /tools/acloud/internal/lib/
gstorage_client.py 79 def Upload(self, local_src, bucket_name, object_name, mime_type):
gstorage_client_test.py 60 """Test Upload."""
79 response = self.client.Upload(self.LOCAL_SRC, self.BUCKET, self.OBJECT,
91 """Test Upload when OSError is raised."""
93 self.assertRaises(errors.DriverError, self.client.Upload,
  /external/python/cpython3/Tools/msi/
uploadrelease.bat 54 msbuild /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x86 %PURGE_OPTION%
55 msbuild /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x64 /p:IncludeDoc=false %PURGE_OPTION%
68 echo --host (-o) Specify the upload host (required)
74 echo --skip-test (-T) Does not perform post-upload tests
  /system/iot/attestation/at-factory-tool/
fastbootsh.py 133 def Upload(self, file_path):
fastbootsh_unittest.py 125 # Test FastbootDevice.Upload
131 message = device.Upload(command)
146 device.Upload(command)
fastbootsubp_unittest.py 141 # Test FastbootDevice.Upload
147 message = device.Upload(command)
161 device.Upload(command)
atftman.py 168 def Upload(self, file_path):
169 return self._fastboot_device_controller.Upload(file_path)
623 Download file from one device and store it into a tmp file. Upload file from
636 src.Upload(file_path)
    [all...]
  /external/skia/infra/bots/recipes/
bookmaker.py 129 # If there are any new changes then upload and commit the changes.
140 api.run(api.step, 'Generate and Upload Markdown files', cmd=cmd)
329 api.step_data('Generate and Upload Markdown files', retcode=1)
  /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsTestPlanResultReporter.java 144 dashboardUtil.Upload(postMessage);
  /test/vts/testcases/template/hal_hidl_gtest/
hal_hidl_gtest.py 239 self.sancov.Upload()
  /external/skia/infra/bots/
gen_tasks.go 48 // Name prefix for upload jobs.
49 PREFIX_UPLOAD = "Upload"
583 // Upload the skiaserve binary only for Linux Android compile bots.
845 // Upload results if necessary.
873 // doUpload indicates whether the given Job should upload its results.
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 48 // Name prefix for upload jobs.
49 PREFIX_UPLOAD = "Upload"
587 // Upload the skiaserve binary only for Linux Android compile bots.
849 // Upload results if necessary.
877 // doUpload indicates whether the given Job should upload its results.
    [all...]
  /test/vts/utils/python/coverage/
sancov_utils.py 225 def Upload(self):
  /external/skia/tools/
bisect_roll.go 199 // Upload a roll.

Completed in 419 milliseconds

1 2 3