HomeSort by relevance Sort by last modified time
    Searched full:uploads (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.js 6 * Requests the list of uploads from the backend.
13 * Callback from backend with the list of uploads. Builds the UI.
14 * @param {array} uploads The list of uploads.
17 function updateWebRtcLogsList(uploads, version) {
19 uploads.length);
26 for (var i = 0; i < uploads.length; i++) {
27 var upload = uploads[i];
76 $('no-logs').hidden = uploads.length != 0;
  /external/chromium_org/sync/api/
sync_error_factory.h 21 // Creates a SyncError object and uploads this call stack to breakpad.
  /external/libusb-compat/
Makefile.am 23 rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/
  /external/chromium_org/chrome/browser/
upload_list.h 54 // Populates |uploads| with the |max_count| most recent uploads,
57 void GetUploads(unsigned int max_count, std::vector<UploadInfo>* uploads);
crash_upload_list.cc 15 const char* CrashUploadList::kReporterLogFilename = "uploads.log";
upload_list.cc 95 std::vector<UploadInfo>* uploads) {
99 std::back_inserter(*uploads));
  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.cc 133 std::vector<WebRtcLogUploadList::UploadInfo> uploads; local
134 upload_list_->GetUploads(50, &uploads);
138 uploads.begin(); i != uploads.end(); ++i) {
  /external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
README.chromium 9 A simple script from Google Code support for automating uploads.
  /external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.h 19 * then uploads the result to the gpu
  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 19 * then uploads the result to the gpu
  /external/chromium_org/cc/resources/
resource_update_controller.cc 149 size_t uploads = std::min( local
152 if (!uploads)
155 while (queue_->FullUploadSize() && uploads--)
resource_update_controller.h 43 // Discard uploads to textures that were evicted on the impl thread.
pixel_buffer_raster_worker_pool.cc 294 // Uploads complete in the order they are issued.
313 // Force all uploads required for activation to complete.
314 // During shutdown, force all pending uploads to complete.
325 // Force uploads in reverse order. Since forcing can cause a wait on
326 // all previous uploads, we would rather wait only once downstream.
335 // Release shared memory and move tasks with completed uploads
409 // pending raster tasks or pending uploads.
459 // All raster tasks need to be throttled by bytes of pending uploads.
ui_resource_bitmap.h 25 // can hold references to the bitmap and that asynchronous uploads are allowed.
  /external/chromium_org/chrome/browser/metrics/
metrics_reporting_scheduler.h 20 // Starts scheduling uploads. This in a no-op if the scheduler is already
24 // Stops scheduling uploads.
  /external/chromium_org/chrome/test/functional/ispy/common/
cloud_bucket.py 17 """Uploads a file to GS.
41 """Uploads a file to GS.
  /external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py 22 """Searches for .sha1 files and uploads them to Cloud Storage.
27 # script focuses on WPR archives, so it only uploads to the internal bucket.
  /external/chromium_org/tools/perf/page_sets/
PRESUBMIT.py 27 """Searches for .sha1 files and uploads them to Cloud Storage.
35 # script focuses on WPR archives, so it only uploads to the internal bucket.
  /external/chromium_org/cc/layers/
picture_image_layer.cc 35 // With this check in place we avoid unecessary texture uploads.
  /external/chromium_org/chrome/browser/drive/
drive_uploader.h 46 // Uploads a new file to a directory specified by |upload_location|.
76 // Uploads an existing file (a file that already exists on Drive).
174 // Uploads the next chunk of data from the file.
188 // Handle failed uploads.
  /external/chromium_org/content/shell/app/
shell_breakpad_client.cc 45 return base::FilePath(FILE_PATH_LITERAL("uploads.log"));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen.h 65 pipe_mutex swc_mutex; /* Used for buffer uploads */
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen.h 65 pipe_mutex swc_mutex; /* Used for buffer uploads */
  /frameworks/base/docs/html/guide/topics/connectivity/
index.jd 17 uploads and downloads, configurable timeouts, IPv6 and connection pooling.</p>
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.cpp 73 // Subsequent uploads are now bound to the size given here

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 9