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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_key_payload.proto 12 // Whether the key's certificate has been uploaded. This is used for
13 // Enterprise Machine Keys to determine if the certificate has been uploaded
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_draw.c 49 * the struct svga_buffer::uploaded member should be made an array or a
51 * may be uploaded to different hardware buffers chosen by the utility
65 * Release old uploaded range (if not done already) and
76 pipe_resource_reference(&buffer->uploaded.buffer, NULL);
77 buffer->uploaded.start = ~0;
78 buffer->uploaded.end = 0;
103 buffer->uploaded.start = MIN2(buffer->uploaded.start, first);
104 buffer->uploaded.end = MAX2(buffer->uploaded.end, first + size)
    [all...]
svga_state_vdecl.c 85 if (buffer->uploaded.start > offset) {
86 tmp_neg_bias = buffer->uploaded.start - offset;
113 /* Compensate for partially uploaded vbo, and
119 - buffer->uploaded.start);
126 buffer->uploaded.buffer ? buffer->uploaded.buffer :
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_draw.c 49 * the struct svga_buffer::uploaded member should be made an array or a
51 * may be uploaded to different hardware buffers chosen by the utility
65 * Release old uploaded range (if not done already) and
76 pipe_resource_reference(&buffer->uploaded.buffer, NULL);
77 buffer->uploaded.start = ~0;
78 buffer->uploaded.end = 0;
103 buffer->uploaded.start = MIN2(buffer->uploaded.start, first);
104 buffer->uploaded.end = MAX2(buffer->uploaded.end, first + size)
    [all...]
svga_state_vdecl.c 85 if (buffer->uploaded.start > offset) {
86 tmp_neg_bias = buffer->uploaded.start - offset;
113 /* Compensate for partially uploaded vbo, and
119 - buffer->uploaded.start);
126 buffer->uploaded.buffer ? buffer->uploaded.buffer :
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_host_metrics.h 35 // to be uploaded via UMA.
39 // to be uploaded via UMA
43 // to be uploaded via UMA
47 // to be uploaded via UMA
51 // to be uploaded via UMA
55 // attempt to be uploaded via UMA
  /frameworks/base/docs/downloads/
README 7 Once saved here, the files must be uploaded to a separate
  /external/chromium_org/components/rappor/
log_uploader.h 27 // internally, and uploaded one at a time. A queued log will be uploaded at a
33 // Constructor takes the |server_url| that logs should be uploaded to, the
34 // |mime_type| of the uploaded data, and |request_context| to create uploads
44 // Adds an entry to the queue of logs to be uploaded to the server. The
75 // The mime type to specify on uploaded logs.
84 // The logs that still need to be uploaded.
  /external/chromium_org/sync/api/attachments/
attachment_uploader.h 21 UPLOAD_SUCCESS, // No error, attachment was uploaded
38 // containing the server address of the newly uploaded attachment.
  /external/chromium_org/chrome/common/extensions/api/
webrtc_logging_private.idl 17 // The report ID for the uploaded log. Will be empty if not successful.
31 // Sets additional custom meta data that will be uploaded along with the
45 // Sets whether the log should be uploaded automatically for the case when
47 // been called before that. If |shouldUpload| is true it will be uploaded,
80 // uploaded with the log if upload is called. Otherwise, the dumps will be
  /external/chromium_org/components/feedback/
feedback_uploader.h 26 // being uploaded. In case uploading a report fails, it is written to disk and
53 // Dispatches the report to be uploaded.
71 // to be uploaded at.
  /external/chromium_org/content/test/gpu/page_sets/
PRESUBMIT.py 31 been uploaded Cloud Storage. Returns a list of those that have not.
44 # Look in both buckets, in case the user uploaded the file manually.
61 """Fails presubmit if any .sha1 files have not been previously uploaded to
  /external/chromium_org/chrome/browser/media/
webrtc_log_list.h 16 // logs stored locally and/or uploaded.
webrtc_log_uploader.h 62 // Notifies that logging has stopped and that the log should not be uploaded.
69 // Notifies that that logging has stopped and that the log should be uploaded.
87 // For testing purposes. If called, the multipart will not be uploaded, but
100 // Sets up a multipart body to be uploaded. The body is produced according
133 // was uploaded in Unix time. "report_id" is the ID reported back by the
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
index.yaml 14 # automatically uploaded to the admin console when you next deploy
  /external/chromium_org/content/renderer/media/
webrtc_logging.h 13 // Otherwise it will be ignored. Note that this log may be uploaded to a
  /external/eigen/scripts/
eigen_gen_docs 23 echo "Uploaded successfully"
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/
README 30 upload, as it lets us use App Engine's versioning. The newly uploaded version
32 section on the App Engine dashboard. Note that the newly uploaded version only
39 The build outputs are automatically uploaded to Google Cloud Storage
  /external/deqp/doc/testspecs/GLES2/
performance.texture.upload.txt 34 - Upload and draw with uploaded texture + buffer swap
45 Subgroup 'upload_draw_swap' draws a quad with the uploaded texture after
52 that produces approximately 30fps. Result is reported as uploaded MTex/s.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
about.html 18 <p>If this Content is licensed to you under the terms and conditions of the CPL, any Contributions, as defined in the CPL, uploaded, submitted, or otherwise
23 other code and/or documentation (&quot;Modifications&quot;) uploaded, submitted, or otherwise made available to Eclipse.org, members of Eclipse.org and/or the
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.h 28 // supported. Once data is uploaded to a VertexFrame, it cannot be read from
48 // uploaded.
  /development/ndk/samples/two-libs/jni/
Android.mk 18 # uploaded in
  /external/chromium_org/chrome/browser/feedback/
feedback_profile_observer.h 39 // Loads any unsent reports from disk and queues them to be uploaded in
  /external/chromium_org/chrome_elf/
breakpad.h 26 // either be saved locally, or uploaded, depending on how the ExceptionHandler
  /external/chromium_org/components/domain_reliability/
beacon.h 19 // The per-request data that is uploaded to the Domain Reliability collector.

Completed in 2271 milliseconds

1 2 3 4 5 6 7 8 91011>>