Home
last modified time | relevance | path

Searched refs:is_resource_enabled (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xpickle.py170 return (test_support.is_resource_enabled("xpickle") and
240 if not test_support.is_resource_enabled("xpickle"):
Dtest_imaplib.py223 if support.is_resource_enabled('network'):
Dtest_support.py207 def is_resource_enabled(resource): function
221 if not is_resource_enabled(resource):
1009 if is_resource_enabled(resource):
Dtest_timeout.py7 skip_expected = not test_support.is_resource_enabled('network')
Dtest_compiler.py313 TEST_ALL = test.test_support.is_resource_enabled("cpu")
Dtest_ssl.py154 if not test_support.is_resource_enabled('network'):
1345 if test_support.is_resource_enabled('network'):
1350 if thread_info and test_support.is_resource_enabled('network'):
Dtest_decimal.py35 is_resource_enabled, check_py3k_warnings)
2285 TEST_ALL = arith or is_resource_enabled('decimal')
Dtest_io.py385 if not support.is_resource_enabled("largefile"):