OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GzipFile
(Results
26 - 34
of
34
) sorted by null
1
2
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
utils.py
928
gz = gzip.
GzipFile
(mode='wb', fileobj=buf)
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py
516
# taken from gzip.
GzipFile
with some alterations
644
class which (unlike gzip.
GzipFile
) has no support for
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py
516
# taken from gzip.
GzipFile
with some alterations
644
class which (unlike gzip.
GzipFile
) has no support for
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py
516
# taken from gzip.
GzipFile
with some alterations
644
class which (unlike gzip.
GzipFile
) has no support for
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py
516
# taken from gzip.
GzipFile
with some alterations
644
class which (unlike gzip.
GzipFile
) has no support for
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_naming.py
329
f = gzip.
GzipFile
(fileobj=StringIO.StringIO(stdout), mode='rb')
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py
401
content = gzip.
GzipFile
(fileobj=StringIO.StringIO(new_content)).read()
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py
330
content = gzip.
GzipFile
(fileobj=io.BytesIO(new_content)).read()
[
all
...]
/external/opencv3/doc/pattern_tools/
svgfig.py
461
f = gzip.
GzipFile
(fileName, "w")
463
f = gzip.
GzipFile
(fileName, "w", compresslevel)
[
all
...]
Completed in 1880 milliseconds
1
2