HomeSort by relevance Sort by last modified time
    Searched defs:ZIP_SUPPORT (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 26 ZIP_SUPPORT = True
28 ZIP_SUPPORT = find_executable('zip')
189 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 28 ZIP_SUPPORT = True
30 ZIP_SUPPORT = find_executable('zip')
206 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 28 ZIP_SUPPORT = True
30 ZIP_SUPPORT = find_executable('zip')
206 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 28 ZIP_SUPPORT = True
30 ZIP_SUPPORT = find_executable('zip')
206 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /external/pdfium/third_party/libtiff/
tiffconf.h 219 #define ZIP_SUPPORT 1
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 37 ZIP_SUPPORT = True
39 ZIP_SUPPORT = find_executable('zip')
459 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /external/python/cpython2/Lib/test/
test_shutil.py 38 ZIP_SUPPORT = True
40 ZIP_SUPPORT = find_executable('zip')
464 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
502 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
528 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 38 ZIP_SUPPORT = True
40 ZIP_SUPPORT = find_executable('zip')
491 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 38 ZIP_SUPPORT = True
40 ZIP_SUPPORT = find_executable('zip')
491 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 38 ZIP_SUPPORT = True
40 ZIP_SUPPORT = find_executable('zip')
491 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 38 ZIP_SUPPORT = True
40 ZIP_SUPPORT = find_executable('zip')
491 @unittest.skipUnless(ZIP_SUPPORT, 'Need zip support to run')

Completed in 190 milliseconds