Searched refs:uploaded (Results 1 – 25 of 102) sorted by relevance
12345
/external/curl/lib/ |
D | progress.c | 328 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 …]
|
D | getinfo.c | 264 *param_offt = data->progress.uploaded; in getinfo_offt() 335 *param_doublep = (double)data->progress.uploaded; in getinfo_double()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_vdecl.c | 80 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()
|
D | svga_resource_buffer.c | 365 if (sbuf->uploaded.buffer) in svga_buffer_destroy() 366 pipe_resource_reference(&sbuf->uploaded.buffer, NULL); in svga_buffer_destroy()
|
D | svga_resource_buffer.h | 160 } uploaded; member
|
/external/deqp/doc/testspecs/GLES2/ |
D | 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.
|
D | stress.long.txt | 59 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/ |
D | README.md | 5 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/ |
D | Makefile.am | 25 DOXYGEN_UPLOAD += $(HTML_APIDOC_DIR).uploaded 37 DOXYGEN_UPLOAD += $(HTML_APIDOC_INTERNALS_DIR).uploaded
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 126 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/ |
D | upload-file.d | 16 while stdin is being uploaded. 30 When uploading to an SMTP server: the uploaded data is assumed to be RFC 5322
|
/external/ksoap2/ |
D | OWNERS | 1 # This project is 4+ years old, uploaded by ryan.yu@mediatek.com
|
/external/curl/tests/data/ |
D | test1308 | 27 Piece of the file that is to uploaded as a formpost
|
D | test1041 | 32 HTTP PUT with resume from end of already-uploaded file
|
/external/autotest/client/site_tests/graphics_WebGLPerformance/ |
D | README | 13 Make sure to go to the last page, select the uploaded binary and check "share publicly".
|
/external/python/cpython3/Doc/distutils/ |
D | packageindex.rst | 103 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/ |
D | packageindex.rst | 105 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 | .gitattributes | 18 # Keep the single include header with LFs to make sure it is uploaded,
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd_state.proto | 26 // Total of bytes uploaded since first_trace_timestamp.
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | control.chameleon.h264.480p | 26 comparison fails, images will be uploaded to a web comparer for viewing test
|
/external/perfetto/docs/ |
D | contributing.md | 18 **Trybots**: CLs uploaded to gerrit are automatically submitted to TravisCI
|
/external/testng/gradle/ |
D | publishing-jcenter.gradle | 21 // Without this, javadocs don't get uploaded
|
/external/skqp/ |
D | Doxyfile | 3 # to generate our Doxygen docs, which are then uploaded to
|
/external/antlr/runtime/ObjC/ |
D | README | 29 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/ |
D | pcpver.rc | 14 * modified, published, uploaded, posted, transmitted, distributed or disclosed
|
12345