Home
last modified time | relevance | path

Searched refs:raise_exception (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/deps/lansim/src/py/
Dsimulator_unittest.py17 def raise_exception(): function
109 self._sim.add_timeout(60, raise_exception)
111 self.assertTrue(self._sim.remove_timeout(raise_exception))
112 self.assertFalse(self._sim.remove_timeout(raise_exception))
166 self._sim.add_timeout(0.1, raise_exception)
/external/libunwind/tests/
DGtest-exc.c52 raise_exception (void) in raise_exception() function
128 raise_exception (); in b()
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dtrip-count6.ll31 tail call void @raise_exception( ) noreturn
37 declare void @raise_exception() noreturn
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count6.ll32 tail call void @raise_exception( ) noreturn
38 declare void @raise_exception() noreturn
/external/llvm/test/Transforms/LoopRotate/
Dsimplifylatch.ll33 tail call void @raise_exception( ) noreturn
39 declare void @raise_exception() noreturn
/external/python/cpython2/Lib/test/
Dtest_exceptions.py167 _testcapi.raise_exception(BadException, 1)
179 _testcapi.raise_exception(BadException, 0)
/external/python/cpython2/Modules/
D_testcapimodule.c1785 raise_exception(PyObject *self, PyObject *args) in raise_exception() function
2486 {"raise_exception", raise_exception, METH_VARARGS},