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

<<21222324252627282930>>

  /bootable/recovery/applypatch/include/applypatch/
imgdiff_image.h 76 * Cause a gzip chunk to be treated as a normal chunk (ie, as a blob of uninterpreted data).
78 * the case of images where some gzip chunks are reconstructible but others aren't (by treating
  /build/make/tools/releasetools/
test_blockimgdiff.py 224 "/system/bin/gzip", RangeSet("10-15"), RangeSet("0-5")))
270 self.assertRaises(AssertionError, imgdiff_stats.Log, "/system/bin/gzip",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 243 * created by gzip. (Files created by minigzip can still be extracted by
244 * gzip.)
  /external/autotest/server/
base_utils.py 143 are gzip and bzip2. Afterwards, if the source_material is a tar
160 source_material.endswith(".gzip")):
  /external/curl/
buildconf.bat 50 gzip --version <NUL 1>NUL 2>&1
300 echo groff/nroff, perl and optionally gzip for compression.
  /external/freetype/builds/mac/
FreeType.m68k_cfm.make.txt 59 :src:gzip:ftgzip.c \xB6
182 "{ObjDir}ftgzip.c.o" \xC4 :src:gzip:ftgzip.c
FreeType.m68k_far.make.txt 58 :src:gzip:ftgzip.c \xB6
181 "{ObjDir}ftgzip.c.o" \xC4 :src:gzip:ftgzip.c
FreeType.ppc_carbon.make.txt 59 :src:gzip:ftgzip.c \xB6
185 "{ObjDir}ftgzip.c.x" \xC4 :src:gzip:ftgzip.c
FreeType.ppc_classic.make.txt 59 :src:gzip:ftgzip.c \xB6
185 "{ObjDir}ftgzip.c.x" \xC4 :src:gzip:ftgzip.c
  /external/libcups/cups/
http-private.h 265 _HTTP_CODING_GZIP, /* LZ77+gzip decompression */
267 _HTTP_CODING_GUNZIP, /* LZ77+gzip decompression */
  /external/ltp/testcases/kernel/io/disktest/
Makefile.linux 209 gzip disktest-$(VER)/man1/disktest.1
212 gzip ./disktest-$(VER).tar
  /external/puffin/src/
utils_unittest.cc 55 // gzip -kf test1.txt test2.txt && cat test1.txt.gz test2.txt.gz |
66 // echo "0123456789" > test1.txt && gzip -kf test1.txt && cat test1.txt.gz |
  /external/python/cpython2/Doc/library/
fileinput.rst 172 Transparently opens files compressed with gzip and bzip2 (recognized by the
173 extensions ``'.gz'`` and ``'.bz2'``) using the :mod:`gzip` and :mod:`bz2`
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 120 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
138 gzip_cmd = ['gzip', '-f9', 'archive2.tar']
  /external/python/cpython2/Lib/
tarfile.py 391 blockwise. Use of gzip or bzip2 compression is possible.
455 """Initialize for writing with gzip compression.
517 """Initialize for reading a gzip compressed fileobj.
522 # taken from gzip.GzipFile with some alterations
524 raise ReadError("not a gzip file")
650 class which (unlike gzip.GzipFile) has no support for
    [all...]
  /external/python/cpython2/Modules/zlib/
zconf.h 243 * created by gzip. (Files created by minigzip can still be extracted by
244 * gzip.)
zconf.h.cmakein 245 * created by gzip. (Files created by minigzip can still be extracted by
246 * gzip.)
zconf.h.in 243 * created by gzip. (Files created by minigzip can still be extracted by
244 * gzip.)
  /external/python/cpython3/Doc/library/
fileinput.rst 189 Transparently opens files compressed with gzip and bzip2 (recognized by the
190 extensions ``'.gz'`` and ``'.bz2'``) using the :mod:`gzip` and :mod:`bz2`
  /external/python/cpython3/Lib/
tarfile.py 339 blockwise. Use of gzip or bzip2 compression is possible.
421 """Initialize for writing with gzip compression.
476 """Initialize for reading a gzip compressed fileobj.
481 # taken from gzip.GzipFile with some alterations
483 raise ReadError("not a gzip file")
    [all...]
  /external/syslinux/com32/include/
zconf.h 216 * created by gzip. (Files created by minigzip can still be extracted by
217 * gzip.)
  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 19 import gzip
176 in_file = gzip.open(os.path.join(output_dir, compressed_filename), 'rb')
  /external/toybox/
Android.mk 154 toys/pending/gzip.c \
288 gzip \
  /external/zlib/src/contrib/pascal/
zlibpas.pas 53 xflags: Integer; (* extra flags (not used when writing a gzip file) *)
63 done: Integer; (* true when done reading gzip header *)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 207 * created by gzip. (Files created by minigzip can still be extracted by
208 * gzip.)

Completed in 625 milliseconds

<<21222324252627282930>>