Home
last modified time | relevance | path

Searched refs:gzip (Results 101 - 115 of 115) sorted by relevance

12345

/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py236 from gzip import GzipFile
H A Dparse.py430 from gzip import GzipFile
/third_party/node/
H A DMakefile1206 gzip -c -f -9 $(TARNAME).tar > $(TARNAME).tar.gz
1248 gzip -c -f -9 $(TARNAME)-headers.tar > $(TARNAME)-headers.tar.gz
1291 gzip -c -f -9 $(BINARYNAME).tar > $(BINARYNAME).tar.gz
/third_party/nghttp2/src/
H A Dnghttp.cc460 {"accept-encoding", "gzip, deflate"}, in submit_request()
1795 bool gzip = false; in check_response_header() local
1818 gzip = util::strieq_l("gzip", nv.value) || in check_response_header()
1840 if (gzip) { in check_response_header()
H A Dhttp2_test.cc1210 StringRef::from_lit(R"(chunked;foo="bar" , gzip)")));
1246 StringRef::from_lit(R"(chunked;foo="bar",,gzip)")));
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py64 import gzip namespace
88 gzip = False variable in SystemValues
450 if self.gzip:
892 isgz = self.gzip
895 with gzip.open(filename, mode+'t') as fp:
901 return gzip.open(filename, mode+'t')
6290 elif(option == 'gzip'):
6291 sysvals.gzip = checkArgBool(option, value)
6482 ' -gzip Gzip the trace and dmesg logs to save space\n'\
6601 elif(arg == '-gzip')
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py64 import gzip namespace
93 gzip = False variable in SystemValues
492 if self.gzip:
941 isgz = self.gzip
944 with gzip.open(filename, mode+'t') as fp:
950 return gzip.open(filename, mode+'t')
6528 elif(option == 'gzip'):
6529 sysvals.gzip = checkArgBool(option, value)
6722 ' -gzip Gzip the trace and dmesg logs to save space\n'\
6847 elif(arg == '-gzip')
[all...]
/third_party/node/lib/
H A Dzlib.js666 // `{ windowBits: 8 }` is valid for deflate but not gzip.
925 gzip: createConvenienceMethod(Gzip, false),
/third_party/toybox/generated/
H A Dglobals.h47 // toys/lsb/gzip.c
1620 struct gzip_data gzip; member
H A Dflags.h1162 // gzip ncdfk123456789[-123456789]
2860 // tar &(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa] &(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa]
2862 #define OPTSTR_tar "&(restrict)(full-time)(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(mode):(mtime):(group):(owner):(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)J(xz)j(bzip2)z(gzip)S(sparse)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):a[!txc][!jzJa]"
4461 #define TT this.gzip
/third_party/python/Lib/test/
H A Dtest_tarfile.py24 import gzip namespace
26 gzip = None variable
74 open = gzip.GzipFile if gzip else None
1220 # Issue #20238: Incomplete gzip output with mode="w:gz"
/kernel/linux/linux-5.10/
H A DMakefile468 KGZIP = gzip
/kernel/linux/linux-6.6/
H A DMakefile517 KGZIP = gzip
/third_party/python/Lib/
H A Dtarfile.py336 blockwise. Use of gzip or bzip2 compression is possible.
418 """Initialize for writing with gzip compression.
475 """Initialize for reading a gzip compressed fileobj.
480 # taken from gzip.GzipFile with some alterations
482 raise ReadError("not a gzip file")
1784 'r:gz' open for reading with gzip compression
1789 'w:gz' open for writing with gzip compression
1795 'x:gz' create a gzip compressed tarfile, raise an exception
1804 'r|gz' open a gzip compressed stream of tar blocks
1808 'w|gz' open a gzip compresse
[all...]
/third_party/ffmpeg/
H A Dconfigure2406 gzip
6489 [ -x "$(command -v gzip)" ] && enable gzip
6491 enabled zlib_gzip && enabled gzip || disable ptx_compression

Completed in 80 milliseconds

12345