Searched refs:Upload (Results 1 - 21 of 21) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader_test.cc76 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
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));
H A Dgoogle_crashdump_uploader.h82 bool Upload(int* http_status_code,
H A Dgoogle_crashdump_uploader.cc164 bool GoogleCrashdumpUploader::Upload(int* http_status_code, function in class:google_breakpad::GoogleCrashdumpUploader
/external/chromium-trace/catapult/third_party/webtest/webtest/
H A D__init__.py22 from webtest.forms import Upload namespace
H A Dapp.py337 :class:`webtest.forms.Upload` fields included::
342 ('uploadfield', webapp.Upload('filename.txt', 'contents'),
502 elif isinstance(value, forms.Upload):
704 if isinstance(v, (forms.File, forms.Upload))]
H A Dforms.py16 class Upload(object): class in inherits:object
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">
47 return '<Upload "%s">' % self.filename
/external/google-breakpad/src/client/linux/sender/
H A Dgoogle_crash_report_sender.cc103 g.Upload(NULL, NULL, NULL);
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
H A Duploads_test.py46 self.__upload = storage.Upload.FromStream(
136 second_upload_attempt = apitools_base.Upload.FromData(
141 final_upload_attempt = apitools_base.Upload.FromData(
149 completed_upload_attempt = apitools_base.Upload.FromData(
/external/ceres-solver/scripts/
H A Dmake_release117 - Upload /tmp/ceres-solver-$1.tar.gz
/external/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go63 uploadOnlyPath = flag.String("upload-from", "", "Upload a directory of symbol files that has been dumped independently.")
182 // Upload enqueues the contents of filepath to be uploaded.
183 func (uq *UploadQueue) Upload(filepath string) {
281 dq.uq.Upload(symfile)
301 uq.Upload(path.Join(directory, entry))
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Duploader.py35 def Upload(self, force=False): member in class:CloudStorageUploader
36 """Upload all pending files and then write the updated config to disk.
79 """Attempt to undo the previous call to Upload.
81 Does nothing if no previous call to Upload was made, or if nothing was
H A Dbase_config.py193 Upload a new file to cloud storage for the given dependency and platform
248 Upload all files pending upload and then write the updated config to
274 item_pending_upload.Upload(force)
/external/chromium-trace/catapult/telemetry/
H A Dcloud_storage161 class Upload(command_line.Command): class in inherits:command_line.Command
162 """Upload files to Cloud Storage."""
195 commands = (Ls, Mv, Rm, Upload)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dtransfer_test.py209 upload = transfer.Upload.FromStream(
225 upload = transfer.Upload.FromStream(
H A Dtransfer.py2 """Upload and download support for apitools."""
25 'Upload',
59 print('Upload complete')
518 class Upload(_Transfer): class in inherits:_Transfer
520 """Data for a single Upload.
538 super(Upload, self).__init__(
559 """Create a new Upload object from a filename."""
575 """Create a new Upload object from a stream."""
584 """Create a new Upload of stream from serialized json_data and http."""
593 'Cannot override total_size on serialized Upload')
[all...]
/external/libmicrohttpd/doc/chapters/
H A Dlargerpost.inc32 Upload a file, please!<br>\n\
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
H A Dperfdiag.py246 # names are the same as documented in PerfDiagCommand.Upload.
252 # Field names are the same as documented in PerfDiagCommand.Upload.
314 cls.Upload(args.file_name, args.object_name, args.use_file)
326 cls.Upload(args.file_name, args.object_name, args.use_file,
850 # Upload the components in parallel.
911 obj_metadata = self.Upload(self.thru_file_names[i],
924 obj_metadata = self.Upload(self.mem_thru_file_name,
934 self.Upload(self.tcp_warmup_file, warmup_obj_name)
980 self.Upload(self.tcp_warmup_file, warmup_obj_name)
999 self.Upload(file_name
1113 def Upload(self, file_name, object_name, use_file=False, file_start=0, member in class:PerfDiagCommand
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dgcs_json_api.py828 """Upload implementation. Cloud API arguments, plus two more.
890 apitools_upload = apitools_transfer.Upload(
921 apitools_upload = apitools_transfer.Upload.FromData(
928 apitools_upload = apitools_transfer.Upload(
/external/regex-re2/lib/codereview/
H A Dcodereview.py282 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): member in class:CL
1370 d.Upload(ui, repo, quiet=True)
1815 cl.Upload(ui, repo, gofmt_just_warn=True)
1929 cl.Upload(ui, repo, gofmt_just_warn=True)
1981 # We're committed. Upload final patch, close review, add commit message.
2087 cl.Upload(ui, repo)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1.py2468 upload = apitools_base.Upload.FromFile(
/external/bison/
H A Dmaint.mk1460 $(AM_V_at)echo " *** Upload the doc/manual directory to web-cvs."

Completed in 635 milliseconds