Searched refs:downloaded (Results 1 – 25 of 203) sorted by relevance
123456789
/third_party/libuv/docs/code/progress/ |
D | main.c | 14 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/ |
D | progress.c | 246 data->progress.downloaded = 0; in Curl_pgrsStartNow() 317 data->progress.downloaded = size; in Curl_pgrsSetDownloadCounter() 330 data->progress.dl_limit_size = data->progress.downloaded; in Curl_ratelimit() 391 p->dlspeed = trspeed(p->downloaded, p->timespent); in progress_calc() 403 p->speeder[ nowindex ] = p->downloaded + p->uploaded; in progress_calc() 506 dlpercen = data->progress.downloaded / in progress_meter() 509 dlpercen = (data->progress.downloaded*100) / in progress_meter() 527 data->progress.size_dl:data->progress.downloaded); in progress_meter() 530 total_transfer = data->progress.downloaded + data->progress.uploaded; in progress_meter() 547 max5data(data->progress.downloaded, max5[0]), /* rcvd size */ in progress_meter() [all …]
|
/third_party/flatbuffers/tests/FlatBuffers.Test/ |
D | README.md | 23 After running the tests, the downloaded .NET installer and SDK are *not* removed 29 If you want to clean up the downloaded .NET installer and SDK, run: 35 This will wipe away the downloaded files and directories. Those will be 36 automatically re-downloaded when running `NetTest.sh`.
|
/third_party/flutter/skia/site/dev/testing/ |
D | fuzz.md | 18 All that is needed to reproduce a fuzz downloaded from ClusterFuzz, oss-fuzz or 21 out/ASAN/fuzz -b /path/to/downloaded/testcase 26 out/ASAN/fuzz -t filter_fuzz -b /path/to/downloaded/testcase 27 out/ASAN/fuzz -t api -n RasterN32Canvas -b /path/to/downloaded/testcase
|
D | download.md | 6 and can be downloaded to the desktop for inspection and debugging.
|
/third_party/skia/site/docs/dev/testing/ |
D | fuzz.md | 24 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>
|
/third_party/openssl/external/perl/ |
D | Downloaded.txt | 7 Here, we simply list those modules and where we downloaded them from. 12 Text::Template 1.46 was downloaded from
|
/third_party/curl/tests/data/ |
D | test1566 | 41 downloaded already 60 downloaded already
|
D | test38 | 34 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
|
D | test256 | 35 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
|
D | test123 | 19 FTP upload resume with whole file already downloaded
|
D | test122 | 25 FTP download resume with whole file already downloaded
|
D | test1040 | 47 HTTP GET with resume from end of entirely-downloaded file
|
D | test1273 | 48 -f and resume transfer of an entirely-downloaded file
|
/third_party/curl/plan9/ |
D | README | 8 The zlib that is available on Plan 9 can be downloaded from: 12 LibreSSL Portable can be downloaded from:
|
/third_party/curl/src/macos/ |
D | MACINSTALL.TXT | 10 The latest GUSI release can be downloaded from sourceforge 14 These functions are part of the GUSI Extra library that can be downloaded at
|
/third_party/python/Doc/library/ |
D | urllib.error.rst | 63 the amount of the downloaded data is less than the expected amount (given by 65 downloaded (and supposedly truncated) data.
|
/third_party/json/benchmarks/thirdparty/benchmark/ |
D | mingw.py | 241 downloaded = download(url, os.path.join(location, slug), log = log) 242 if downloaded != root_dir: 244 % (downloaded, root_dir))
|
/third_party/grpc/test/cpp/cocoapods/ |
D | Podfile | 22 # pre_install hook lets us do that. The block passed to it runs after the podspecs are downloaded 26 # Cocoapods normally places the downloaded sources. When doing local development of the libraries,
|
/third_party/boost/libs/gil/doc/ |
D | installation.rst | 4 The latest version of GIL can be downloaded from https://github.com/boostorg/gil.
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | installation.rst.txt | 4 The latest version of GIL can be downloaded from https://github.com/boostorg/gil.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | train.dart | 8 /// or any artifacts that haven't been downloaded yet.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 69 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/flutter/skia/third_party/externals/angle2/doc/ |
D | ExternalBenchmarks.md | 69 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/libwebsockets/lib/secure-streams/cpp/ |
D | README.md | 11 files test-a.bin through test-d.bin... up to 12 files may be downloaded concurrently.
|
123456789