Searched defs:GzipFile (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/tools/trace/
H A Dparse.py370 from gzip import GzipFile namespace
371 stream = GzipFile(arg, 'rt')
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dresponse.py978 from gzip import GzipFile namespace
980 gzip_f = GzipFile(filename='', mode='r', fileobj=BytesIO(self.body))

Completed in 129 milliseconds