/third_party/libuv/docs/code/progress/ |
H A 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/ |
H A D | progress.c | 126 pgrsSetDownloadCounter() - amount of data currently downloaded 259 data->progress.downloaded = 0; in Curl_pgrsStartNow() 317 /* if it downloaded the data faster than the limit, make it wait the in Curl_pgrsLimitWaitTime() 326 * Set the number of downloaded bytes so far. 330 data->progress.downloaded = size; in Curl_pgrsSetDownloadCounter() 344 data->progress.dl_limit_size = data->progress.downloaded; in Curl_ratelimit() 410 p->dlspeed = trspeed(p->downloaded, p->timespent); in progress_calc() 422 p->speeder[ nowindex ] = p->downloaded + p->uploaded; in progress_calc() 525 dlpercen = data->progress.downloaded / in progress_meter() 528 dlpercen = (data->progress.downloaded*10 in progress_meter() [all...] |
H A D | getinfo.c | 378 *param_offt = data->progress.downloaded; in getinfo_offt() 482 *param_doublep = (double)data->progress.downloaded; in getinfo_double()
|
H A D | multi.c | 2432 Curl_pgrsLimitWaitTime(data->progress.downloaded, 2466 recv_timeout_ms = Curl_pgrsLimitWaitTime(data->progress.downloaded,
|
H A D | urldata.h | 1169 curl_off_t downloaded; /* transferred so far */ member
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 64 # The working directory where to hold all data including downloaded RPM 273 print('DRY-RUN: Delete cached downloaded RPM packages at {0}'.format(download_dir)) 275 logger.debug('Delete cached downloaded RPM packages at {0}'.format(download_dir)) 366 """Get a pridictable downloaded file name with absolute path""" 373 """Check if this RPM was already downloaded to local disk""" 380 Local RPM means the one that could be already downloaded or built from 983 """Return the directory holding all downloaded RPMs 987 :return: path to directory holding downloaded RPMs. 1004 :return: True if a RPM is downloaded successfully, False otherwise.
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fate.sh | 32 directory the directory into which sample files will be downloaded
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
H A D | prepare_tcltk.bat | 9 echo.update the binaries kept online - in most cases, the files downloaded
|
/third_party/vk-gl-cts/external/amber/src/android_gradle/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... long)
java.net.URI address
long contentLength
long downloaded
private void appendPercentageSoFar (long, long)
int currentDownloadPercent
java.io ... |
/third_party/skia/third_party/externals/libwebp/gradle/wrapper/ |
H A D | gradle-wrapper.jar | ... long)
java.net.URI address
long contentLength
long downloaded
private void appendPercentageSoFar (long, long)
int currentDownloadPercent
java.io ... |
/third_party/icu/icu4c/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/third_party/skia/third_party/externals/icu/source/tools/gensprep/ |
H A D | filterRFC3454.pl | 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 63 Once the repository has been downloaded, if you're running
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 66 Once the repository has been downloaded, if you're running
|