HomeSort by relevance Sort by last modified time
    Searched refs:is_resource_enabled (Results 1 - 25 of 28) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 5 from ctypes.test import is_resource_enabled namespace
20 if is_resource_enabled("printing"):
test_loading.py 5 from ctypes.test import is_resource_enabled namespace
17 if is_resource_enabled("printing"):
47 if is_resource_enabled("printing"):
test_python_api.py 3 from ctypes.test import is_resource_enabled namespace
40 if is_resource_enabled("refcount"):
test_win32.py 4 from ctypes.test import is_resource_enabled namespace
39 if is_resource_enabled("SEH"):
__init__.py 12 def is_resource_enabled(resource): function
33 if not is_resource_enabled(resource):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 5 from ctypes.test import is_resource_enabled namespace
20 if is_resource_enabled("printing"):
test_loading.py 5 from ctypes.test import is_resource_enabled namespace
17 if is_resource_enabled("printing"):
47 if is_resource_enabled("printing"):
test_python_api.py 3 from ctypes.test import is_resource_enabled namespace
40 if is_resource_enabled("refcount"):
test_win32.py 4 from ctypes.test import is_resource_enabled namespace
39 if is_resource_enabled("SEH"):
__init__.py 12 def is_resource_enabled(resource): function
33 if not is_resource_enabled(resource):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 174 return (test_support.is_resource_enabled("xpickle") and
244 if not test_support.is_resource_enabled("xpickle"):
test_imaplib.py 223 if support.is_resource_enabled('network'):
test_timeout.py 7 skip_expected = not test_support.is_resource_enabled('network')
test_tokenize.py 527 >>> if not test_support.is_resource_enabled("cpu"):
test_compiler.py 313 TEST_ALL = test.test_support.is_resource_enabled("cpu")
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
274 def is_resource_enabled(resource): function
288 if not is_resource_enabled(resource):
    [all...]
test_ssl.py 166 if not test_support.is_resource_enabled('network'):
    [all...]
test_decimal.py 35 is_resource_enabled, check_py3k_warnings)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 174 return (test_support.is_resource_enabled("xpickle") and
244 if not test_support.is_resource_enabled("xpickle"):
test_imaplib.py 223 if support.is_resource_enabled('network'):
test_timeout.py 7 skip_expected = not test_support.is_resource_enabled('network')
test_tokenize.py 527 >>> if not test_support.is_resource_enabled("cpu"):
test_compiler.py 313 TEST_ALL = test.test_support.is_resource_enabled("cpu")
test_support.py 32 "is_resource_enabled", "requires", "find_unused_port", "bind_port",
274 def is_resource_enabled(resource): function
288 if not is_resource_enabled(resource):
    [all...]
test_ssl.py 166 if not test_support.is_resource_enabled('network'):
    [all...]

Completed in 377 milliseconds

1 2