HomeSort by relevance Sort by last modified time
    Searched refs:ResourceDenied (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 5 class ResourceDenied(Exception):
26 """Raise ResourceDenied if the specified resource is not available.
36 raise ResourceDenied(msg)
65 except (ResourceDenied, unittest.SkipTest) as detail:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 5 class ResourceDenied(Exception):
26 """Raise ResourceDenied if the specified resource is not available.
36 raise ResourceDenied(msg)
65 except (ResourceDenied, unittest.SkipTest) as detail:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 93 except test.test_support.ResourceDenied:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/
runtktests.py 93 except test.test_support.ResourceDenied:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
51 class ResourceDenied(unittest.SkipTest):
280 """Raise ResourceDenied if the specified resource is not available.
291 raise ResourceDenied(msg)
806 """Raise ResourceDenied if an exception is raised while the context manager
818 self.attrs, raise ResourceDenied. Otherwise let the exception
827 raise ResourceDenied("an optional resource is not available")
832 """Return a context manager that raises ResourceDenied when various issues
851 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
    [all...]
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
51 class ResourceDenied(unittest.SkipTest):
280 """Raise ResourceDenied if the specified resource is not available.
291 raise ResourceDenied(msg)
806 """Raise ResourceDenied if an exception is raised while the context manager
818 self.attrs, raise ResourceDenied. Otherwise let the exception
827 raise ResourceDenied("an optional resource is not available")
832 """Return a context manager that raises ResourceDenied when various issues
851 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
    [all...]
regrtest.py     [all...]

Completed in 704 milliseconds