Searched defs:UID_GID_SUPPORT (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_archive_util.py22 UID_GID_SUPPORT = True variable
24 UID_GID_SUPPORT = False variable
234 if UID_GID_SUPPORT:
258 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
H A Dtest_sdist.py21 UID_GID_SUPPORT = True variable
23 UID_GID_SUPPORT = False variable
327 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_archive_util.py22 UID_GID_SUPPORT = True variable
24 UID_GID_SUPPORT = False variable
234 if UID_GID_SUPPORT:
258 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
H A Dtest_sdist.py21 UID_GID_SUPPORT = True variable
23 UID_GID_SUPPORT = False variable
327 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_shutil.py27 UID_GID_SUPPORT = True variable
29 UID_GID_SUPPORT = False variable
518 if UID_GID_SUPPORT:
542 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_shutil.py27 UID_GID_SUPPORT = True variable
29 UID_GID_SUPPORT = False variable
518 if UID_GID_SUPPORT:
542 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")

Completed in 204 milliseconds