Home
last modified time | relevance | path

Searched refs:ZIP_SUPPORT (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_archive_util.py27 ZIP_SUPPORT = True variable
29 ZIP_SUPPORT = find_executable('zip') variable
235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
250 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py28 ZIP_SUPPORT = True variable
30 ZIP_SUPPORT = find_executable('zip') variable
206 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
/external/pdfium/third_party/libtiff/
Dtiffconf.h216 #define ZIP_SUPPORT 1 macro
Dtif_codec.c63 #ifndef ZIP_SUPPORT
Dtif_zip.c28 #ifdef ZIP_SUPPORT
Dtiffiop.h407 #ifdef ZIP_SUPPORT
D0000-build-config.patch278 +#define ZIP_SUPPORT 1
/external/python/cpython2/Lib/test/
Dtest_shutil.py39 ZIP_SUPPORT = True variable
41 ZIP_SUPPORT = find_executable('zip') variable
464 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
502 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
527 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
/external/ImageMagick/coders/
Dtiff.c3658 #if defined(ZIP_SUPPORT) in WriteTIFFImage()