Searched
full:zlib (Results
451 -
475 of
1439) sorted by null
<<11121314151617181920>>
/external/chromium_org/build/linux/unbundle/ |
replace_gyp_files.py | 40 'use_system_zlib': 'third_party/zlib/zlib.gyp',
|
/external/chromium_org/net/base/ |
gzip_header.cc | 10 #include "third_party/zlib/zlib.h"
|
/external/chromium_org/net/websockets/ |
websocket_deflater.cc | 14 #include "third_party/zlib/zlib.h"
|
/external/chromium_org/third_party/protobuf/ |
CONTRIBUTORS.txt | 63 * gzip/zlib I/O support. 79 * Detect whether zlib is new enough in configure script.
|
/external/chromium_org/third_party/zlib/ |
compress.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 9 #include "zlib.h"
|
/external/libpng/scripts/ |
makefile.mips | 25 CFLAGS=-I../zlib -O -systype sysv -DSYSV -w -Dmips 27 LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
|
/external/openssh/ |
README | 29 OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5]. 57 [3] http://www.gzip.org/zlib/
|
myproposal.h | 97 #define KEX_DEFAULT_COMP "none,zlib@openssh.com,zlib"
|
/external/protobuf/ |
CONTRIBUTORS.txt | 63 * gzip/zlib I/O support. 79 * Detect whether zlib is new enough in configure script.
|
/external/qemu/distrib/zlib-1.2.3/ |
compress.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 9 #include "zlib.h"
|
/external/smack/src/org/jivesoftware/smack/compression/ |
Java7ZlibInputOutputStream.java | 29 * This class provides XMPP "zlib" compression with the help of the Deflater class of the Java API. Note that the method 55 compressionMethod = "zlib";
|
/external/sonivox/jet_tools/JetCreator/ |
img_Paste.py | 5 import cStringIO, zlib
namespace 9 return zlib.decompress(
|
/external/zlib/src/ |
compress.c | 3 * For conditions of distribution and use, see copyright notice in zlib.h 9 #include "zlib.h"
|
/external/zlib/src/contrib/dotzlib/ |
readme.txt | 4 .Net streaming wrappers for the gz streams part of zlib, and wrappers
5 for the checksum parts of zlib. See DotZLib/UnitTests.cs for examples.
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 7 ; http://www.zlib.net
26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for
35 ; see below : zlib1222add must be adjuster if you use a zlib version < 1.2.2.2
75 ; in zlib in the deflate_state structure since the asm code was first written
76 ; (if you compile with zlib 1.0.4 or older, use "zlib1222add equ (-4)").
77 ; (if you compile with zlib between 1.0.5 and 1.2.2.1, use "zlib1222add equ 0").
78 ; if you compile with zlib 1.2.2.2 or later , use "zlib1222add equ 8").
163 ;;; Written for zlib 1.1.2
|
/external/zlib/src/contrib/vstudio/vc10/ |
zlibvc.vcxproj.filters | 80 <ResourceCompile Include="zlib.rc">
111 <ClInclude Include="..\..\..\zlib.h">
|
/frameworks/base/libs/androidfw/ |
Android.mk | 54 external/zlib 77 external/zlib
|
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 25 #include "zlib.h" 82 properties.push_back("android.zlib.version=" ZLIB_VERSION);
|
/dalvik/libdex/ |
Android.mk | 39 external/zlib \
|
/external/chromium_org/skia/config/ |
SkUserConfig.h | 108 /* If zlib is available and you want to support the flate compression 112 //#define SK_ZLIB_INCLUDE <zlib.h> 113 #define SK_ZLIB_INCLUDE "third_party/zlib/zlib.h"
|
/external/chromium_org/third_party/skia/include/config/ |
SkUserConfig.h | 132 /* If zlib is available and you want to support the flate compression 134 include path. Alternatively, define SK_SYSTEM_ZLIB to use the system zlib 135 library specified as "#include <zlib.h>". 137 //#define SK_ZLIB_INCLUDE <zlib.h>
|
/external/chromium_org/third_party/zlib/google/ |
zip_reader.cc | 5 #include "third_party/zlib/google/zip_reader.h" 12 #include "third_party/zlib/google/zip_internal.h" 17 #include "third_party/zlib/contrib/minizip/unzip.h" 19 #include "third_party/zlib/contrib/minizip/iowin32.h"
|
/external/chromium_org/tools/gn/secondary/sdch/ |
BUILD.gn | 55 deps = [ "//third_party/zlib" ]
|
/external/chromium_org/tools/gn/secondary/third_party/snappy/ |
BUILD.gn | 70 "//third_party/zlib",
|
/external/libpng/contrib/gregbook/ |
Makefile.mingw32 | 15 # This makefile assumes libpng and zlib have already been built or downloaded 20 # Note that the names of the dynamic and static libpng and zlib libraries 34 #ZDIR = ../../../zlib-win32# for libpng-x.y.z/contrib/gregbook builds 35 ZDIR = ../zlib-win32
|
Completed in 612 milliseconds
<<11121314151617181920>>