Searched defs:DownloadAndComputeHash (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Ddownload.py47 def DownloadAndComputeHash(from_stream, to_stream=None, progress_func=None): function
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_sdktools.py27 from manifest_util import DownloadAndComputeHash, DictToJSON namespace
86 sha1, size = DownloadAndComputeHash(urllib2.urlopen(url))
H A Dmanifest_util.py61 def DownloadAndComputeHash(from_stream, to_stream=None, progress_func=None): function
165 sha1_hash, size = DownloadAndComputeHash(from_stream)

Completed in 155 milliseconds