/third_party/curl/lib/ |
D | progress.c | 252 data->progress.uploaded = 0; in Curl_pgrsStartNow() 349 data->progress.ul_limit_size = data->progress.uploaded; in Curl_ratelimit() 359 data->progress.uploaded = size; in Curl_pgrsSetUploadCounter() 409 p->ulspeed = trspeed(p->uploaded, p->timespent); in progress_calc() 420 p->speeder[ nowindex ] = p->downloaded + p->uploaded; in progress_calc() 510 ulpercen = data->progress.uploaded / in progress_meter() 513 ulpercen = (data->progress.uploaded*100) / in progress_meter() 542 data->progress.size_ul:data->progress.uploaded)+ in progress_meter() 547 total_transfer = data->progress.downloaded + data->progress.uploaded; in progress_meter() 566 max5data(data->progress.uploaded, max5[1]), /* xfer size */ in progress_meter() [all …]
|
D | getinfo.c | 375 *param_offt = data->progress.uploaded; in getinfo_offt() 476 *param_doublep = (double)data->progress.uploaded; in getinfo_double()
|
/third_party/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 | 432 if (sbuf->uploaded.buffer) in svga_resource_destroy() 433 pipe_resource_reference(&sbuf->uploaded.buffer, NULL); in svga_resource_destroy()
|
D | svga_resource_buffer.h | 166 } uploaded; member
|
/third_party/vk-gl-cts/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
|
/third_party/libexif/doc/ |
D | Makefile.am | 25 DOXYGEN_UPLOAD += $(HTML_APIDOC_DIR).uploaded 37 DOXYGEN_UPLOAD += $(HTML_APIDOC_INTERNALS_DIR).uploaded
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | README.md | 28 On the CI, the results from these tests are uploaded to Perf. For example: 45 On the CI, the results from these tests are uploaded to Perf. For example: 55 On the CI, the results from these tests are uploaded to Perf. For example:
|
/third_party/vk-gl-cts/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
|
/third_party/curl/docs/cmdline-opts/ |
D | upload-file.d | 30 stdin is being uploaded. 40 When uploading to an SMTP server: the uploaded data is assumed to be RFC 5322
|
D | header.d | 20 For an IMAP or SMTP MIME uploaded mail built with --form options, it is 22 global level. It does not affect raw uploaded mails (Added in 7.56.0).
|
/third_party/libwebsockets/plugins/deaddrop/ |
D | README.md | 11 |upload-dir|A writeable directory where uploaded files will go| 33 it's where the uploaded files are shared from.
|
/third_party/curl/tests/data/ |
D | test1308 | 29 Piece of the file that is to uploaded as a formpost
|
D | test1041 | 32 HTTP PUT with resume from end of already-uploaded file
|
/third_party/skia/site/docs/dev/tools/ |
D | sk.md | 24 * remove - Remove the entry for an existing asset. This does not remove uploaded 63 New versions of `sk` are automatically built and uploaded to
|
/third_party/libwebsockets/minimal-examples/http-client/ |
D | README.md | 7 minimal-http-client-post|POSTs a form containing an uploaded file and a form variable, and captures…
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
D | README.md | 22 The file is uploaded and saved in the cwd, the form parameters are dumped to the log and
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_image_view_min_lod.txt | 30 which have been uploaded, and the use of fractional pname:minLod can be
|
/third_party/libexif/ |
D | SECURITY.md | 21 webservices where files can be uploaded by potential attackers.
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/ |
D | README.md | 12 uploader is able to delete the files he uploaded.
|
/third_party/mesa3d/docs/relnotes/ |
D | 8.0.rst | 55 desktop OpenGL, ``GL_COLOR_INDEX`` data can still be uploaded to a
|
/third_party/ffmpeg/doc/ |
D | fate.texi | 152 If you need a sample uploaded send a mail to samples-request. 160 Also all needed samples for a commit should be uploaded, ideally 24 169 #Then do a dry run checking what would be uploaded:
|
/third_party/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 23 o total amount of uploaded data
|
/third_party/vk-gl-cts/doc/testspecs/GLES31/ |
D | functional.compute.indirect_dispatch.txt | 31 + Buffers uploaded from application side
|