HomeSort by relevance Sort by last modified time
    Searched full:zlib (Results 376 - 400 of 1648) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zconf.h 1 /* zconf.h -- configuration of the zlib compression library
3 * For conditions of distribution and use, see copyright notice in zlib.h
13 * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.
202 /* If building or using zlib as a DLL, define ZLIB_DLL.
214 /* If building or using zlib with the WINAPI/WINAPIV calling convention,
223 /* No need for _export, use ZLIB.DEF instead. */
  /external/chromium_org/rlz/
BUILD.gn 113 "//third_party/zlib",
134 "//third_party/zlib",
  /external/chromium_org/third_party/ots/
ots-standalone.gyp 65 'AdditionalLibraryDirectories': ['third_party/zlib'],
70 'third_party/zlib'
  /external/chromium_org/third_party/zlib/
uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
mixed-source.patch 1 diff --git a/third_party/zlib/deflate.c b/third_party/zlib/deflate.c
3 --- a/third_party/zlib/deflate.c
4 +++ b/third_party/zlib/deflate.c
437 diff --git a/third_party/zlib/deflate.h b/third_party/zlib/deflate.h
439 --- a/third_party/zlib/deflate.h
440 +++ b/third_party/zlib/deflate.h
449 z_streamp strm; /* pointer back to this zlib stream */
460 diff --git a/third_party/zlib/zlib.h b/third_party/zlib/zlib.
    [all...]
  /external/chromium_org/tools/gyp/samples/
samples 40 'third_party/zlib/zlib.gyp',
  /external/chromium_org/tools/profile_chrome/
systrace_controller.py 6 import zlib namespace
80 self._trace_data = ''.join([zlib.decompress(d) for d in trace_data])
  /external/libpng/projects/visualc71/
libpng.vcproj 20 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
48 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
68 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
96 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
116 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
145 AdditionalIncludeDirectories="..\..;..\..\..\zlib;$(IntDir)"/>
165 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
207 AdditionalIncludeDirectories="..\..;..\..\..\zlib"
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /external/qemu/distrib/zlib-1.2.8/
uncompr.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/
JzlibInputOutputStream.java 25 * This class provides XMPP "zlib" compression with the help of JZLib. Note that jzlib-1.0.7 must be used (i.e. in the
46 compressionMethod = "zlib";
  /external/zlib/
Android.mk 4 # measurements show that the ARM version of ZLib is about x1.17 faster
70 # taking advantage of it, though, and it's not a notion supported by zlib
  /external/zlib/src/
uncompr.c 3 * For conditions of distribution and use, see copyright notice in zlib.h
9 #include "zlib.h"
  /external/zopfli/src/zopfli/
zlib_container.c 55 unsigned cmf = 120; /* CM 8, CINFO 7. See zlib spec.*/
75 "Original Size: %d, Zlib: %d, Compression: %f%% Removed\n",
  /development/testrunner/tests/
Android_gtestlib.mk 34 external/zlib \
  /external/bzip2/
Android.mk 18 # measurements show that the ARM version of ZLib is about x1.17 faster
  /external/chromium_org/build/secondary/third_party/freetype/
BUILD.gn 50 "//third_party/zlib",
  /external/chromium_org/chrome/common/safe_browsing/
zip_analyzer.cc 9 #include "third_party/zlib/google/zip_reader.h"
  /external/chromium_org/components/component_updater/
BUILD.gn 50 "//third_party/zlib:zip",
  /external/chromium_org/components/
feedback.gypi 14 '../third_party/zlib/google/zip.gyp:zip',
  /external/chromium_org/content/browser/renderer_host/
DEPS 5 "+third_party/zlib",
  /external/chromium_org/net/
DEPS 8 "+third_party/zlib",
  /external/chromium_org/rlz/lib/
crc32_unittest.cc 5 // A test for ZLib's checksum function.
  /external/chromium_org/third_party/freetype/
Android.mk 42 external/zlib
  /external/chromium_org/third_party/libpng/
BUILD.gn 69 public_deps = [ "//third_party/zlib" ]

Completed in 1818 milliseconds

<<11121314151617181920>>