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

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
main.py 37 ('/testfile/upload', testfilehandler.Upload),
  /external/ceres-solver/scripts/
make_release 113 # Reminder to upload.
117 - Upload /tmp/ceres-solver-$1.tar.gz
122 - Build and upload RPM package.
  /external/chromium_org/cc/scheduler/
texture_uploader.h 45 void Upload(const uint8* image,
texture_uploader.cc 131 void TextureUploader::Upload(const uint8* image,
193 // Use 4-byte row alignment (OpenGL default) for upload performance.
248 // Use 4-byte row alignment (OpenGL default) for upload performance.
253 // Upload tile data via a mapped transfer buffer
texture_uploader_unittest.cc 150 uploader->Upload(data,
206 // Upload a tightly packed 256x256 RGBA texture.
215 // Upload a tightly packed 41x43 RGBA texture.
224 // Upload a tightly packed 82x86 LUMINANCE texture.
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api.cc 30 namespace Upload = api::webrtc_logging_private::Upload;
201 scoped_ptr<Upload::Params> params(Upload::Params::Create(*args_));
  /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)
report_results.py 39 """Upload results to the flakiness dashboard"""
40 logging.info('Upload results for test type "%s", test package "%s" to %s' %
59 flakiness_dashboard_results_uploader.Upload(
82 flakiness_server: If provider, upload the results to flakiness dashboard
  /external/chromium_org/tools/grit/grit/tool/
transl2tc.py 47 Bulk Translation Upload tool.
236 in the format used by the TC's Bulk Translation Upload tool. The file
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 69 [ { taskId: 'upload-picasr',
70 title: 'Upload to Picasr',
74 { taskId: 'upload-orcbook',
75 title: 'Upload to OrcBook',
  /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/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...]
  /external/chromium_org/cc/resources/
resource_provider.cc 605 texture_uploader_->Upload(image,
    [all...]
resource_provider_unittest.cc 564 TEST_P(ResourceProviderTest, Upload) {
    [all...]
  /external/bison/
maint.mk     [all...]

Completed in 164 milliseconds