OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UID_GID_SUPPORT
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py
22
UID_GID_SUPPORT
= True
24
UID_GID_SUPPORT
= False
234
if
UID_GID_SUPPORT
:
258
@unittest.skipUnless(
UID_GID_SUPPORT
, "Requires grp and pwd support")
test_sdist.py
21
UID_GID_SUPPORT
= True
23
UID_GID_SUPPORT
= False
327
@unittest.skipUnless(
UID_GID_SUPPORT
, "Requires grp and pwd support")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py
22
UID_GID_SUPPORT
= True
24
UID_GID_SUPPORT
= False
234
if
UID_GID_SUPPORT
:
258
@unittest.skipUnless(
UID_GID_SUPPORT
, "Requires grp and pwd support")
test_sdist.py
21
UID_GID_SUPPORT
= True
23
UID_GID_SUPPORT
= False
327
@unittest.skipUnless(
UID_GID_SUPPORT
, "Requires grp and pwd support")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py
27
UID_GID_SUPPORT
= True
29
UID_GID_SUPPORT
= False
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/
test_shutil.py
27
UID_GID_SUPPORT
= True
29
UID_GID_SUPPORT
= False
518
if
UID_GID_SUPPORT
:
542
@unittest.skipUnless(
UID_GID_SUPPORT
, "Requires grp and pwd support")
Completed in 3267 milliseconds