/third_party/curl/lib/ |
D | progress.c | 247 data->progress.uploaded = 0; in Curl_pgrsStartNow() 337 data->progress.ul_limit_size = data->progress.uploaded; in Curl_ratelimit() 347 data->progress.uploaded = size; in Curl_pgrsSetUploadCounter() 392 p->ulspeed = trspeed(p->uploaded, p->timespent); in progress_calc() 403 p->speeder[ nowindex ] = p->downloaded + p->uploaded; in progress_calc() 493 ulpercen = data->progress.uploaded / in progress_meter() 496 ulpercen = (data->progress.uploaded*100) / in progress_meter() 525 data->progress.size_ul:data->progress.uploaded)+ in progress_meter() 530 total_transfer = data->progress.downloaded + data->progress.uploaded; in progress_meter() 549 max5data(data->progress.uploaded, max5[1]), /* xfer size */ in progress_meter() [all …]
|
D | getinfo.c | 357 *param_offt = data->progress.uploaded; in getinfo_offt() 451 *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 | 408 if (sbuf->uploaded.buffer) in svga_resource_destroy() 409 pipe_resource_reference(&sbuf->uploaded.buffer, NULL); in svga_resource_destroy()
|
D | svga_resource_buffer.h | 162 } 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/flutter/engine/flutter/lib/ui/painting/ |
D | image_decoder.cc | 267 auto uploaded = UploadRasterImage( in Decode() local 271 if (!uploaded.get()) { in Decode() 278 result(std::move(uploaded), std::move(flow)); in Decode()
|
/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/curl/docs/cmdline-opts/ |
D | upload-file.d | 17 while stdin is being uploaded. 31 When uploading to an SMTP server: the uploaded data is assumed to be RFC 5322
|
/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/tests/data/ |
D | test1308 | 24 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/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/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/flutter/engine/flutter/shell/platform/linux/ |
D | BUILD.gn | 32 # TODO: Remove this target once the _glfw copy is being uploaded instead. See
|
/third_party/flutter/flutter/bin/internal/ |
D | README.md | 6 …e binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud S…
|
/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/flutter/flutter/dev/snippets/lib/ |
D | configuration.dart | 46 /// uploaded to the docs site.
|