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

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
download.py 47 def DownloadAndComputeHash(from_stream, to_stream=None, progress_func=None):
51 from_stream: An input stream that supports read.
74 data = from_stream.read(32768)
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 61 def DownloadAndComputeHash(from_stream, to_stream=None, progress_func=None):
66 from_stream: An input stream that supports read.
87 data = from_stream.read(32768)
164 from_stream = urllib2.urlopen(self['url'])
165 sha1_hash, size = DownloadAndComputeHash(from_stream)

Completed in 308 milliseconds