HomeSort by relevance Sort by last modified time
    Searched defs:Upload (Results 1 - 8 of 8) sorted by null

  /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...]
  /external/chromium-trace/catapult/telemetry/
cloud_storage 161 class Upload(command_line.Command):
162 """Upload files to Cloud Storage."""
195 commands = (Ls, Mv, Rm, Upload)
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 164 bool GoogleCrashdumpUploader::Upload(int* http_status_code,
  /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/third_party/gsutil/third_party/apitools/apitools/base/py/
transfer.py 2 """Upload and download support for apitools."""
25 'Upload',
53 """Print upload progress based on response."""
58 """Print information about a completed upload."""
59 print('Upload complete')
518 class Upload(_Transfer):
520 """Data for a single Upload.
523 stream: The stream to upload.
524 mime_type: MIME type of the upload.
525 total_size: (optional) Total upload size for the stream
    [all...]
  /external/chromium-trace/catapult/third_party/webtest/webtest/
forms.py 16 class Upload(object):
18 A file to upload::
20 >>> Upload('filename.txt', 'data', 'application/octet-stream')
21 <Upload "filename.txt">
22 >>> Upload('filename.txt', 'data')
23 <Upload "filename.txt">
24 >>> Upload("README.txt")
25 <Upload "README.txt">
27 :param filename: Name of the file to upload.
47 return '<Upload "%s">' % self.filenam
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 127 with sliced object download / parallel composite upload
133 download / parallel composite upload, without -m. Sliced
139 using sliced object download / parallel composite upload and
244 # Describes one file in a fanned upload. If need_to_slice is specified as
246 # names are the same as documented in PerfDiagCommand.Upload.
251 # Describes one slice in a sliced upload.
252 # Field names are the same as documented in PerfDiagCommand.Upload.
307 args: A FanUploadTuple object describing this upload.
314 cls.Upload(args.file_name, args.object_name, args.use_file)
322 args: A SliceUploadTuple object describing this upload
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 282 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
309 def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, quiet=False):
333 # and then we'll run an immediate upload.
350 # First upload sets the subject for the CL itself.
353 response_body = MySend("/upload", body, content_type=ctype)
2073 def upload(ui, repo, name, **opts): function
    [all...]

Completed in 1444 milliseconds