Searched defs:ZIP_SUPPORT (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A 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')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A 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')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_shutil.py38 ZIP_SUPPORT = True variable
40 ZIP_SUPPORT = find_executable('zip') variable
491 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_shutil.py38 ZIP_SUPPORT = True variable
40 ZIP_SUPPORT = find_executable('zip') variable
491 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')

Completed in 35 milliseconds