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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_rebase.c 34 * imply that we need to re-upload the vertex data on each draw call.
35 * In that case, we want to avoid starting the upload at zero, as it
40 * If we just upload the new data, however, the indices will be
41 * incorrect as we tend to upload each set of vertex data to a new
115 * - can't save time by trying to upload half a vbo - typically it is
214 * VBO-based upload schemes. However this may still not be a fast
  /external/mesa3d/src/mesa/vbo/
vbo_rebase.c 34 * imply that we need to re-upload the vertex data on each draw call.
35 * In that case, we want to avoid starting the upload at zero, as it
40 * If we just upload the new data, however, the indices will be
41 * incorrect as we tend to upload each set of vertex data to a new
115 * - can't save time by trying to upload half a vbo - typically it is
214 * VBO-based upload schemes. However this may still not be a fast
  /packages/apps/Browser/src/com/android/browser/
UploadHandler.java 32 * Handle the file upload callbacks from WebView here
37 * The Object used to inform the WebView of the file to upload.
139 //Ensure it is not still set from a previous upload.
190 // file upload chooser.
199 // we sent, so fallback to the default file upload control.
205 // Nothing can return us a file, so file upload is effectively disabled.
  /external/chromium/chrome/browser/metrics/
metrics_response_unittest.cc 29 "<limit events=\"500\"/><upload interval=\"600\"/>"
39 "<limit events=\"250\"/><upload interval=\"900\"/>"
  /external/chromium/net/ftp/
ftp_transaction.h 74 // Returns the upload progress in bytes. If there is no upload data,
  /external/chromium_org/cc/layers/
nine_patch_layer.cc 66 ResourceUpdate upload = ResourceUpdate::Create(resource_->texture(), local
71 queue->AppendFullUpload(upload);
  /external/chromium_org/chrome/app/
breakpad_linux_impl.h 59 bool upload; // Whether to upload or save crash dump. member in struct:BreakpadInfo
  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 37 // TODO(satorux): We should find a way to handle the upload case more nicely,
130 AddTaskToQueue(UPLOAD, resource_id, delay_);
148 case UPLOAD:
188 case UPLOAD:
194 type == UPLOAD ? file_system::UpdateOperation::RUN_CONTENT_CHECK
208 // Give priority to upload tasks over fetch tasks, so that dirty files are
212 DVLOG(1) << "Queuing to upload: " << resource_id;
348 LOG(WARNING) << "Failed to upload " << resource_id << ": "
  /external/chromium_org/chrome/browser/google_apis/
drive_api_url_generator_unittest.cc 223 "https://www.googleapis.com/upload/drive/v2/files?uploadType=resumable",
227 "http://127.0.0.1:12345/upload/drive/v2/files?uploadType=resumable",
234 "https://www.googleapis.com/upload/drive/v2/files/0ADK06pfg"
238 "https://www.googleapis.com/upload/drive/v2/files/0Bz0bd074"
242 "https://www.googleapis.com/upload/drive/v2/files/file%3Afile_id"
247 "http://127.0.0.1:12345/upload/drive/v2/files/0ADK06pfg"
252 "http://127.0.0.1:12345/upload/drive/v2/files/0Bz0bd074"
257 "http://127.0.0.1:12345/upload/drive/v2/files/file%3Afile_id"
base_requests.h 252 // initiating the upload of a file.
253 // |callback| will be called with the obtained upload URL. The URL will be
257 // 1) Get the upload URL with a class inheriting InitiateUploadRequestBase.
258 // 2) Upload the first 1GB (see kUploadChunkSize in drive_uploader.cc)
259 // of the target file to the upload URL
260 // 3) If there is more data to upload, go to 2).
264 // |callback| will be called with the upload URL, where upload data is
299 // used to continue uploading more data. These are set to -1 if an upload
313 // |upload_url| is the URL of where to upload the file to
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
icons.html 44 If you upload your extension, app, or theme using the
46 you'll need to upload additional images,
  /external/chromium_org/net/base/
upload_data.h 41 // Initializes the object to send chunks of upload data over time rather
62 // Identifies a particular upload instance, which is used by the cache to
  /external/chromium_org/net/ftp/
ftp_transaction.h 73 // Returns the upload progress in bytes. If there is no upload data,
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.h 37 // Upload the given data to the vertex buffer. The size must match the size
38 // passed in the constructor for the first upload. Subsequent uploads must
  /development/ndk/platforms/android-9/samples/native-audio/res/values/
strings.xml 24 <item>http://upload.wikimedia.org/wikipedia/commons/6/6d/Banana.ogg</item>
  /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/net/http/
http_request_info.h 44 // Any upload data.
  /external/chromium_org/ash/resources/
PRESUBMIT.py 23 """Checks common to both upload and commit."""
  /external/chromium_org/build/ios/
PRESUBMIT.py 26 """Checks common to both upload and commit."""
  /external/chromium_org/cc/scheduler/
texture_uploader_unittest.cc 157 uploader->Upload(data,
218 // Upload a tightly packed 256x256 RGBA texture.
227 // Upload a tightly packed 41x43 RGBA texture.
236 // Upload a tightly packed 82x86 LUMINANCE texture.
  /external/chromium_org/chrome/app/theme/
PRESUBMIT.py 23 """Checks common to both upload and commit."""
  /external/chromium_org/chrome/browser/drive/
drive_uploader.h 32 // Callback to be invoked once the upload has completed.
62 // Called when an upload is done regardless of it was successful or not.
84 // Expected ETag for the destination file. If it does not match, the upload
170 // Starts to get the current upload status for the file uploading.
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader.cc 18 // Header sent on initial request to start the two phase upload process.
38 // Begins the upload process.
130 DVLOG(1) << "upload location: " << location;
137 LOG(ERROR) << "Invalid response to upload request: "
  /external/chromium_org/chrome/browser/sync/glue/
data_type_error_handler.h 25 // This will create a syncer::SyncError object. This will also upload
  /external/chromium_org/chrome/browser/ui/webui/options/
reset_profile_settings_handler.h 53 // gave his consent to upload broken settings to Google for analysis.

Completed in 1757 milliseconds

1 2 3 4 56 7 8 91011>>