/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
zlib_codec.py | 1 """ Python 'zlib_codec' Codec - zlib compression encoding 10 import zlib # this codec needs the optional zlib module ! namespace 25 output = zlib.compress(input) 43 output = zlib.decompress(input) 57 self.compressobj = zlib.compressobj() 67 self.compressobj = zlib.compressobj() 73 self.decompressobj = zlib.decompressobj() 83 self.decompressobj = zlib.decompressobj() 95 name='zlib', [all...] |
/prebuilts/misc/linux-x86/ccache/ |
ccache-3.1.9.tar.gz | |
/external/zlib/src/contrib/delphi/ |
readme.txt | 5 This directory contains an update to the ZLib interface unit, 8 The original ZLib unit is Copyright (c) 1997,99 Borland Corp., 9 and is based on zlib version 1.0.4. There are a series of bugs 10 and security problems associated with that old zlib version, and 11 we recommend the users to update their ZLib unit. 17 - Improved makefile, adapted to zlib version 1.2.1. 20 Longint, for consistency with the zlib.h header, and for 64-bit 30 the original C sources of zlib can be compiled out of the box, 31 and linked to the ZLib unit. 37 Currently, the ZLib unit provides only a limited wrapper aroun [all...] |
zlibd32.mak | 1 # Makefile for zlib 3 # Updated for zlib 1.2.x by Cosmin Truta 19 ZLIB_LIB = zlib.lib 33 adler32.obj: adler32.c zlib.h zconf.h 35 compress.obj: compress.c zlib.h zconf.h 37 crc32.obj: crc32.c zlib.h zconf.h crc32.h 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 45 gzread.obj: gzread.c zlib.h zconf.h gzguts. [all...] |
/external/zlib/src/contrib/ada/ |
test.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 12 -- 1. Test ZLib.Ada95 thick binding functionality. 13 -- 2. Show the example of use main functionality of the ZLib.Ada95 binding. 14 -- 3. Build this program automatically compile all ZLib.Ada95 packages under 17 with ZLib.Streams; 37 Header : constant ZLib.Header_Type := ZLib.Default; 38 -- ZLib.None; 39 -- ZLib.Auto [all...] |
/external/zlib/src/contrib/pascal/ |
zlibd32.mak | 1 # Makefile for zlib 3 # Updated for zlib 1.2.x by Cosmin Truta 19 ZLIB_LIB = zlib.lib 33 adler32.obj: adler32.c zlib.h zconf.h 35 compress.obj: compress.c zlib.h zconf.h 37 crc32.obj: crc32.c zlib.h zconf.h crc32.h 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 41 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 43 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 45 gzread.obj: gzread.c zlib.h zconf.h gzguts. [all...] |
/external/zlib/src/win32/ |
Makefile.bor | 1 # Makefile for zlib 25 ZLIB_LIB = zlib.lib 44 adler32.obj: adler32.c zlib.h zconf.h 46 compress.obj: compress.c zlib.h zconf.h 48 crc32.obj: crc32.c zlib.h zconf.h crc32.h 50 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 52 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 54 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 56 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 58 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts. [all...] |
Makefile.msc | 1 # Makefile for zlib using Microsoft (Visual) C 2 # zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler 20 STATICLIB = zlib.lib 29 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC) 50 $(SHAREDLIB): $(TOP)/win32/zlib.def $(OBJS) $(OBJA) zlib1.res 51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \ 91 adler32.obj: $(TOP)/adler32.c $(TOP)/zlib.h $(TOP)/zconf.h 93 compress.obj: $(TOP)/compress.c $(TOP)/zlib.h $(TOP)/zconf.h 95 crc32.obj: $(TOP)/crc32.c $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/crc32.h 97 deflate.obj: $(TOP)/deflate.c $(TOP)/deflate.h $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf. [all...] |
/external/zlib/src/as400/ |
bndsrc | 1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB') 8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */ 14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */ 21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */ 28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */ 42 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */ 64 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */ 77 /* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */ 83 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */ 94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 * [all...] |
/external/zlib/src/contrib/vstudio/vc10/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
21 VALUE "InternalName", "zlib\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/src/contrib/vstudio/vc11/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
21 VALUE "InternalName", "zlib\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/zlib/src/contrib/vstudio/vc9/ |
zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
21 VALUE "InternalName", "zlib\0"
23 VALUE "ProductName", "ZLib.DLL\0"
|
/external/libpng/projects/owatcom/ |
pngtest.tgt | 52 $(%zlib)
68 libpng.lib zlib.lib
84 $(%zlib)
100 libpng.lib zlib.lib
137 "$(%zlib);$(%watcom)/h;$(%watcom)/h/nt"
153 "$(%zlib);$(%watcom)/h;$(%watcom)/h/nt"
|
pngvalid.tgt | 67 $(%zlib)
83 libpng.lib zlib.lib
115 $(%zlib)
131 libpng.lib zlib.lib
168 "$(%zlib);$(%watcom)/h;$(%watcom)/h/nt"
184 "$(%zlib);$(%watcom)/h;$(%watcom)/h/nt"
|
/external/zlib/src/contrib/asm686/ |
README.686 | 1 This is a patched version of zlib, modified to use 9 compiler used to build the original version of zlib falls afoul of the 25 Added for zlib 1.1.3: 30 To compile zlib with this asm file, copy match.S to the zlib directory 47 license to match that of the rest of zlib. Share and Enjoy!
|
/external/zlib/src/ |
Makefile.in | 1 # Makefile for zlib 3 # For conditions of distribution and use, see copyright notice in zlib.h 14 # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type: 88 echo ' *** zlib test OK ***'; \ 90 echo ' *** zlib test FAILED ***'; false; \ 101 echo ' *** zlib shared test OK ***'; \ 103 echo ' *** zlib shared test FAILED ***'; false; \ 110 echo ' *** zlib 64-bit test OK ***'; \ 112 echo ' *** zlib 64-bit test FAILED ***'; false; \ 116 infcover.o: test/infcover.c zlib.h zconf. [all...] |
gzclose.c | 1 /* gzclose.c -- zlib gzclose() function 3 * For conditions of distribution and use, see copyright notice in zlib.h
|
/external/clang/test/Driver/ |
nozlibcompress.c | 5 // CHECK: warning: cannot compress debug sections (zlib not installed) 6 // NOWARN-NOT: warning: cannot compress debug sections (zlib not installed)
|
/external/freetype/src/gzip/ |
infcodes.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 8 subject to change. Applications should only use zlib.h.
|
/external/libpng/contrib/pngminim/preader/ |
README | 4 embedded libpng, zlib and your system's X library. 6 Specify the location of the zlib source (1.2.1 or later) as ZLIBSRC
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
gzclose.c | 1 /* gzclose.c -- zlib gzclose() function 3 * For conditions of distribution and use, see copyright notice in zlib.h
|
/external/zlib/src/contrib/minizip/ |
mztools.h | 4 License: Same as ZLIB (www.gzip.org) 15 #include "zlib.h"
|
/external/zlib/src/msdos/ |
Makefile.bor | 1 # Makefile for zlib 56 adler32.obj: adler32.c zlib.h zconf.h 58 compress.obj: compress.c zlib.h zconf.h 60 crc32.obj: crc32.c zlib.h zconf.h crc32.h 62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 64 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 66 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 68 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 70 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h 72 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h [all...] |
Makefile.msc | 1 # Makefile for zlib 50 adler32.obj: adler32.c zlib.h zconf.h 52 compress.obj: compress.c zlib.h zconf.h 54 crc32.obj: crc32.c zlib.h zconf.h crc32.h 56 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 58 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 60 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 62 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 64 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h 66 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h [all...] |
Makefile.tc | 1 # Makefile for zlib 41 adler32.obj: adler32.c zlib.h zconf.h 43 compress.obj: compress.c zlib.h zconf.h 45 crc32.obj: crc32.c zlib.h zconf.h crc32.h 47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 49 gzclose.obj: gzclose.c zlib.h zconf.h gzguts.h 51 gzlib.obj: gzlib.c zlib.h zconf.h gzguts.h 53 gzread.obj: gzread.c zlib.h zconf.h gzguts.h 55 gzwrite.obj: gzwrite.c zlib.h zconf.h gzguts.h 57 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h [all...] |