HomeSort by relevance Sort by last modified time
    Searched full:gzip (Results 676 - 700 of 1479) sorted by null

<<21222324252627282930>>

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 179 .setBody(gzip("abcabcabc"))
180 .addHeader("Content-Encoding: gzip"));
193 assertEquals("gzip", networkResponse.header("Content-Encoding"));
652 private Buffer gzip(String data) throws IOException {
  /external/pdfium/testing/tools/coverage/
lcovrc 68 # Compress all generated html files with gzip.
  /external/protobuf/
CONTRIBUTORS.txt 69 * gzip/zlib I/O support.
  /external/protobuf/util/
CONTRIBUTORS.txt 69 * gzip/zlib I/O support.
  /external/python/cpython2/Doc/includes/
email-dir.py 71 # gzip'd or compressed files.
  /external/python/cpython2/Lib/distutils/command/
bdist.py 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
  /external/python/cpython2/Modules/zlib/
minigzip.c 1 /* minigzip.c -- simulate gzip using the zlib compression library
7 * minigzip is a minimal implementation of the gzip utility. This is
9 * full-featured gzip. No attempt is made to deal with file systems
11 * very limited. So use minigzip only for testing; use gzip for the
  /external/python/cpython3/Lib/
_compression.py 1 """Internal classes used by the gzip, lzma and bz2 modules"""
  /external/python/cpython3/Lib/distutils/command/
bdist.py 69 'gztar': ('bdist_dumb', "gzip'ed tar file"),
  /external/python/cpython3/Modules/zlib/
gzwrite.c 1 /* gzwrite.c -- zlib functions for writing gzip files
14 /* Initialize state for writing a gzip file. Mark initialization by setting
40 /* allocate deflate memory, set up for gzip compression */
71 reset to start a new gzip stream. If gz->direct is true, then simply write
minigzip.c 1 /* minigzip.c -- simulate gzip using the zlib compression library
7 * minigzip is a minimal implementation of the gzip utility. This is
9 * full-featured gzip. No attempt is made to deal with file systems
11 * very limited. So use minigzip only for testing; use gzip for the
  /external/syslinux/com32/lib/sys/
zfile.c 159 (uint8_t) fp->i.buf[1] == 0213 && /* gzip */
  /external/tensorflow/tensorflow/contrib/tpu/profiler/
dump_tpu_profile.cc 54 io::ZlibCompressionOptions options = io::ZlibCompressionOptions::GZIP();
  /external/tensorflow/tensorflow/core/lib/io/
record_writer.cc 48 options.zlib_options = io::ZlibCompressionOptions::GZIP();
  /external/toybox/scripts/
install.sh 109 PENDING="bunzip2 bzcat dd diff expr ftpd ftpget ftpput gunzip less ping route tar test tr vi wget zcat awk bzip2 fdisk gzip sh sha512sum unxz xzcat bc"
  /external/wayland/
configure.ac 23 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz subdir-objects])
  /external/zlib/src/contrib/minizip/
mztools.c 4 License: Same as ZLIB (www.gzip.org)
  /external/zlib/src/contrib/puff/
pufftest.c 14 of input to skip before inflating (e.g. to skip a zlib or gzip header), and
  /external/zlib/src/doc/
rfc1950.txt 259 to 32K. This is the method used by gzip and PNG (see
377 [1] Deutsch, L.P.,"GZIP Compressed Data Format Specification",
439 EMail: <gzip@prep.ai.mit.edu>
444 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
  /external/zlib/src/
gzwrite.c 1 /* gzwrite.c -- zlib functions for writing gzip files
14 /* Initialize state for writing a gzip file. Mark initialization by setting
40 /* allocate deflate memory, set up for gzip compression */
71 reset to start a new gzip stream. If gz->direct is true, then simply write
  /external/zlib/src/test/
minigzip.c 1 /* minigzip.c -- simulate gzip using the zlib compression library
7 * minigzip is a minimal implementation of the gzip utility. This is
9 * full-featured gzip. No attempt is made to deal with file systems
11 * very limited. So use minigzip only for testing; use gzip for the
  /external/zopfli/src/zopfli/
lz77.h 119 Does LZ77 using an algorithm similar to gzip, with lazy matching, rather than
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 115 intent.setType("application/x-gzip");
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist.py 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist.py 73 'gztar': ('bdist_dumb', "gzip'ed tar file"),

Completed in 6542 milliseconds

<<21222324252627282930>>