Home
last modified time | relevance | path

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

12345

/third_party/curl/lib/
Dprogress.c247 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 …]
Dgetinfo.c357 *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/
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.c408 if (sbuf->uploaded.buffer) in svga_resource_destroy()
409 pipe_resource_reference(&sbuf->uploaded.buffer, NULL); in svga_resource_destroy()
Dsvga_resource_buffer.h162 } 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/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder.cc267 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/
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/curl/docs/cmdline-opts/
Dupload-file.d17 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/
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/tests/data/
Dtest130824 Piece of the file that is to uploaded as a formpost
Dtest104132 HTTP PUT with resume from end of already-uploaded file
/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/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/flutter/engine/flutter/shell/platform/linux/
DBUILD.gn32 # TODO: Remove this target once the _glfw copy is being uploaded instead. See
/third_party/flutter/flutter/bin/internal/
DREADME.md6 …e binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud S…
/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/flutter/flutter/dev/snippets/lib/
Dconfiguration.dart46 /// uploaded to the docs site.

12345