OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uploads
(Results
26 - 50
of
223
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.cc
226
// This glFinish is just a safe-guard for if
uploads
have some
457
// We can't wait on
uploads
on imagination (it can take 200ms+).
462
// uploaded to with both async and normal
uploads
. Synchronize after EGLImage
597
// It is very difficult to stream
uploads
on Imagination GPUs:
602
// a.) Allocations/
Uploads
must occur on different threads/contexts.
604
// When using a+b,
uploads
will be incorrect/corrupt unless:
619
// if the dimensions support fast
uploads
. This is for part a.)
620
// above, so allocations occur on a different thread/context as
uploads
.
633
// If the dimensions support fast async
uploads
, create the
634
// EGLImage for future
uploads
. The late bind should no
[
all
...]
async_pixel_transfer_manager_android.cc
35
// We only used threaded
uploads
when we can:
gpu_switches.cc
63
// Allows async texture
uploads
(off main thread) via GL context sharing.
/external/chromium_org/chrome/test/functional/ispy/common/
ispy_utils.py
63
"""
Uploads
an image to a location in GS.
97
"""Creates and
uploads
an expectation to GS from a set of images and name.
100
uploads
the mask and first of the images to GS as a expectation.
120
"""Runs an image comparison, and
uploads
discrepancies to GS.
213
"""
Uploads
an ispy-test to GS with the pink_out workaround.
/external/chromium_org/cc/scheduler/
texture_uploader.cc
26
// How many previous
uploads
to use when predicting future throughput.
36
// Flush interval when performing texture
uploads
.
145
// ETC1 does not support subimage
uploads
.
/external/chromium/chrome/browser/
crash_upload_list.cc
59
FilePath upload_log_path = crash_dir_path.AppendASCII("
uploads
.log");
/external/chromium_org/cc/layers/
image_layer.cc
28
// With this check in place we avoid unecessary texture
uploads
.
/external/chromium_org/cc/resources/
resource_update_controller_unittest.cc
86
// Check for too many consecutive
uploads
89
<< "Too many consecutive full
uploads
detected.";
92
<< "Too many consecutive partial
uploads
detected.";
230
// ZERO
UPLOADS
TESTS
/external/chromium_org/chrome/app/nibs/
PRESUBMIT.py
86
# Allow
uploads
to happen even if the presubmit fails, so that contributors
/external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service.h
86
// Currently active & pending
uploads
. The first item is active, remaining
/external/chromium_org/chrome/common/extensions/api/
webrtc_logging_private.idl
60
//
Uploads
the log. Logging must be stopped before this function is called.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.h
32
* user buffer
uploads
and vertex format fallbacks. It's designed
/external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.h
32
* user buffer
uploads
and vertex format fallbacks. It's designed
/frameworks/base/media/mca/filterfw/native/core/
vertex_frame.h
38
// passed in the constructor for the first upload. Subsequent
uploads
must
/external/chromium/chrome/browser/autofill/
autofill_xml_parser.h
104
// The positive upload rate is the percentage of
uploads
to send to the server
106
// The negative upload rate is the percentage of
uploads
to send when nothing in
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.h
87
// This is kept in case device status
uploads
fail for a number of days.
172
// unsuccessful
uploads
don't result in dropped data.
/external/chromium_org/components/autofill/core/browser/
autofill_xml_parser.h
122
// The positive upload rate is the percentage of
uploads
to send to the server
124
// The negative upload rate is the percentage of
uploads
to send when nothing in
autofill_manager.h
175
//
Uploads
the form data to the Autofill server.
178
// Logs quality metrics for the |submitted_form| and
uploads
the form data
297
// Handles queries and
uploads
to Autofill servers. Will be NULL if
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.h
151
* Information about pending DMA
uploads
.
176
* Linked list head, used to gather all buffers with pending dma
uploads
on
/external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.h
151
* Information about pending DMA
uploads
.
176
* Linked list head, used to gather all buffers with pending dma
uploads
on
/external/chromium/testing/gmock/scripts/
upload_gmock.py
32
"""upload_gmock.py v0.1.0 --
uploads
a Google Mock patch for review.
/external/chromium/testing/gtest/scripts/
upload_gtest.py
32
"""upload_gtest.py v0.1.0 --
uploads
a Google Test patch for review.
/external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.h
69
//
Uploads
a certificate to the policy server.
/external/chromium_org/chrome/browser/metrics/
metrics_reporting_scheduler.cc
33
// Standard interval between log
uploads
, in seconds.
/external/chromium_org/content/public/browser/
page_navigator.h
52
// It is not for things like file
uploads
.
Completed in 1211 milliseconds
1
2
3
4
5
6
7
8
9