HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 51 - 75 of 1439) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/sync/internal_api/
DEPS 12 "+third_party/zlib", # For UniquePosition compression
  /external/chromium_org/third_party/zlib/
README.chromium 1 Name: zlib
2 URL: http://zlib.net/
17 - Added logic in zlib.h to undef our earlier mangles when defaulting to 64 bit offset versions of API.
18 The 'google.patch' file represents our changes from the original zlib-1.2.5.
inffast.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/projects/visualc71/
zlib.vcproj 5 Name="zlib">
13 OutputDirectory=".\Win32_DLL_Release\ZLib"
14 IntermediateDirectory=".\Win32_DLL_Release\ZLib"
19 AdditionalIncludeDirectories="..\..\..\zlib"
32 ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"/>
58 OutputDirectory=".\Win32_DLL_Debug\ZLib"
59 IntermediateDirectory=".\Win32_DLL_Debug\ZLib"
64 AdditionalIncludeDirectories="..\..\..\zlib"
76 ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"
    [all...]
  /external/qemu/distrib/
Makefile 1 ZLIB_VERSION := zlib-1.2.3
  /external/zlib/src/contrib/testzlib/
testzlib.txt 4 - root of zLib tree
  /external/zlib/src/win32/
zlib1.rc 2 #include "../zlib.h"
26 VALUE "FileDescription", "zlib data compression library\0"
31 VALUE "ProductName", "zlib\0"
33 VALUE "Comments", "For more information visit http://www.zlib.net/\0"
Makefile.gcc 1 # Makefile for zlib, derived from Makefile.dj2.
3 # Updated for zlib 1.2.x by Christian Spieler and Cosmin Truta, Mar-2003.
8 # For conditions of distribution and use, see copyright notice in zlib.h
10 # To compile, or to compile and test, type from the top level zlib directory:
18 # To install libz.a, zconf.h and zlib.h in the system directories, type:
95 $(SHAREDLIB): win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
97 -o $@ win32/zlib.def $(OBJS) $(OBJA) zlibrc.o
116 example.o: test/example.c zlib.h zconf.h
119 minigzip.o: test/minigzip.c zlib.h zconf.h
127 install: zlib.h zconf.h $(STATICLIB) $(IMPLIB
    [all...]
  /frameworks/native/cmds/screenshot/
Android.mk 10 LOCAL_C_INCLUDES += external/zlib
  /external/libpng/contrib/pngminim/preader/
README 4 zlib and with your system's X library, run
6 gather.sh # to collect needed files from gregbook, libpng, and zlib
  /external/qemu/distrib/zlib-1.2.3/
Makefile 1 # Makefile used to compile zlib statically
14 clean-zlib:
inffast.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/zlib/src/contrib/ada/
zlib.gpr 1 project Zlib is
20 end Zlib;
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/
inffast.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/zlib/src/old/os2/
zlib.def 2 ; Slightly modified version of ../nt/zlib.dnt :-)
6 DESCRIPTION "Zlib compression library for OS/2"
Makefile.os2 1 # Makefile for zlib under OS/2 using GCC (PGCC)
2 # For conditions of distribution and use, see copyright notice in zlib.h
31 ZLIB=z.lib
34 LIBS=$(ZLIB) $(SHAREDLIB) $(SHAREDLIBIMP)
51 algorithm.txt zlib.3 msdos/Make*[a-z0-9] msdos/zlib.def msdos/zlib.rc \
52 nt/Makefile.nt nt/zlib.dnt contrib/README.contrib contrib/*.txt \
65 echo ' *** zlib test OK ***'; \
67 echo ' *** zlib test FAILED ***';
    [all...]
  /external/zlib/
update_zlib.sh 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \
13 grep 'http://zlib.net/zlib-[0-9].*.tar.gz' | \
14 sed 's/.*zlib-\(.*\)\.tar\.gz.*/\1/')
15 tgz_file="zlib-$new_version.tar.gz"
17 echo "Upgrading zlib to version $new_version..."
21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
30 mv zlib-$new_version src
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlibdefs.h 1 /* zlibdefs.h -- compile-time definitions for the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlibdefs.h 1 /* zlibdefs.h -- compile-time definitions for the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlibdefs.h 1 /* zlibdefs.h -- compile-time definitions for the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
  /external/chromium_org/third_party/libpng/
libpng.gyp 10 '../zlib/zlib.gyp:zlib',
48 '../zlib/zlib.gyp:zlib',
  /prebuilts/python/darwin-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/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...]
  /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...]

Completed in 216 milliseconds

1 23 4 5 6 7 8 91011>>