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

1 2

  /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/python/apitools/samples/storage_sample/
uploads_test.py 18 These tests exercise most of the corner cases for upload/download of
61 self.__upload = storage.Upload.FromStream(
87 response = self.__client.objects.Insert(request, upload=self.__upload)
129 request, upload=self.__upload)
142 # Start the upload
145 request, upload=self.__upload)
149 # same upload.
151 second_upload_attempt = apitools_base.Upload.FromData(
156 final_upload_attempt = apitools_base.Upload.FromData(
160 # Verify the upload
    [all...]
  /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),
  /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 218 Upload a new file to cloud storage for the given dependency and platform
273 Upload all files pending upload and then write the updated config to
278 file already exists in the upload location.
281 True: if the config was dirty and the upload succeeded.
286 upload location of a file already exists.
295 logging.debug('No files needing upload.')
299 item_pending_upload.Upload(force)
  /external/python/apitools/apitools/base/py/
transfer_test.py 217 # request body in the case of a multipart upload; for
233 resumable_path=u'/resumable/upload',
235 simple_path=u'/upload',
241 upload = transfer.Upload.FromStream(
249 upload.ConfigureRequest(upload_config, http_request, url_builder)
258 upload = transfer.Upload.FromStream(
265 upload.ConfigureRequest(upload_config, http_request, url_builder)
transfer.py 17 """Upload and download support for apitools."""
40 'Upload',
68 """Print upload progress based on response."""
73 """Print information about a completed upload."""
74 print('Upload complete')
532 class Upload(_Transfer):
534 """Data for a single Upload.
537 stream: The stream to upload.
538 mime_type: MIME type of the upload.
539 total_size: (optional) Total upload size for the stream
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/gensupport/
resumable.go 55 // doUploadRequest performs a single HTTP request to upload data.
80 // Google's upload endpoint uses status code 308 for a
85 // and sets the upload-specific "X-HTTP-Status-Code-Override:
98 // reportProgress calls a user-supplied callback to report upload progress.
112 // transferChunk performs a single HTTP request to upload a single chunk from rx.Media.
151 // Upload starts the process of a resumable upload with a cancellable context.
155 // Before sending an HTTP request, Upload calls any registered hook functions,
159 func (rx *ResumableUpload) Upload(ctx context.Context) (resp *http.Response, err error) {
197 // more to go, upload the next chunk without any delay
    [all...]
  /external/syzkaller/dashboard/app/
fix_test.go 67 // Upload another build with the commit present.
117 // Upload another build with only one of the commits.
132 // Now upload build with both commits.
183 // Upload another build with the wrong commit.
197 // Now upload build with the right commit.
381 // Upload build with 2 fixing commits for this bug.
435 // Upload build that fixes rep2.
468 // Upload build that fixes rep2.
519 // Upload builds that fix rep1 and rep2 with different commits.
repro_test.go 16 // - upload crash -> need repro
17 // - upload syz repro -> still need repro
18 // - upload C repro -> don't need repro
61 // Upload C repro with first crash -> don't need repro.
  /external/python/cpython3/Tools/msi/
uploadrelease.bat 25 if "%1" EQU "--skip-upload" (set NOUPLOAD=true) && shift && goto CheckOpts
62 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x86
64 %MSBUILD% /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x64 /p:IncludeDoc=false
101 echo --host (-o) Specify the upload host (required)
107 echo --skip-test (-T) Does not perform post-upload tests
  /external/skqp/infra/bots/recipes/
bookmaker.py 120 # If there are any new changes then upload and commit the changes.
126 api.run(api.step, 'Generate and Upload Markdown files', cmd=cmd)
314 api.step_data('Generate and Upload Markdown files', retcode=1)
  /external/skia/tools/
bisect_roll.go 199 // Upload a roll.
  /external/skqp/tools/
bisect_roll.go 199 // Upload a roll.
  /external/skia/infra/bots/
gen_tasks.go 65 // Name prefix for upload jobs.
66 PREFIX_UPLOAD = "Upload"
74 SERVICE_ACCOUNT_UPLOAD_CALMBENCH = "skia-external-calmbench-upload@skia-swarming-bots.iam.gserviceaccount.com"
804 if !(strings.HasPrefix(name, "Build-") || strings.HasPrefix(name, "Upload-")) {
900 // Upload the skiaserve binary only for Linux Android compile bots.
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 66 // Name prefix for upload jobs.
67 PREFIX_UPLOAD = "Upload"
76 SERVICE_ACCOUNT_UPLOAD_CALMBENCH = "skia-external-calmbench-upload@skia-swarming-bots.iam.gserviceaccount.com"
811 if !(strings.HasPrefix(name, "Build-") || strings.HasPrefix(name, "Upload-")) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 75 enum Upload {
90 std::string getUploadString (const int upload)
93 return strs[upload];
109 enum Upload upload; member in struct:vkt::image::CaseDef
161 if (caseDef.upload == UPLOAD_DRAW)
174 if (caseDef.upload == UPLOAD_CLEAR || caseDef.upload == UPLOAD_COPY)
280 if (caseDef.upload == UPLOAD_CLEAR)
288 if (caseDef.upload == UPLOAD_DRAW || caseDef.upload == UPLOAD_STORE
    [all...]
  /external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
fusiontables_v1.py 954 'Filename to use for upload.',
959 'MIME type to use for the upload. Only needed if the extension on '
    [all...]
  /external/autotest/client/common_lib/
packages.py 4 upload and remove packages.
244 upload_paths: The list of the upload of repositories to which
295 # Process the upload URLs
356 Clean up custom upload/download areas
513 raise error.PackageUploadError("Invalid Upload Path specified")
552 # upload the package
564 Upload a single file. Depending on the upload path, the appropriate
594 logging.error("Upload of %s to %s failed: %s", file_path,
600 Upload a full directory. Depending on the upload path, the appropriat
    [all...]
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2.py 552 'Filename to use for upload.',
557 'MIME type to use for the upload. Only needed if the extension on '
570 upload_filename: Filename to use for upload.
571 upload_mime_type: MIME type to use for the upload. Only needed if the
582 upload = None
584 upload = apitools_base.Upload.FromFile(
589 request, global_params=global_params, upload=upload)
    [all...]
  /external/grpc-grpc/tools/run_tests/
run_tests.py 50 pass # It's ok to not import because this is only necessary to upload results to BQ.
    [all...]

Completed in 3029 milliseconds

1 2