Home
last modified time | relevance | path

Searched defs:HAVE_ZLIB (Results 1 – 15 of 15) sorted by relevance

/external/cronet/stable/third_party/protobuf/
Dconfigure.ac156 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) definition
171 AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) condition
DCMakeLists.txt169 set(HAVE_ZLIB 1) variable
179 set(HAVE_ZLIB 0) variable
/external/cronet/tot/third_party/protobuf/
Dconfigure.ac156 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) definition
171 AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) condition
DCMakeLists.txt169 set(HAVE_ZLIB 1) variable
179 set(HAVE_ZLIB 0) variable
/external/protobuf/
Dconfigure.ac156 AC_DEFINE([HAVE_ZLIB], [1], [Enable classes using zlib compression.]) definition
171 AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) condition
DCMakeLists.txt169 set(HAVE_ZLIB 1) variable
179 set(HAVE_ZLIB 0) variable
/external/libpciaccess/
Dmeson.build78 config.set('HAVE_ZLIB', 1) cfgvar in config
/external/trace-cmd/lib/
Dmeson.build36 conf.set('HAVE_ZLIB', zlib_dep.found(), description: 'Is zlib avialable?') cfgvar in conf
/external/swiftshader/third_party/libbacktrace/config/darwin/include/
Dconfig.h87 #define HAVE_ZLIB 1 macro
/external/swiftshader/third_party/libbacktrace/config/linux/include/
Dconfig.h87 #define HAVE_ZLIB 1 macro
/external/protobuf/config/
Dconfig.h89 #define HAVE_ZLIB 1 macro
/external/protobuf/android/
Dconfig.h89 #define HAVE_ZLIB 1 macro
/external/erofs-utils/
Dconfigure.ac586 AC_DEFINE([HAVE_ZLIB], 1, [Define to 1 if zlib is found]) definition
/external/trace-cmd/
Dmeson.build34 conf.set('HAVE_ZLIB', zlib_dep.found(), description: 'Is zlib avialable?') cfgvar in conf
/external/zstd/programs/
DMakefile78 HAVE_ZLIB ?= $(shell printf '$(NUM_SYMBOL)include <zlib.h>\nint main(void) { return 0; }' > have_zl… macro