Home
last modified time | relevance | path

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

1234

/third_party/curl/lib/
Dprogress.c252 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 …]
Dgetinfo.c375 *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/
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.c432 if (sbuf->uploaded.buffer) in svga_resource_destroy()
433 pipe_resource_reference(&sbuf->uploaded.buffer, NULL); in svga_resource_destroy()
Dsvga_resource_buffer.h166 } uploaded; member
/third_party/vk-gl-cts/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
/third_party/libexif/doc/
DMakefile.am25 DOXYGEN_UPLOAD += $(HTML_APIDOC_DIR).uploaded
37 DOXYGEN_UPLOAD += $(HTML_APIDOC_INTERNALS_DIR).uploaded
/third_party/skia/tools/perf-canvaskit-puppeteer/
DREADME.md28 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/
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
/third_party/curl/docs/cmdline-opts/
Dupload-file.d30 stdin is being uploaded.
40 When uploading to an SMTP server: the uploaded data is assumed to be RFC 5322
Dheader.d20 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/
DREADME.md11 |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/
Dtest130829 Piece of the file that is to uploaded as a formpost
Dtest104132 HTTP PUT with resume from end of already-uploaded file
/third_party/skia/site/docs/dev/tools/
Dsk.md24 * 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/
DREADME.md7 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/
DREADME.md22 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/
DVK_EXT_image_view_min_lod.txt30 which have been uploaded, and the use of fractional pname:minLod can be
/third_party/libexif/
DSECURITY.md21 webservices where files can be uploaded by potential attackers.
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-deaddrop/
DREADME.md12 uploader is able to delete the files he uploaded.
/third_party/mesa3d/docs/relnotes/
D8.0.rst55 desktop OpenGL, ``GL_COLOR_INDEX`` data can still be uploaded to a
/third_party/ffmpeg/doc/
Dfate.texi152 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/
DPARALLEL-TRANSFERS.md23 o total amount of uploaded data
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.compute.indirect_dispatch.txt31 + Buffers uploaded from application side

1234