/external/swiftshader/third_party/LLVM/test/Transforms/ADCE/ |
2002-07-17-PHIAssertion.ll | 1 ; This testcase was extracted from the gzip SPEC benchmark
|
/external/syslinux/sample/ |
Makefile | 30 $(PNGTOPNM) $< | gzip -9 > $@
|
/external/tensorflow/tensorflow/examples/tutorials/mnist/ |
input_data.py | 22 import gzip
|
/external/zlib/src/contrib/iostream3/ |
README | 5 outf << "These go into the gzip file " << 123 << endl;
|
/frameworks/base/libs/incident/proto/android/ |
section.proto | 44 // incidentd read file and gzip the data in bytes field
|
/libcore/ojluni/src/main/java/java/util/zip/ |
GZIPOutputStream.java | 33 * the GZIP file format. 45 * GZIP header magic number. 179 * Writes GZIP member header. 197 * Writes GZIP member trailer to a byte array, starting at a given
|
/prebuilts/go/darwin-x86/misc/nacl/ |
testzip.proto | 99 gzip
|
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gzip_test.go | 5 package gzip package 16 // TestEmpty tests that an empty payload still forms a valid GZIP stream. 205 // Multiple gzip files concatenated form a valid gzip file.
|
/prebuilts/go/linux-x86/misc/nacl/ |
testzip.proto | 99 gzip
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gzip_test.go | 5 package gzip package 16 // TestEmpty tests that an empty payload still forms a valid GZIP stream. 205 // Multiple gzip files concatenated form a valid gzip file.
|
/prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/bin/ |
LICENSE.zlib.txt | 26 jloup@gzip.org madler@alumni.caltech.edu
|
/prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/bin/ |
LICENSE.zlib.txt | 26 jloup@gzip.org madler@alumni.caltech.edu
|
/prebuilts/tools/linux-x86_64/kythe/third_party/zlib/ |
LICENSE | 20 jloup@gzip.org madler@alumni.caltech.edu
|
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/ |
README | 5 outf << "These go into the gzip file " << 123 << endl;
|
/build/soong/ui/tracer/ |
tracer.go | 24 "compress/gzip" 142 // Save the file, since closing the gzip Writer doesn't close the 145 t.w = gzip.NewWriter(f)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/zlib/ |
minigzip.py | 3 # delete the original. This doesn't support all of gzip's options.
5 # The 'gzip' module in the standard library provides a more complete
6 # implementation of gzip-format files.
|
/external/autotest/client/site_tests/platform_DebugDaemonGetPerfData/ |
platform_DebugDaemonGetPerfData.py | 5 import cStringIO, collections, dbus, gzip, logging, subprocess 46 Gzip a string. 54 gzip_file = gzip.GzipFile(fileobj=string_file, mode='wb')
|
/external/brotli/c/tools/ |
brotli.md | 19 `brotli` command line syntax similar to `gzip (1)` and `zstd (1)`. 20 Unlike `gzip (1)`, source files are preserved by default. It is possible to 69 remove source file(s); `gzip (1)`-like behaviour
|
/external/brotli/docs/ |
brotli.1 | |
/external/python/cpython2/Demo/zlib/ |
minigzip.py | 3 # delete the original. This doesn't support all of gzip's options. 5 # The 'gzip' module in the standard library provides a more complete 6 # implementation of gzip-format files.
|
/external/tensorflow/tensorflow/python/lib/io/ |
tf_record.py | 33 GZIP = 2 43 TFRecordCompressionType.GZIP: "GZIP",
|
/external/zlib/src/contrib/ada/ |
zlib.adb | 59 -- The simplest gzip header is not for informational, but just for 60 -- gzip format compatibility. 106 -- Separate translate routine for make gzip header. 210 if Header = None or else Header = GZip then 214 -- For the GZip CRC calculation and make headers. 216 if Header = GZip then 341 when GZip => 344 -- Inflate gzip data defined by flag 16. 351 -- of gzip or native header defined by flag 32. 447 if Filter.Header = GZip and Filter.Compression the [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
zlib.h | 23 jloup@gzip.org madler@alumni.caltech.edu 28 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). 63 The library also supports reading and writing files in gzip (.gz) format 65 with "gz". The gzip format is different from the zlib format. gzip is a 66 gzip wrapper, documented in RFC 1952, wrapped around a deflate stream. 68 This library can optionally read and write gzip streams in memory as well. 71 and on communications channels. The gzip format was designed for single- 109 gzip header information passed to and from zlib routines. See RFC 1952 115 int xflags; /* extra flags (not used when writing a gzip file) * [all...] |
/toolchain/binutils/binutils-2.27/zlib/contrib/ada/ |
zlib.adb | 59 -- The simplest gzip header is not for informational, but just for 60 -- gzip format compatibility. 106 -- Separate translate routine for make gzip header. 210 if Header = None or else Header = GZip then 214 -- For the GZip CRC calculation and make headers. 216 if Header = GZip then 341 when GZip => 344 -- Inflate gzip data defined by flag 16. 351 -- of gzip or native header defined by flag 32. 447 if Filter.Header = GZip and Filter.Compression the [all...] |
/external/python/cpython2/Lib/ |
xmlrpclib.py | 52 # 2014-12-02 ch/doko Add workaround for gzip bomb vulnerability 147 import gzip 149 gzip = None #python can be built without zlib/gzip support variable [all...] |