Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h374 struct exception { struct
375 int type;
376 char *name;
377 double arg1;
378 double arg2;
379 double retval;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
D_exceptions.py19 def __init__(self, msg, exception=None): argument
59 def __init__(self, msg, exception, locator): argument
Dhandler.py32 def error(self, exception): argument
36 def fatalError(self, exception): argument
40 def warning(self, exception): argument
Dsaxutils.py185 def error(self, exception): argument
188 def fatalError(self, exception): argument
191 def warning(self, exception): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
D_exceptions.py19 def __init__(self, msg, exception=None): argument
59 def __init__(self, msg, exception, locator): argument
Dhandler.py32 def error(self, exception): argument
36 def fatalError(self, exception): argument
40 def warning(self, exception): argument
Dsaxutils.py213 def error(self, exception): argument
216 def fatalError(self, exception): argument
219 def warning(self, exception): argument
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DJobBase.java33 public abstract void onDependencyFailed(Exception exception); in onDependencyFailed()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c53 PyErr_SetObject(PyObject *exception, PyObject *value) in PyErr_SetObject()
61 PyErr_SetNone(PyObject *exception) in PyErr_SetNone()
67 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString()
110 PyObject *exception, *value, *tb; in PyErr_GivenExceptionMatches() local
537 PyErr_Format(PyObject *exception, const char *format, ...) in PyErr_Format()
Dpythonrun.c1080 PyObject *exception, *value, *tb; in handle_system_exit() local
1134 PyObject *exception, *v, *tb, *hook; in PyErr_PrintEx() local
1197 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c53 PyErr_SetObject(PyObject *exception, PyObject *value) in PyErr_SetObject()
61 PyErr_SetNone(PyObject *exception) in PyErr_SetNone()
67 PyErr_SetString(PyObject *exception, const char *string) in PyErr_SetString()
110 PyObject *exception, *value, *tb; in PyErr_GivenExceptionMatches() local
559 PyErr_Format(PyObject *exception, const char *format, ...) in PyErr_Format()
Dpythonrun.c1105 PyObject *exception, *value, *tb; in handle_system_exit() local
1159 PyObject *exception, *v, *tb, *hook; in PyErr_PrintEx() local
1222 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_format.py241 def test_exc(formatstr, args, exception, excmsg): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dpulldom.py203 def warning(self, exception): argument
205 def error(self, exception): argument
207 def fatalError(self, exception): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dpulldom.py203 def warning(self, exception): argument
205 def error(self, exception): argument
207 def fatalError(self, exception): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dloader.py27 def _make_failed_load_tests(name, exception, suiteClass): argument
30 def _make_failed_test(classname, methodname, exception, suiteClass): argument
Dsuite.py192 def _addClassOrModuleLevelException(self, result, exception, errorName): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1160 def exception(self, msg, *args): member in Logger
1430 def exception(self, msg, *args, **kwargs): member in LoggerAdapter
1569 def exception(msg, *args): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c2384 #define assertRaises(call_return_value, exception) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c2380 #define assertRaises(call_return_value, exception) \ argument