HomeSort by relevance Sort by last modified time
    Searched refs:downloaded (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 11 * Unzip the downloaded file.
15 * Unzip the downloaded file.
19 * Unzip the downloaded file.
23 * Unzip the downloaded file.
  /external/curl/lib/
progress.c 126 pgrsSetDownloadCounter() - amount of data currently downloaded
278 data->progress.downloaded = size;
282 (Curl_pgrsLimitWaitTime(data->progress.downloaded,
369 ((double)data->progress.downloaded/
386 data->progress.downloaded>data->progress.uploaded?
387 data->progress.downloaded:data->progress.uploaded;
450 data->progress.downloaded,
461 (double)data->progress.downloaded,
509 dlpercen = data->progress.downloaded /
512 dlpercen = (data->progress.downloaded*100)
    [all...]
getinfo.c 272 *param_doublep = (double)data->progress.downloaded;
  /external/curl/docs/cmdline-opts/
metalink.d 10 completes. The Metalink file itself is downloaded and processed in memory and
  /external/google-benchmark/
mingw.py 241 downloaded = download(url, os.path.join(location, slug), log = log)
242 if downloaded != root_dir:
244 % (downloaded, root_dir))
  /external/walt/
README.md 23 or downloaded in the [releases section](https://github.com/google/walt/releases); the iOS app must be built from source.
  /prebuilts/go/darwin-x86/src/cmd/go/
discovery.go 24 // wasn't downloaded if the encoding is not supported. Note that, in
get.go 33 The -fix flag instructs get to run the fix tool on the downloaded packages
132 // Code we downloaded and all code that depends on it
help.go 75 An import path can also name a package to be downloaded from
248 New downloaded packages are written to the first directory listed in the GOPATH
343 but new packages are always downloaded into the first directory
  /prebuilts/go/linux-x86/src/cmd/go/
discovery.go 24 // wasn't downloaded if the encoding is not supported. Note that, in
get.go 33 The -fix flag instructs get to run the fix tool on the downloaded packages
132 // Code we downloaded and all code that depends on it
help.go 75 An import path can also name a package to be downloaded from
248 New downloaded packages are written to the first directory listed in the GOPATH
343 but new packages are always downloaded into the first directory
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 114 test.log( name + " downloaded " +
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 324 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile);
326 if (downloaded) return tempFile;
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.bat 44 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
53 echo Android NDK can be downloaded here: http://developer.android.com/ndk/guides/setup.html
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
update_external_sources_android.bat 42 echo Git for Windows can be downloaded here: https://git-scm.com/download/win
51 echo Android NDK can be downloaded here: http://developer.android.com/ndk/guides/setup.html
  /external/toolchain-utils/
chromiumos_image_diff.py 11 downloaded from web), please specify a chromiumos checkout via
261 '2 images that are downloaded.'))
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 174 * True if this attachment can be downloaded again.
290 // perform a second insert to put the updated size and downloaded size values in
684 * @param downloaded Whether that specific rendition is downloaded.
685 * @return A packed int describing the updated downloaded states of the multiple attachments.
688 boolean downloaded) {
693 if (downloaded) {
708 * @return The downloaded state of that particular rendition of that particular attachment.
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 485 // User downloaded the studio Bundle
488 // User downloaded the SDK Tools
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 672 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
  /external/harfbuzz_ng/
git.mk 12 # The latest version of this file can be downloaded from:
  /external/snakeyaml/.mvn/wrapper/
maven-wrapper.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-io/1.1/
maven-shared-io-1.1.jar 
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /external/vulkan-validation-layers/
update_external_sources.bat 97 echo Git for Windows can be downloaded here: https://git-scm.com/download/win

Completed in 653 milliseconds

1 2 3