HomeSort by relevance Sort by last modified time
    Searched full:upload (Results 26 - 50 of 929) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/
upload_list.h 16 // Loads and parses an upload list text file of the format
20 // where each line represents an upload and "time" is Unix time. Must be used
35 // Invoked when the upload list has been loaded. Will be called on the
43 // Creates a new upload list with the given callback delegate.
46 // Starts loading the upload list. OnUploadListAvailable will be called when
62 // Reads the upload log and stores the entries in |uploads_|.
78 // Parses upload log lines, converting them to UploadInfo entries.
  /external/chromium_org/chrome/test/webdriver/commands/
file_upload_command.cc 45 session_->temp_dir(), FILE_PATH_LITERAL("upload"), &upload_dir)) {
50 base::FilePath upload; local
51 if (!UnzipSoleFile(upload_dir, zip_data, &upload, &error_msg)) {
57 response->SetValue(new base::StringValue(WideToUTF8(upload.value())));
59 response->SetValue(new base::StringValue(upload.value()));
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 491 if (!intel->upload.bo)
494 if (intel->upload.buffer_len) {
495 drm_intel_bo_subdata(intel->upload.bo,
496 intel->upload.buffer_offset,
497 intel->upload.buffer_len,
498 intel->upload.buffer);
499 intel->upload.buffer_len = 0;
502 drm_intel_bo_unreference(intel->upload.bo);
503 intel->upload.bo = NULL;
513 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 491 if (!intel->upload.bo)
494 if (intel->upload.buffer_len) {
495 drm_intel_bo_subdata(intel->upload.bo,
496 intel->upload.buffer_offset,
497 intel->upload.buffer_len,
498 intel->upload.buffer);
499 intel->upload.buffer_len = 0;
502 drm_intel_bo_unreference(intel->upload.bo);
503 intel->upload.bo = NULL;
513 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0)
    [all...]
  /external/chromium_org/cc/resources/
resource_update_queue.h 20 void AppendFullUpload(const ResourceUpdate& upload);
21 void AppendPartialUpload(const ResourceUpdate& upload);
bitmap_skpicture_content_layer_updater.cc 35 ResourceUpdate upload = ResourceUpdate::Create( local
38 queue->AppendPartialUpload(upload);
40 queue->AppendFullUpload(upload);
  /external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.h 13 // Creates the WebRTC log upload list with the given callback delegate.
20 // Creates a new WebRTC log upload list with the given callback delegate.
  /external/chromium_org/chrome/browser/sync/glue/
chrome_report_unrecoverable_error.cc 22 // We only want to upload |kErrorUploadRatio| ratio of errors.
24 return; // We are not allowed to upload errors.
  /external/chromium_org/chrome/test/chromedriver/chrome/
version.cc 11 // This variable must be able to be found and parsed by the upload script.
16 // This variable must be able to be found and parsed by the upload script.
  /external/chromium_org/
codereview.settings 8 GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
9 GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
  /external/chromium_org/components/autofill/core/common/
autofill_pref_names.cc 18 // Double that indicates negative (for not matched forms) upload rate.
21 // Double that indicates positive (for matched forms) upload rate.
  /external/chromium_org/third_party/WebKit/
codereview.settings 6 GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
7 GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
  /external/eigen/scripts/
eigen_gen_docs 14 #step 2 : upload
16 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/dox-devel/ || { echo "upload failed"; exit 1; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 2 """Tests for distutils.command.upload."""
7 from distutils.command import upload as upload_mod
8 from distutils.command.upload import upload namespace
77 cmd = upload(dist)
90 cmd = upload(dist)
97 cmd = upload(dist)
111 cmd = upload(dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 2 """Tests for distutils.command.upload."""
7 from distutils.command import upload as upload_mod
8 from distutils.command.upload import upload namespace
77 cmd = upload(dist)
90 cmd = upload(dist)
97 cmd = upload(dist)
111 cmd = upload(dist)
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 14 upload: favicon.ico
  /external/chromium_org/chrome/browser/ui/options/
options_util.h 12 // Try to make the the crash stats consent and the metrics upload
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 13 upload: favicon.ico
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/templates/
uploadform.html 4 <title>Upload Test Result File</title>
8 <h1>Upload Test Result File</h1>
28 <div><input class=button type="submit" value="Upload"></div>
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
background.html 20 * @param {Array.<picasa.LocalFile>} files Files to upload.
21 * @param {picasa.Album} album Album to upload to.
46 * Starts the upload process.
147 * Event handler for file upload.
169 * Cancels the upload process.
185 * BackgroundPage object opens the upload window and passes upload requests
191 this.uploadPageUrl_ = chrome.extension.getURL('upload.html');
199 if (id == 'upload') {
223 * @param {Array.<picasa.LocalFile>} files Files to upload
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-archive.py 24 parser.add_option('--upload-path',
25 help='Upload path (nativeclient-mirror/nacl/nacl_sdk/XXX)',
32 parser.add_option('--skip-upload',
33 help='Skips upload step',
39 buildbot_common.ErrorExit('--upload-path is required')
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab_10_publishing.html 18 <li> You can upload your app once and know that it will be distributed to all users.</li>
24 <p>The Chrome Web Store has a special <a href="https://chrome.google.com/webstore/developer/dashboard">dashboard for Developers</a> that lets you upload new applications and update existing ones.</p>
30 <li> Visit the <a href="https://chrome.google.com/webstore/developer/dashboard">dashboard</a> and click &quot;Upload new application&quot;.</li>
32 <img src="{{static}}/images/codelab/upload.jpg" alt="Developer Dashboard Upload">
34 <li> Upload.</li>
46 <p>Now you need to upload the assets and extra meta information about your application before you can publish it to the world. These include:</p>
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
googlecode_upload.py 12 # To upload a file to Google Code, you need to provide a path to the
21 # Note that the upload script requests that you enter your
33 # the upload() function, which is the meat of the uploader. You
65 def upload(file, project_name, user_name, password, summary, labels=None): function
66 """Upload a file to a Google Code project's file server.
78 http_status: 201 if the upload succeeded, something else if an
81 file_url: If the upload succeeded, the URL of the file on Google
120 the file to upload. The file will be uploaded to Google Code with
130 # Add the metadata about the upload first
149 # The upload server determines the mime-type, no need to set it
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_requests_unittest.cc 40 const char kTestUploadExistingFilePath[] = "/upload/existingfile/path";
41 const char kTestUploadNewFilePath[] = "/upload/newfile/path";
199 // Returns the response based on set expected upload url.
208 // The request is for resume uploading or the expected upload url is not
218 // Check if the X-Upload-Content-Length is present. If yes, store the
221 request.headers.find("X-Upload-Content-Length");
343 // These are for the current upload file status.
838 EXPECT_EQ(kTestContentType, http_request_.headers["X-Upload-Content-Type"]);
840 http_request_.headers["X-Upload-Content-Length"]);
843 EXPECT_EQ("/upload/drive/v2/files?uploadType=resumable"
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 34 File upload = File.createTempFile("Multipart", "test"); local
36 FileWriter outFile = new FileWriter(upload);
47 parts[1] = new FilePart(upload.getName(), upload);
81 output.append(upload.getName());
83 output.append(upload.getName());

Completed in 508 milliseconds

12 3 4 5 6 7 8 91011>>