/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/qemu/distrib/zlib-1.2.8/ |
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/ |
gzclose.c | 1 /* gzclose.c -- zlib gzclose() function 3 * For conditions of distribution and use, see copyright notice in zlib.h
|
CMakeLists.txt | 4 project(zlib C) 75 message(STATUS "to 'zconf.h.included' because this file is included with zlib") 81 set(ZLIB_PC ${CMAKE_CURRENT_BINARY_DIR}/zlib.pc) 82 configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/zlib.pc.cmakein 90 # zlib 95 zlib.h 165 # parse the full version number from zlib.h and include in ZLIB_FULL_VERSION 166 file(READ ${CMAKE_CURRENT_SOURCE_DIR}/zlib.h _zlib_h_contents) 186 add_library(zlib SHARED ${ZLIB_SRCS} ${ZLIB_ASMS} ${ZLIB_DLL_SRCS} ${ZLIB_PUBLIC_HDRS} ${ZLIB_PRIVATE_HDRS}) 188 set_target_properties(zlib PROPERTIES DEFINE_SYMBOL ZLIB_DLL [all...] |
/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...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/ |
test_msgutil.py | 40 import zlib namespace 202 compress = zlib.compressobj( 203 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS) 208 expected += compress.flush(zlib.Z_SYNC_FLUSH) 212 compress = zlib.compressobj( 213 zlib.Z_DEFAULT_COMPRESSION, zlib.DEFLATED, -zlib.MAX_WBITS [all...] |
/development/ide/xcode/zlib.xcodeproj/ |
project.pbxproj | 30 FE08AA2F0944F2710057213F /* zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = FE08AA240944F2710057213F /* zlib.h */; }; 61 FE08AA020944F1E40057213F /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = "../../extlibs/zlib-1.2.3/adler32.c"; sourceTree = SOURCE_ROOT; }; 62 FE08AA030944F1E40057213F /* compress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = compress.c; path = "../../extlibs/zlib-1.2.3/compress.c"; sourceTree = SOURCE_ROOT; }; 63 FE08AA040944F1E40057213F /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = "../../extlibs/zlib-1.2.3/crc32.c"; sourceTree = SOURCE_ROOT; }; 64 FE08AA050944F1E40057213F /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = "../../extlibs/zlib-1.2.3/deflate.c"; sourceTree = SOURCE_ROOT; }; 65 FE08AA060944F1E40057213F /* infback.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = infback.c; path = "../../extlibs/zlib-1.2.3/infback.c"; sourceTree = SOURCE_ROOT; }; 66 FE08AA070944F1E40057213F /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = "../../extlibs/zlib-1.2.3/inffast.c"; sourceTree = SOURCE_ROOT; }; 67 FE08AA080944F1E40057213F /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = "../../extlibs/zlib-1.2.3/inflate.c"; sourceTree = SOURCE_ROOT; }; 68 FE08AA090944F1E40057213F /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = "../../extlibs/zlib-1.2.3/inftrees.c"; sourceTree = SOURCE_ROOT; } [all...] |
/external/zlib/src/old/ |
Makefile.riscos | 2 # Patched for zlib 1.1.2 rw@shadow.org.uk 19980430 15 libdest = lib:zlib 52 @copy @.h.zlib $(libdest).h.zlib A~C~DF~L~N~P~Q~RS~TV 55 @echo okay, installed zlib in $(libdest) 71 o.example: h.zlib 74 o.minigzip: h.zlib 77 o.adler32: h.zlib 80 o.compress: h.zlib 83 o.crc32: h.zlib [all...] |
/bootable/recovery/minzip/ |
Android.mk | 12 external/zlib \
|
/external/chromium_org/chrome/browser/chromeos/login/ |
DEPS | 11 "+third_party/zlib",
|
/external/libpng/contrib/pngminus/ |
makefile.tc3 | 10 CPPFLAGS=-I..\libpng -I..\zlib 12 LDFLAGS=-m$(MODEL) -L..\libpng -L..\zlib 26 $(LD) $(LDFLAGS) png2pnm$(O) libpng$(L) zlib$(L) 32 $(LD) $(LDFLAGS) pnm2png$(O) libpng$(L) zlib$(L)
|
/external/llvm/test/MC/ELF/ |
nocompression.s | 5 // CHECK: llvm-mc{{[^:]*}}: build tools with zlib to enable -compress-debug-sections
|
/external/pdfium/core/src/ |
fx_zlib.h | 9 #include "./fxcodec/fx_zlib/zlib_v128/zlib.h"
|
/external/pdfium/core/src/fxcodec/fx_zlib/include/ |
fx_zlib.h | 10 #include "../zlib_v128/zlib.h"
|
/external/zlib/src/contrib/infback9/ |
infback9.h | 3 * For conditions of distribution and use, see copyright notice in zlib.h 10 * This should be compiled with zlib, since it uses zutil.h and zutil.o. 12 * comments in zlib.h for inflateBack() usage. These functions are used 16 * zlib.h must be included before this header file.
|
/frameworks/native/cmds/atrace/ |
Android.mk | 8 LOCAL_C_INCLUDES += external/zlib
|
/external/libpng/projects/visualc71/ |
README.txt | 13 * The zlib source files are in ..\..\..\zlib 14 * The zlib project file is in . /* Warning: This is until the zlib project 15 files get intergrated into the next zlib release. The final zlib project 16 directory will then be ..\..\..\zlib\projects\visualc71. */
|
/external/zlib/src/contrib/pascal/ |
readme.txt | 3 zlib data compression library. 10 example.pas usage example of zlib 11 zlibpas.pas the Pascal interface to zlib 18 - Although the name "zlib" would have been more normal for the 19 zlibpas unit, this name is already taken by Borland's ZLib unit. 21 interface to the full-fledged zlib functionality, but a suite of 22 class wrappers around zlib streams. Other essential features, 27 - The C and zlib-supplied types int, uInt, long, uLong, etc. are 34 real need for unsigned int in zlib under a 32-bit environment. 36 - Except for the callbacks, the zlib function interfaces ar [all...] |
/external/deqp/external/zlib/ |
CMakeLists.txt | 1 # cmake file for zlib 7 if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/zlib.h") 11 set(DEFAULT_ZLIB_SRC_PATH "../zlib/src") 14 set(ZLIB_SRC_PATH ${DEFAULT_ZLIB_SRC_PATH} CACHE STRING "Path to zlib source tree") 46 ${ZLIB_ABS_PATH}/zlib.h
|
/external/libpng/contrib/gregbook/ |
Makefile.sgi | 14 # This makefile assumes libpng and zlib have already been built or downloaded 17 # the PNGINC, PNGLIB, ZINC and ZLIB lines. 19 # This makefile builds dynamically linked executables (against libpng and zlib, 21 # ZLIB lines. 35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib 36 #ZLIB = /usr/local/lib/libz.a # statically linked against zlib 37 #ZINC = -I../zlib 38 #ZLIB = -L../zlib -l [all...] |
/external/zlib/src/contrib/ada/ |
read.adb | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 17 with ZLib; 33 Header : constant ZLib.Header_Type := ZLib.Default; 34 -- Do not use Header other than Default in ZLib versions 1.1.4 and older. 45 Filter : ZLib.Filter_Type; 68 -- ZLib.Read 71 procedure Read is new ZLib.Read 114 Ada.Text_IO.Put_Line ("ZLib " & ZLib.Version) [all...] |
/external/chromium_org/third_party/zlib/ |
google.patch | 1 diff -ru zlib-1.2.5/gzlib.c zlib/gzlib.c 2 --- zlib-1.2.5/gzlib.c 3 +++ zlib/gzlib.c 15 diff -ru zlib-1.2.5/mozzconf.h zlib/mozzconf.h 16 --- zlib-1.2.5/mozzconf.h 2011-12-15 18:10:49.000000000 +0800 17 +++ zlib/mozzconf.h 2011-12-16 16:08:00.000000000 +0800 33 + * The Original Code is the mozilla zlib configuration. 148 +/* New as of zlib 1.2.5 * [all...] |