Searched
full:gzip (Results
251 -
275 of
1479) sorted by null
<<11121314151617181920>>
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_FixedLengthRecordReaderV2.pbtxt | 54 The type of encoding for the file. Currently ZLIB and GZIP
|
/external/tensorflow/tensorflow/core/lib/io/ |
compression.cc | 23 const char kGzip[] = "GZIP";
|
/external/zlib/ |
NOTICE | 20 jloup@gzip.org madler@alumni.caltech.edu
|
/external/zlib/src/ |
README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 82 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) 105 Send questions and/or comments to zlib@gzip.org, 134 jloup@gzip.org madler@alumni.caltech.edu
|
/external/zlib/src/examples/ |
gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 37 object works by appending stored (uncompressed) data to the gzip file until 41 valid gzip file that can decompressed to recover what was written. 75 will be compressed. The log file will be a valid gzip file upon successful
|
/external/zlib/src/qnx/ |
package.qpg | 50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL> 54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL> 56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail> 61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
|
/external/zlib/src/win32/ |
README-WIN32.txt | 7 and rfc1952.txt (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled 14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page 94 jloup@gzip.org madler@alumni.caltech.edu
|
/frameworks/base/core/proto/android/os/ |
data.proto | 26 // Output of SECTION_GZIP section type, which reads a file, gzip it and attached
|
/frameworks/base/libs/androidfw/ |
ZipUtils.cpp | 18 // Misc zip/gzip utility functions. 154 * Look at the contents of a gzip archive. We want to know where the 161 * don't currently deal with that here. If "gzip -l" whines, we're going 182 return false; // not gzip
|
/prebuilts/jdk/jdk9/darwin-x86/legal/java.base/ |
zlib.md | 25 jloup@gzip.org madler@alumni.caltech.edu
|
/prebuilts/jdk/jdk9/linux-x86/legal/java.base/ |
zlib.md | 25 jloup@gzip.org madler@alumni.caltech.edu
|
/prebuilts/vndk/v27/common/NOTICE_FILES/ |
libz.so.txt | 20 jloup@gzip.org madler@alumni.caltech.edu
|
/system/sepolicy/prebuilts/api/26.0/public/ |
asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/system/sepolicy/public/ |
asan_extract.te | 13 # We execute log, rm, gzip and tar.
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/ |
settings.cfg | 15 default_namespace: "default-gzip"
|
/toolchain/binutils/binutils-2.27/zlib/ |
README | 10 rfc1952 (gzip format). 13 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 25 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 109 jloup@gzip.org madler@alumni.caltech.edu
|
zlib.3 | 27 .IR gzip (1) 102 http://tools.ietf.org/html/rfc1952 (for the gzip header and trailer format) 125 Send questions and/or comments to zlib@gzip.org, 129 Copyright (C) 1995-2013 Jean-loup Gailly (jloup@gzip.org)
|
/toolchain/binutils/binutils-2.27/zlib/examples/ |
gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 37 object works by appending stored (uncompressed) data to the gzip file until 41 valid gzip file that can decompressed to recover what was written. 75 will be compressed. The log file will be a valid gzip file upon successful
|
/toolchain/binutils/binutils-2.27/zlib/qnx/ |
package.qpg | 50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL> 54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL> 56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail> 61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
|
/toolchain/binutils/binutils-2.27/zlib/win32/ |
README-WIN32.txt | 7 and rfc1952.txt (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). Two compiled 14 Questions about zlib should be sent to <zlib@gzip.org>. The zlib home page 94 jloup@gzip.org madler@alumni.caltech.edu
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
TarUtilTest.java | 119 * Test that {@link TarUtil#gzip(File)} is properly zipping the file and can be unzipped to 130 zipped = TarUtil.gzip(tmpFile); 144 /** Test to ensure that {@link TarUtil#gzip(File)} properly throws if the file is not valid. */ 148 TarUtil.gzip(new File("i_do_not_exist"));
|
/external/okhttp/okio/okio/src/main/java/okio/ |
GzipSource.java | 24 * A source that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to 42 * Our source should yield a GZIP header (which we consume directly), followed 44 * GZIP trailer (which we also consume directly). 57 /** Checksum used to check both the GZIP header and decompressed body. */ 95 // Gzip streams self-terminate: they return -1 before their underlying 98 // return -1, then our Gzip data finished prematurely! 100 throw new IOException("gzip finished without exhausting source");
|
Completed in 599 milliseconds
<<11121314151617181920>>