Home
last modified time | relevance | path

Searched refs:ZLIB (Results 1 – 25 of 86) sorted by relevance

1234

/external/elfutils/tests/
Drun-readelf-z.sh32 [GNU ZLIB 00000060 ]
34 [GNU ZLIB 000000aa ]
37 [GNU ZLIB 0000008d ]
55 [GNU ZLIB 00000060 ]
57 [GNU ZLIB 0000007e ]
60 [GNU ZLIB 0000008d ]
77 [ELF ZLIB (1) 00000060 16]
79 [ELF ZLIB (1) 000000aa 1]
82 [ELF ZLIB (1) 0000008d 1]
100 [ELF ZLIB (1) 00000060 16]
[all …]
/external/grpc-grpc/cmake/
Dzlib.cmake42 find_package(ZLIB REQUIRED)
44 if(TARGET ZLIB::ZLIB)
45 set(_gRPC_ZLIB_LIBRARIES ZLIB::ZLIB)
50 set(_gRPC_FIND_ZLIB "if(NOT ZLIB_FOUND)\n find_package(ZLIB)\nendif()")
/external/protobuf/cmake/
DCMakeLists.txt74 find_package(ZLIB)
81 if (TARGET ZLIB::ZLIB)
82 set(ZLIB_LIBRARIES ZLIB::ZLIB)
83 endif (TARGET ZLIB::ZLIB)
/external/tensorflow/tensorflow/python/lib/io/
Dtf_record_test.py186 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
239 zlib_t = tf_record.TFRecordCompressionType.ZLIB
280 compression_type = tf_record.TFRecordCompressionType.ZLIB
318 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
329 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
341 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
364 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
377 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
389 options = tf_record.TFRecordOptions(TFRecordCompressionType.ZLIB)
481 self).setUp(TFRecordCompressionType.ZLIB)
Dtf_record.py36 ZLIB = 1 variable in TFRecordCompressionType
47 TFRecordCompressionType.ZLIB: "ZLIB",
/external/libpng/contrib/gregbook/
DMakefile.sgi35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib
49 RLIBS = $(PNGLIB) $(ZLIB) $(XLIB) -lm
50 WLIBS = $(PNGLIB) $(ZLIB)
DMakefile.w3244 ZLIB = $(ZPATH)/zlibstat.lib
50 RLIBS = $(PNGLIB) $(ZLIB) $(WINLIBS)
51 WLIBS = $(PNGLIB) $(ZLIB)
/external/zlib/src/old/
Dvisual-basic.txt32 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
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.h66 ZLIB = 2, enumerator
118 ZLIB = 2, enumerator
/external/libpng/scripts/
Dmakefile.amiga10 ZLIB=/zlib
17 OPTLOOP OPTRDEP=4 OPTDEP=4 OPTCOMP=4 INCLUDEDIR=$(ZLIB) \
/external/libpng/contrib/pngminus/
Dmakefile.std23 ZLIB = -L../../../zlib -lz
28 LDLIBS=$(PNGLIB) $(ZLIB)
/external/zlib/src/doc/
Drfc1950.txt14 ZLIB Compressed Data Format Specification version 3.3
60 RFC 1950 ZLIB Compressed Data Format Specification May 1996
116 RFC 1950 ZLIB Compressed Data Format Specification May 1996
172 RFC 1950 ZLIB Compressed Data Format Specification May 1996
228 RFC 1950 ZLIB Compressed Data Format Specification May 1996
284 RFC 1950 ZLIB Compressed Data Format Specification May 1996
340 RFC 1950 ZLIB Compressed Data Format Specification May 1996
396 RFC 1950 ZLIB Compressed Data Format Specification May 1996
452 RFC 1950 ZLIB Compressed Data Format Specification May 1996
508 RFC 1950 ZLIB Compressed Data Format Specification May 1996
[all …]
/external/zlib/src/old/os2/
DMakefile.os231 ZLIB=z.lib
34 LIBS=$(ZLIB) $(SHAREDLIB) $(SHAREDLIBIMP)
70 $(ZLIB): $(OBJS)
/external/curl/winbuild/
DMakefile.vc187 ZLIB = dll
190 ZLIB = static
228 CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-zlib-$(ZLIB)
/external/curl/CMake/
Dcurl-config.cmake.in8 find_dependency(ZLIB @ZLIB_VERSION_MAJOR@)
/external/zlib/src/win32/
DDLL_FAQ.txt47 What happened to the old ZLIB.DLL?
49 - The old ZLIB.DLL, built from zlib-1.1.4 or earlier, required
58 consequence, incompatible incarnations of ZLIB.DLL started
65 that were unable to run with the official ZLIB.DLL build.
82 3. Can I build ZLIB.DLL from the new zlib sources, and replace
83 an old ZLIB.DLL, that was built from zlib-1.1.4 or earlier?
87 it depends on what you mean by "an old ZLIB.DLL", because the
90 being used in your particular ZLIB.DLL build, and to use the
97 link it to an old ZLIB.DLL, that was built from zlib-1.1.4 or
101 what kind of ZLIB.DLL you have. Even if you are lucky, this
/external/tensorflow/tensorflow/python/kernel_tests/
Drecord_input_test.py85 compression_type=tf_record.TFRecordCompressionType.ZLIB)
93 compression_type=tf_record.TFRecordCompressionType.ZLIB).get_yield_op(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.io.-t-f-record-compression-type.pbtxt14 name: "ZLIB"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.python_io.-t-f-record-compression-type.pbtxt14 name: "ZLIB"
Dtensorflow.io.-t-f-record-compression-type.pbtxt14 name: "ZLIB"
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveConstants.java71 ZLIB(0), enumConstant
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalDatasetToTFRecord.pbtxt20 compression), (ii) "ZLIB", or (iii) "GZIP".
Dapi_def_TextLineDataset.pbtxt15 compression), (ii) "ZLIB", or (iii) "GZIP".
Dapi_def_TFRecordDataset.pbtxt15 compression), (ii) "ZLIB", or (iii) "GZIP".
Dapi_def_EncodePng.pbtxt31 The ZLIB compression level, `compression`, can be -1 for the PNG-encoder

1234