Searched refs:gzip (Results 101 - 115 of 115) sorted by relevance
12345
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | pytracediff.py | 236 from gzip import GzipFile
|
H A D | parse.py | 430 from gzip import GzipFile
|
/third_party/node/ |
H A D | Makefile | 1206 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 D | nghttp.cc | 460 {"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 D | http2_test.cc | 1210 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 D | sleepgraph.py | 64 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 D | sleepgraph.py | 64 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 D | zlib.js | 666 // `{ windowBits: 8 }` is valid for deflate but not gzip. 925 gzip: createConvenienceMethod(Gzip, false),
|
/third_party/toybox/generated/ |
H A D | globals.h | 47 // toys/lsb/gzip.c 1620 struct gzip_data gzip; member
|
H A D | flags.h | 1162 // 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 D | test_tarfile.py | 24 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 D | Makefile | 468 KGZIP = gzip
|
/kernel/linux/linux-6.6/ |
H A D | Makefile | 517 KGZIP = gzip
|
/third_party/python/Lib/ |
H A D | tarfile.py | 336 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 D | configure | 2406 gzip 6489 [ -x "$(command -v gzip)" ] && enable gzip 6491 enabled zlib_gzip && enabled gzip || disable ptx_compression
|
Completed in 80 milliseconds
12345