OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZIP_SUPPORT
(Results
1 - 4
of
4
) sorted by null
/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')
/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 97 milliseconds