Home
last modified time | relevance | path

Searched refs:downloaded (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/libuv/docs/code/progress/
Dmain.c14 int downloaded = 0; in fake_download() local
15 while (downloaded < size) { in fake_download()
16 percentage = downloaded*100.0/size; in fake_download()
21 downloaded += (200+random())%1000; // can only download max 1000bytes/sec, in fake_download()
/third_party/curl/lib/
Dprogress.c251 data->progress.downloaded = 0; in Curl_pgrsStartNow()
328 data->progress.downloaded = size; in Curl_pgrsSetDownloadCounter()
342 data->progress.dl_limit_size = data->progress.downloaded; in Curl_ratelimit()
408 p->dlspeed = trspeed(p->downloaded, p->timespent); in progress_calc()
420 p->speeder[ nowindex ] = p->downloaded + p->uploaded; in progress_calc()
523 dlpercen = data->progress.downloaded / in progress_meter()
526 dlpercen = (data->progress.downloaded*100) / in progress_meter()
544 data->progress.size_dl:data->progress.downloaded); in progress_meter()
547 total_transfer = data->progress.downloaded + data->progress.uploaded; in progress_meter()
564 max5data(data->progress.downloaded, max5[0]), /* rcvd size */ in progress_meter()
[all …]
/third_party/skia/site/docs/dev/testing/
Dfuzz.md24 All that is needed to reproduce a fuzz downloaded from ClusterFuzz or oss-fuzz
27 out/ASAN/fuzz -b /path/to/downloaded/testcase
33 out/ASAN/fuzz -t filter_fuzz -b /path/to/downloaded/testcase
34 out/ASAN/fuzz -t api -n RasterN32Canvas -b /path/to/downloaded/testcase
43 out/ASAN/fuzz -b /path/to/downloaded/testcase --loops <times-to-run>
Ddownload.md11 and can be downloaded to the desktop for inspection and debugging.
/third_party/curl/tests/data/
Dtest156641 downloaded already
60 downloaded already
Dtest3834 This text is here to simulate a partly downloaded file to resume
55 This text is here to simulate a partly downloaded file to resume
Dtest25635 This text is here to simulate a partly downloaded file to resume
61 This text is here to simulate a partly downloaded file to resume
Dtest12319 FTP upload resume with whole file already downloaded
Dtest12225 FTP download resume with whole file already downloaded
Dtest104047 HTTP GET with resume from end of entirely-downloaded file
Dtest127351 -f and resume transfer of an entirely-downloaded file
Dtest104259 HTTP GET beyond end of entirely-downloaded file, no server resume
Dtest19450 HTTP resume transfer with the whole file already downloaded and --fail
Dtest9248 HTTP resume transfer with the whole file already downloaded
/third_party/curl/plan9/
DREADME8 The zlib that is available on Plan 9 can be downloaded from:
12 LibreSSL Portable can be downloaded from:
/third_party/python/Doc/library/
Durllib.error.rst63 the amount of the downloaded data is less than the expected amount (given by
65 downloaded (and supposedly truncated) data.
/third_party/openssl/external/perl/
DDownloaded.txt13 Text::Template 1.56 was downloaded from
/third_party/node/deps/openssl/openssl/external/perl/
DDownloaded.txt13 Text::Template 1.56 was downloaded from
/third_party/pulseaudio/sonic/debian/
Dcopyright5 It was downloaded from:
/third_party/skia/third_party/externals/angle2/doc/
DExternalBenchmarks.md69 Below steps are set up to use version 26.0.1 of build-tools, which can be downloaded here:
73 Tested with r19 of NDK, which can be downloaded here:
/third_party/rust/crates/memchr/bench/data/opensubtitles/
DREADME.md1 These were downloaded and derived from the Open Subtitles data set:
/third_party/libwebsockets/lib/secure-streams/cpp/
DREADME.md11 files test-a.bin through test-d.bin... up to 12 files may be downloaded concurrently.
/third_party/ffmpeg/tools/
Dtarget_dec_fate.sh32 directory the directory into which sample files will be downloaded
/third_party/nghttp2/doc/
Dnghttp.1.rst34 Discard downloaded data.
60 files linked from the downloaded resource. Only links
62 will be downloaded. nghttp prioritizes resources using
/third_party/skia/tools/svg/
DREADME.md33 URLs https://example.com/images/a.png and https://example.com/images/subdir/b.png, the downloaded

1234567