/external/chromium_org/third_party/zlib/google/ |
zip_internal.h | 18 #include "third_party/zlib/contrib/minizip/unzip.h" 19 #include "third_party/zlib/contrib/minizip/zip.h" 42 // This custom unzFile object overrides the I/O API functions of zlib so it can
|
zip.gyp | 11 '../zlib.gyp:minizip',
|
/external/libpng/ |
INSTALL | 33 Before installing libpng, you must first install zlib, if it 34 is not already on your system. zlib can usually be found 35 wherever you got libpng. zlib can be placed in another directory, 44 If your system already has a preinstalled zlib you will still need 45 to have access to the zlib.h and zconf.h include files that 46 correspond to the version of zlib that's installed. 49 might be called "libpng-1.2.46" or "libpng12" and "zlib-1.2.3" 50 or "zlib123") so that you have directories called "zlib" and "libpng". 82 zlib 97 Otherwise enter the zlib directory and follow the instructions in zlib/README [all...] |
/external/llvm/include/llvm/Support/ |
Compression.h | 25 namespace zlib { namespace in namespace:llvm 36 StatusUnsupported, // zlib is unavaliable 53 } // End of namespace zlib
|
/system/core/libsparse/ |
Android.mk | 19 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include external/zlib 27 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include external/zlib 37 LOCAL_C_INCLUDES += $(LOCAL_PATH)/include external/zlib
|
/bootable/recovery/minui/ |
Android.mk | 8 external/zlib
|
/build/tools/zipalign/ |
Android.mk | 15 LOCAL_C_INCLUDES += external/zlib
|
/external/chromium/chrome/common/ |
DEPS | 21 "+third_party/zlib",
|
/external/chromium_org/tools/gn/secondary/ |
BUILD.gn | 21 "//third_party/zlib",
|
/external/chromium_org/tools/gn/secondary/third_party/zlib/ |
BUILD.gn | 9 static_library("zlib") { 42 "zlib.h", 78 # zlib uses `if ((a == b))` for some reason. 82 deps = [ ":zlib" ]
|
/external/libpng/scripts/ |
makefile.ibmc | 16 # Location of the zlib library and include files 17 ZLIBINC = ../zlib 18 ZLIBLIB = ../zlib 39 LIBS = libpng$(A) $(ZLIBLIB)/zlib$(A)
|
/external/qemu/distrib/libpng-1.2.19/ |
Makefile | 2 # you need to define ZLIB_INCLUDE to the Zlib include path
|
/external/zlib/src/contrib/iostream3/ |
TODO | 5 - The ability to seek (zlib supports this, but could be slow/tricky)
|
/external/zlib/src/contrib/untgz/ |
Makefile | 7 untgz.o: untgz.c ../../zlib.h
|
/external/zlib/src/old/ |
visual-basic.txt | 15 Subject: Re: How to port zlib declares to vb? 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As 86 Private Declare Function lngfncCpr Lib "zlib.dll" Alias "compress2" (ByRef 89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
|
/external/zlib/src/win32/ |
zlib.def | 0 ; zlib data compression library
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 11 # zlib is not used here, but if it's not available 14 import zlib namespace 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/distutils/tests/ |
test_sdist.py | 11 # zlib is not used here, but if it's not available 14 import zlib namespace 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...] |
/external/libpng/projects/visualc6/ |
pngtest.dsp | 52 # ADD CPP /nologo /MD /W3 /O2 /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_DLL" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /c
61 # ADD LINK32 Win32_DLL_Release\libpng13.lib ..\..\..\zlib\projects\visualc6\Win32_DLL_Release\zlib1.lib /nologo /subsystem:console /machine:I386
66 PostBuild_Cmds=set path=$(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_Release; $(outdir)\pngtest.exe ..\..\pngtest.png
84 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_DLL" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /GZ /c
93 # ADD LINK32 Win32_DLL_Debug\libpng13d.lib ..\..\..\zlib\projects\visualc6\Win32_DLL_Debug\zlib1d.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
98 PostBuild_Cmds=set path=$(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_Debug; $(outdir)\pngtest.exe ..\..\pngtest.png
116 # ADD CPP /nologo /MD /W3 /O2 /I "..\..\..\zlib" /D "WIN32" /D "NDEBUG" /D "PNG_DLL" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /c
125 # ADD LINK32 Win32_DLL_ASM_Release\libpng13.lib ..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Release\zlib1.lib /nologo /subsystem:console /machine:I386
130 PostBuild_Cmds=set path=$(outdir);..\..\..\zlib\projects\visualc6\Win32_DLL_ASM_Release; $(outdir)\pngtest.exe ..\..\pngtest.png
148 # ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "..\..\..\zlib" /D "WIN32" /D "_DEBUG" /D "PNG_DLL" /D "PNG_NO_STDIO" /D "PNG_NO_GLOBAL_ARRAYS" /FD /GZ /c [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip_internal.cc | 17 #include "third_party/zlib/contrib/minizip/unzip.h" 18 #include "third_party/zlib/contrib/minizip/zip.h" 20 #include "third_party/zlib/contrib/minizip/iowin32.h" 22 #include "third_party/zlib/contrib/minizip/ioapi.h" 81 // Callback function for zlib that opens a file stream from a file descriptor. 121 // Callback function for zlib that opens a file stream from a Windows handle. 136 // A struct that contains data required for zlib functions to extract files from 145 // Opens the specified file. When this function returns a non-NULL pointer, zlib 219 // the opaque parameter since zlib deletes the unzFile object and it does not 253 // Passing dummy "fd" filename to zlib [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
checksum.h | 16 // A wrapper for the adler32() function from zlib. This can be replaced 23 #include "zlib.h"
|
/external/chromium_org/sdch/open-vcdiff/src/ |
checksum.h | 16 // A wrapper for the adler32() function from zlib. This can be replaced 23 #include "zlib.h"
|
/external/chromium_org/third_party/skia/gyp/ |
pdfviewer_lib.gyp | 47 'zlib.gyp:zlib',
|
/external/chromium_org/third_party/zlib/ |
LICENSE | 0 /* zlib.h -- interface of the 'zlib' general purpose compression library
|
/external/libpng/contrib/gregbook/ |
Makefile.w32 | 22 # This makefile assumes libpng and zlib have already been built or downloaded 26 # Note that the names of the dynamic and static libpng and zlib libraries 29 # menting the appropriate PNGLIB and ZLIB lines. 41 ZPATH = ../zlib 43 #ZLIB = $(ZPATH)/zlibdll.lib 44 ZLIB = $(ZPATH)/zlibstat.lib 50 RLIBS = $(PNGLIB) $(ZLIB) $(WINLIBS) 51 WLIBS = $(PNGLIB) $(ZLIB)
|