HomeSort by relevance Sort by last modified time
    Searched refs:zlib (Results 101 - 125 of 435) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libpng/contrib/pngminim/encoder/
makefile 27 ZLIBSRC=$(PNGSRC)/../zlib
30 # Zlib
35 #ZH = zlib.h crc32.h deflate.h trees.h zutil.h
36 ZH = zlib.h crc32.h deflate.h trees.h zutil.h
42 ZINC = zlib.h $(ZCONF)
44 # Headers the Zlib source uses
47 # compress is not required; it is needed to link the zlib
137 # zlib release
  /external/python/cpython2/Lib/distutils/tests/
test_bdist_dumb.py 9 # zlib is not used here, but if it's not available
12 import zlib
14 zlib = None variable
45 @unittest.skipUnless(zlib, "requires zlib")
test_sdist.py 11 # zlib is not used here, but if it's not available
14 import zlib
16 zlib = None variable
92 @unittest.skipUnless(zlib, "requires zlib")
135 @unittest.skipUnless(zlib, "requires zlib")
164 @unittest.skipUnless(zlib, "requires zlib")
186 @unittest.skipUnless(zlib, "requires zlib"
    [all...]
  /external/python/cpython2/Lib/
gzip.py 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
123 self.compress = zlib.compressobj(compresslevel,
124 zlib.DEFLATED,
125 -zlib.MAX_WBITS,
126 zlib.DEF_MEM_LEVEL,
159 self.crc = zlib.crc32("") & 0xffffffffL
191 self.crc = zlib.crc32("") & 0xffffffffL
243 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL
304 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS
    [all...]
  /external/python/cpython3/Lib/
gzip.py 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
182 self.compress = zlib.compressobj(compresslevel,
183 zlib.DEFLATED,
184 -zlib.MAX_WBITS,
185 zlib.DEF_MEM_LEVEL,
215 self.crc = zlib.crc32(b"")
266 self.crc = zlib.crc32(data, self.crc)
321 def flush(self,zlib_mode=zlib.Z_SYNC_FLUSH):
379 super().__init__(_PaddedFile(fp), zlib.decompressobj
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gzip.py 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
123 self.compress = zlib.compressobj(compresslevel,
124 zlib.DEFLATED,
125 -zlib.MAX_WBITS,
126 zlib.DEF_MEM_LEVEL,
159 self.crc = zlib.crc32("") & 0xffffffffL
184 self.crc = zlib.crc32("") & 0xffffffffL
235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL
297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile64.py 14 # We can test part of the module without zlib.
16 import zlib
18 zlib = None variable
85 if zlib:
  /prebuilts/gdb/linux-x86/lib/python2.7/
gzip.py 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
123 self.compress = zlib.compressobj(compresslevel,
124 zlib.DEFLATED,
125 -zlib.MAX_WBITS,
126 zlib.DEF_MEM_LEVEL,
159 self.crc = zlib.crc32("") & 0xffffffffL
184 self.crc = zlib.crc32("") & 0xffffffffL
235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL
297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile64.py 14 # We can test part of the module without zlib.
16 import zlib
18 zlib = None variable
85 if zlib:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 9 # zlib is not used here, but if it's not available
12 import zlib
14 zlib = None variable
45 @unittest.skipUnless(zlib, "requires zlib")
test_sdist.py 11 # zlib is not used here, but if it's not available
14 import zlib
16 zlib = None variable
92 @unittest.skipUnless(zlib, "requires zlib")
135 @unittest.skipUnless(zlib, "requires zlib")
170 @unittest.skipUnless(zlib, "requires zlib")
192 @unittest.skipUnless(zlib, "requires zlib"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
123 self.compress = zlib.compressobj(compresslevel,
124 zlib.DEFLATED,
125 -zlib.MAX_WBITS,
126 zlib.DEF_MEM_LEVEL,
159 self.crc = zlib.crc32("") & 0xffffffffL
184 self.crc = zlib.crc32("") & 0xffffffffL
235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL
297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile64.py 14 # We can test part of the module without zlib.
16 import zlib
18 zlib = None variable
85 if zlib:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 9 # zlib is not used here, but if it's not available
12 import zlib
14 zlib = None variable
45 @unittest.skipUnless(zlib, "requires zlib")
test_sdist.py 11 # zlib is not used here, but if it's not available
14 import zlib
16 zlib = None variable
92 @unittest.skipUnless(zlib, "requires zlib")
135 @unittest.skipUnless(zlib, "requires zlib")
170 @unittest.skipUnless(zlib, "requires zlib")
192 @unittest.skipUnless(zlib, "requires zlib"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 6 # based on Andrew Kuchling's minigzip.py distributed with the zlib module
9 import zlib
123 self.compress = zlib.compressobj(compresslevel,
124 zlib.DEFLATED,
125 -zlib.MAX_WBITS,
126 zlib.DEF_MEM_LEVEL,
159 self.crc = zlib.crc32("") & 0xffffffffL
184 self.crc = zlib.crc32("") & 0xffffffffL
235 self.crc = zlib.crc32(data, self.crc) & 0xffffffffL
297 self.decompress = zlib.decompressobj(-zlib.MAX_WBITS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile64.py 14 # We can test part of the module without zlib.
16 import zlib
18 zlib = None variable
85 if zlib:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/
PythonCore.inf 236 #Modules/zlib
237 Python-$(PYTHON_VERSION)/Modules/zlib/adler32.c #
238 Python-$(PYTHON_VERSION)/Modules/zlib/compress.c #
239 Python-$(PYTHON_VERSION)/Modules/zlib/crc32.c #
240 Python-$(PYTHON_VERSION)/Modules/zlib/deflate.c #
241 Python-$(PYTHON_VERSION)/Modules/zlib/gzio.c #
242 Python-$(PYTHON_VERSION)/Modules/zlib/infback.c #
243 Python-$(PYTHON_VERSION)/Modules/zlib/inffast.c #
244 Python-$(PYTHON_VERSION)/Modules/zlib/inflate.c #
245 Python-$(PYTHON_VERSION)/Modules/zlib/inftrees.c #
    [all...]
  /external/curl/
androidconfigure 46 CPPFLAGS="${CFLAGS} -I${T}/external/zlib/src"
87 --with-zlib
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader_test.go 5 package zlib package
21 // Compare-to-golden test data was generated by the ZLIB example program at
22 // http://www.zlib.net/zpipe.c
125 "truncated zlib stream amid raw-block",
134 "truncated zlib stream amid fixed-block",
  /prebuilts/go/linux-x86/src/compress/zlib/
reader_test.go 5 package zlib package
21 // Compare-to-golden test data was generated by the ZLIB example program at
22 // http://www.zlib.net/zpipe.c
125 "truncated zlib stream amid raw-block",
134 "truncated zlib stream amid fixed-block",
  /art/runtime/
zip_archive_test.cc 22 #include <zlib.h>
  /external/freetype/src/gzip/
rules.mk 54 $(GZIP_DIR)/zlib.h \
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 48 #include <zlib.h>
54 // A ZeroCopyInputStream that reads compressed data through zlib
59 // zlib will autodetect gzip header or deflate stream
65 // Simpler zlib stream format.
66 ZLIB = 2,
117 // Simpler zlib stream format.
118 ZLIB = 2,
129 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h).
134 // zlib.h for definitions of these constants.
164 // Please ensure that block size is > 6. Here is an excerpt from the zlib
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 39 #include <linux/zlib.h>

Completed in 1733 milliseconds

1 2 3 45 6 7 8 91011>>