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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/ManualTests/
input-type-file-drag-drop.html 15 <li> Dropping a symlink'd file should accpect/show/upload the target, not the symlink itself.
  /external/chromium_org/third_party/tcmalloc/
README.chromium 63 6) Create the CL, upload, check it in:
66 $ gcl upload CL
80 3) Create the CL, upload, check in:
83 $ gcl upload CL
  /frameworks/base/docs/html/distribute/googleplay/publish/
index.jd 13 <p>Upload apps, build your product pages, configure prices and
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 44 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset);
74 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::CpuPixelBuffer
93 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset);
149 void GpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::GpuPixelBuffer
  /external/chromium_org/net/base/
upload_element_reader.h 18 // An interface to read an upload data element.
45 // Returns true if the upload element is entirely in memory.
  /external/chromium_org/ppapi/c/trusted/
ppb_url_loader_trusted.h 29 * Callback that indicates the status of the download and upload for the
55 * Registers that the given function will be called when the upload or
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
main.py 37 ('/testfile/upload', testfilehandler.Upload),
  /external/chromium_org/ui/views/
debug_utils.cc 63 // Error so users in the field can generate and upload logs.
71 // Error so users in the field can generate and upload logs.
  /external/chromium_org/webkit/common/
resource_request_body.h 23 // A struct used to represent upload data. The data field is populated by
47 // Identifies a particular upload instance, which is used by the cache to
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
notification.html 85 * @param {number} total Total number of files to upload.
124 * Shows information about upload failure.
126 * @param {number} total Total number of files to upload.
136 * Shows information about upload cancelation.
138 * @param {number} total Total number of files to upload.
148 * Shows information about upload success.
  /external/chromium/net/base/
upload_data.h 26 // Invoked when a new data chunk was given for a chunked transfer upload.
97 // chunked transfer encoding and not buffered until the full upload data
159 // Sets the callback to be invoked when a new chunk is available to upload.
162 // Initializes the object to send chunks of upload data over time rather
167 // Returns the total size in bytes of the data to upload.
180 // Identifies a particular upload instance, which is used by the cache to
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 317 * know what data to upload.
365 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
474 upload[nr_uploads++] = input;
478 /* If we need to upload all the arrays, then we can trim those arrays to
495 /* All uploads are interleaved, so upload the arrays together as
496 * interleaved. First, upload the contents and set up upload[0].
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
503 /* Then, just point upload[i] at upload[0]'s buffer. *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 317 * know what data to upload.
365 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
474 upload[nr_uploads++] = input;
478 /* If we need to upload all the arrays, then we can trim those arrays to
495 /* All uploads are interleaved, so upload the arrays together as
496 * interleaved. First, upload the contents and set up upload[0].
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
503 /* Then, just point upload[i] at upload[0]'s buffer. *
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_uploader_unittest.cc 57 // Sets up an expected upload content. InitiateUpload and ResumeUpload will
76 // Handles a request for obtaining an upload location URL.
88 // Calls back the upload URL for subsequent ResumeUpload requests.
111 // Calls back the upload URL for subsequent ResumeUpload requests.
128 // The upload range should start from the current first unreceived byte.
132 // The upload data must be split into 512KB chunks.
137 // The upload URL returned by InitiateUpload() must be used.
145 // Update the internal status of the current upload session.
162 // Handles a request to fetch the current upload status.
168 // The upload URL returned by InitiateUpload() must be used
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 40 * UploadPage object is responsible for manipulating upload page.
87 this.uploadButton_ = document.querySelector('.upload-button');
104 * Adds more files to upload.
114 * Loads files to upload from background page.
122 * @return {boolean} Whether upload should be enabled.
143 * Enables/disables upload button as needed.
160 * Shows the number of upload files.
262 * Event handler for upload button clicked.
324 * Closes the upload page.
  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.cc 86 // Asynchronously fetches the list of upload WebRTC logs. Called from JS.
145 DictionaryValue* upload = new DictionaryValue(); local
146 upload->SetString("id", i->id);
147 upload->SetString("time", base::TimeFormatFriendlyDateAndTime(i->time));
148 upload_list.Append(upload);
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
packaging.html 85 <li><a href="#upload">Upload</a> the extension to the Chrome Web Store</li>
140 <h2 id="upload"> Uploading a previously packaged extension to the Chrome Web Store</h2>
144 to upload an extension that you've previously packaged yourself.
165 <li> Upload the ZIP file using the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragprog.c 66 boolean upload = FALSE; local
74 upload = TRUE;
91 upload = TRUE;
95 if (upload)
102 if (nv30->state.fragprog != fp || upload) {
  /external/llvm/docs/
Phabricator.rst 30 Phabricator has a tool called *Arcanist* to upload patches from
43 Note that you can upload patches created through various diff tools,
51 to upload your patch):
56 To upload a new patch:
60 * Paste the text diff or upload the patch file.
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragprog.c 66 boolean upload = FALSE; local
74 upload = TRUE;
91 upload = TRUE;
95 if (upload)
102 if (nv30->state.fragprog != fp || upload) {
  /external/chromium_org/cc/layers/
nine_patch_layer_unittest.cc 80 // Setting a bitmap set should trigger a single full upload.
93 // Upload the texture.
109 // Nothing changed, so no repeated upload.
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 23 ResourceUpdate upload = ResourceUpdate::Create( local
26 queue->AppendPartialUpload(upload);
28 queue->AppendFullUpload(upload);
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.h 34 // changes. The CloudPolicyClient is used to upload the device certificate to
74 // Checks if a certificate has already been uploaded and, if not, upload.
81 // Called when a certificate upload operation completes. On success, |status|
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.h 28 // downloads for upload to drive service.
61 // Checks if there is a Drive upload associated with |download|
91 // Starts the upload of a downloaded/downloading file.
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.cc 104 // TODO(palmer): Currently, the upload is fire-and-forget but soon we will
111 LOG(WARNING) << "Certificate upload failed"
115 LOG(WARNING) << "Certificate upload HTTP status: "

Completed in 619 milliseconds

1 2 3 45 6 7 8 91011>>