Home
last modified time | relevance | path

Searched refs:uploaded (Results 1 – 25 of 102) sorted by relevance

12345

/external/curl/lib/
Dprogress.c328 data->progress.ul_limit_size = data->progress.uploaded; in Curl_ratelimit()
338 data->progress.uploaded = size; in Curl_pgrsSetUploadCounter()
378 curl_off_t ul = data->progress.uploaded; in Curl_pgrsUpdate()
409 data->progress.downloaded + data->progress.uploaded; in Curl_pgrsUpdate()
488 data->progress.uploaded); in Curl_pgrsUpdate()
502 (double)data->progress.uploaded); in Curl_pgrsUpdate()
536 ulpercen = data->progress.uploaded / in Curl_pgrsUpdate()
539 ulpercen = (data->progress.uploaded*100) / in Curl_pgrsUpdate()
568 data->progress.size_ul:data->progress.uploaded)+ in Curl_pgrsUpdate()
573 total_transfer = data->progress.downloaded + data->progress.uploaded; in Curl_pgrsUpdate()
[all …]
Dgetinfo.c264 *param_offt = data->progress.uploaded; in getinfo_offt()
335 *param_doublep = (double)data->progress.uploaded; in getinfo_double()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_vdecl.c80 if (buffer->uploaded.start > offset) { in emit_hw_vs_vdecl()
81 tmp_neg_bias = buffer->uploaded.start - offset; in emit_hw_vs_vdecl()
114 - buffer->uploaded.start); in emit_hw_vs_vdecl()
120 assert(!buffer->uploaded.buffer); in emit_hw_vs_vdecl()
Dsvga_resource_buffer.c365 if (sbuf->uploaded.buffer) in svga_buffer_destroy()
366 pipe_resource_reference(&sbuf->uploaded.buffer, NULL); in svga_buffer_destroy()
Dsvga_resource_buffer.h160 } uploaded; member
/external/deqp/doc/testspecs/GLES2/
Dperformance.texture.upload.txt34 - 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.
Dstress.long.txt59 Next, the textures used by the program are generated and uploaded or, if
60 they already exist, they may be re-uploaded with either glTexImage*() or
63 Then, buffers are generated and (re-)uploaded in a manner similar to that of
/external/tensorflow/tensorflow/java/maven/
DREADME.md5 is available on Maven Central and JCenter through artifacts uploaded to
88 to *"GPG sign uploaded files using Bintray's public/private key pair"*
129 3. If the script above succeeds then the artifacts would have been uploaded to
139 version you just uploaded. Notice there's a message about unpublished
149 …[managing uploaded content](https://bintray.com/docs/usermanual/uploads/uploads_managinguploadedco…
158 Bintray respectively. Note that snapshots are only uploaded to OSSRH, so you
/external/libexif/doc/
DMakefile.am25 DOXYGEN_UPLOAD += $(HTML_APIDOC_DIR).uploaded
37 DOXYGEN_UPLOAD += $(HTML_APIDOC_INTERNALS_DIR).uploaded
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt126 Each case's draw function, uploaded buffer type, and upload method is encoded to the case
141 buffer, upload another buffer, and then render using the just uploaded buffer. The
146 then render to the viewport. The rendering does not depend on the uploaded buffer. The
151 new_buffer.* group cases, the uploaded buffer is generated just before uploading. In this
154 cases in test case groups "*_and_unrelated_upload", another buffer is uploaded after the
168 is different during the frame it was uploaded in, but does not change after one frame
/external/curl/docs/cmdline-opts/
Dupload-file.d16 while stdin is being uploaded.
30 When uploading to an SMTP server: the uploaded data is assumed to be RFC 5322
/external/ksoap2/
DOWNERS1 # This project is 4+ years old, uploaded by ryan.yu@mediatek.com
/external/curl/tests/data/
Dtest130827 Piece of the file that is to uploaded as a formpost
Dtest104132 HTTP PUT with resume from end of already-uploaded file
/external/autotest/client/site_tests/graphics_WebGLPerformance/
DREADME13 Make sure to go to the last page, select the uploaded binary and check "share publicly".
/external/python/cpython3/Doc/distutils/
Dpackageindex.rst103 will cause the source distribution and the Windows installer to be uploaded to
104 PyPI. Note that these will be uploaded even if they are built using an earlier
106 line for the invocation including the :command:`upload` command are uploaded.
114 uploaded file using GPG (GNU Privacy Guard). The :program:`gpg` program must
/external/python/cpython2/Doc/distutils/
Dpackageindex.rst105 will cause the source distribution and the Windows installer to be uploaded to
106 PyPI. Note that these will be uploaded even if they are built using an earlier
108 line for the invocation including the :command:`upload` command are uploaded.
116 uploaded file using GPG (GNU Privacy Guard). The :program:`gpg` program must
/external/catch2/
D.gitattributes18 # Keep the single include header with LFs to make sure it is uploaded,
/external/perfetto/src/perfetto_cmd/
Dperfetto_cmd_state.proto26 // Total of bytes uploaded since first_trace_timestamp.
/external/autotest/client/site_tests/video_GlitchDetection/
Dcontrol.chameleon.h264.480p26 comparison fails, images will be uploaded to a web comparer for viewing test
/external/perfetto/docs/
Dcontributing.md18 **Trybots**: CLs uploaded to gerrit are automatically submitted to TravisCI
/external/testng/gradle/
Dpublishing-jcenter.gradle21 // Without this, javadocs don't get uploaded
/external/skqp/
DDoxyfile3 # to generate our Doxygen docs, which are then uploaded to
/external/antlr/runtime/ObjC/
DREADME29 Feb. 22, 2012 -- I just uploaded a new binary(zipped) copy of the ANTLR.framework and antlr3.4.jar
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpver.rc14 * modified, published, uploaded, posted, transmitted, distributed or disclosed

12345