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

  /external/webkit/Tools/wx/build/
build_utils.py 83 Returns the filename of the downloaded file if downloaded, or None if
93 def download_callback(downloaded, block_size, total_size):
94 downloaded = block_size * downloaded
95 if downloaded > total_size:
96 downloaded = total_size
97 sys.stdout.write('%s %d of %d bytes downloaded\r' % (filename, downloaded, total_size))
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement07.js 78 The codeType attribute specifies the data downloaded via the classid
HTMLObjectElement14.js 78 The type attribute specifies the content type for data downloaded via
object11.js 78 Content type for data downloaded via data attribute.
object15.js 78 Content type for data downloaded via classid attribute.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement07.js 78 The codeType attribute specifies the data downloaded via the classid
HTMLObjectElement14.js 78 The type attribute specifies the content type for data downloaded via
object11.js 78 Content type for data downloaded via data attribute.
object15.js 78 Content type for data downloaded via classid attribute.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 353 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile);
355 if (downloaded) return tempFile;
  /external/webkit/Tools/Scripts/
bisect-builds 32 # To override the location where the nightly builds are downloaded or the path
107 [-l|--local] only use local (already downloaded) nightlies
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 670 The RFC text can be downloaded from ftp://ftp.rfc-editor.org/in-notes/rfc3454.txt
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 51 # Location of temporary directory where everything will be downloaded
91 # and SHA-1 hashes for downloaded Ubuntu packages.
270 are downloaded from android.git.toolchain.org/toolchain/. One way to do that
    [all...]

Completed in 750 milliseconds