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

  /external/chromium_org/tools/code_coverage/
coverage.py 14 coverage.py --upload=<upload_location>
231 def Upload(self, list_coverage, upload_path, sym_path=None, src_root=None):
232 """Upload the results to the dashboard.
239 list_coverage: The list of coverage data files to consoliate and upload.
249 logging.info('Upload path not specified. Will not convert to LCOV')
300 '--upload',
351 cov.Upload(list_coverage,
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 168 def Upload(self, test_results_server):
196 def Upload(results, flakiness_dashboard_server, test_type):
201 flakiness_dashboard_server: the server to upload the results to.
206 uploader.Upload(flakiness_dashboard_server)
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
testfilehandler.py 214 class Upload(webapp2.RequestHandler):
215 """Upload test results file to datastore."""
220 self.response.out.write("FAIL: missing upload file field.")
232 "Processing upload request, master: %s, builder: %s, test_type: %s.",
255 # FIXME: Upload full_results.json files for non-layout tests as well and stop supporting the
277 """Show a form so user can upload a file."""
281 "upload_url": "/testfile/upload",
  /external/chromium_org/cc/scheduler/
texture_uploader.cc 134 void TextureUploader::Upload(const uint8* image,
211 // Use 4-byte row alignment (OpenGL default) for upload performance.
281 // Use 4-byte row alignment (OpenGL default) for upload performance.
286 // Upload tile data via a mapped transfer buffer
  /external/chromium_org/third_party/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...]
  /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 359 milliseconds