| /external/freetype/src/truetype/ |
| D | ttinterp.c | 1396 Current_Ratio( TT_ExecContext exc ) in Current_Ratio() 1423 Current_Ppem( TT_ExecContext exc ) in Current_Ppem() 1430 Current_Ppem_Stretched( TT_ExecContext exc ) in Current_Ppem_Stretched() 1444 Read_CVT( TT_ExecContext exc, in Read_CVT() 1452 Read_CVT_Stretched( TT_ExecContext exc, in Read_CVT_Stretched() 1460 Modify_CVT_Check( TT_ExecContext exc ) in Modify_CVT_Check() 1482 Write_CVT( TT_ExecContext exc, in Write_CVT() 1495 Write_CVT_Stretched( TT_ExecContext exc, in Write_CVT_Stretched() 1508 Move_CVT( TT_ExecContext exc, in Move_CVT() 1521 Move_CVT_Stretched( TT_ExecContext exc, in Move_CVT_Stretched() [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_codeccallbacks.py | 15 def handle(self, exc): argument 32 def handle(self, exc): argument 100 def xmlcharnamereplace(exc): argument 131 def uninamereplace(exc): argument 186 def relaxedutf8(exc): argument 228 def handler1(exc): argument 240 def handler2(exc): argument 800 def handle(exc): argument 828 def unencrepl(exc): argument 852 def handle(exc): argument [all …]
|
| D | multibytecodec_support.py | 89 def xmlcharnamereplace(exc): argument 111 def myreplace(exc): argument 118 def myreplace(exc): argument 127 def myreplace(exc): argument 133 def myreplace(exc): argument 140 def myreplace(exc): argument 147 def myreplace(exc): argument 160 def myreplace(exc): argument 167 def myreplace(exc): argument 220 def tempreplace(exc): argument
|
| D | test_contextlib.py | 441 exc = None variable in mycontext 448 def __exit__(self, *exc): 548 def __exit__(self, *exc): 560 def __uxit__(self, *exc): 571 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext 577 def __exit__(self, *exc): 670 def _expect_exc(exc_type, exc, exc_tb): argument 674 def _expect_ok(exc_type, exc, exc_tb): argument 781 def raise_exc(exc): argument 811 def __init__(self, exc): argument [all …]
|
| /external/sdv/vsomeip/third_party/boost/exception/test/ |
| D | exception_ptr_test.cpp | 79 exc: struct 83 exc() in exc() function 88 exc( exc const & e ): in exc() argument 96 ~exc() BOOST_NOEXCEPT_OR_NOTHROW in ~exc() argument
|
| /external/python/cpython2/Lib/test/ |
| D | test_codeccallbacks.py | 10 def handle(self, exc): argument 102 def xmlcharnamereplace(exc): argument 133 def uninamereplace(exc): argument 180 def relaxedutf8(exc): argument 231 def handler_unicodeinternal(exc): argument 254 def handler1(exc): argument 263 def handler2(exc): argument 658 def unencrepl(exc): argument 708 def baddecodereturn1(exc): argument 718 def baddecodereturn2(exc): argument [all …]
|
| D | multibytecodec_support.py | 82 def xmlcharnamereplace(exc): argument 104 def myreplace(exc): argument 113 def myreplace(exc): argument 119 def myreplace(exc): argument 126 def myreplace(exc): argument 133 def myreplace(exc): argument 146 def myreplace(exc): argument 153 def myreplace(exc): argument 206 def tempreplace(exc): argument
|
| /external/python/cpython2/Python/ |
| D | errors.c | 85 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches() 135 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches() 145 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() 268 _PyErr_ReplaceException(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ReplaceException() 313 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() 393 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() 403 PyErr_SetFromErrnoWithUnicodeFilename(PyObject *exc, const Py_UNICODE *filename) in PyErr_SetFromErrnoWithUnicodeFilename() 415 PyErr_SetFromErrno(PyObject *exc) in PyErr_SetFromErrno() 423 PyObject *exc, in PyErr_SetExcFromWindowsErrWithFilenameObject() 470 PyObject *exc, in PyErr_SetExcFromWindowsErrWithFilename() [all …]
|
| D | codecs.c | 597 static void wrong_exception_type(PyObject *exc) in wrong_exception_type() 616 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors() 627 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors() 652 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() 705 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors() 830 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors() 907 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() 914 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() 920 static PyObject *replace_errors(PyObject *self, PyObject *exc) in replace_errors() 926 static PyObject *xmlcharrefreplace_errors(PyObject *self, PyObject *exc) in xmlcharrefreplace_errors() [all …]
|
| /external/python/cpython2/Objects/ |
| D | exceptions.c | 1339 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding() 1345 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding() 1351 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject() 1357 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject() 1363 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject() 1369 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() 1388 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart() 1407 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart() 1414 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart() 1422 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart() [all …]
|
| /external/python/cpython3/Python/ |
| D | codecs.c | 658 static void wrong_exception_type(PyObject *exc) in wrong_exception_type() 665 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors() 675 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors() 699 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() 752 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors() 850 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors() 959 PyObject *PyCodec_NameReplaceErrors(PyObject *exc) in PyCodec_NameReplaceErrors() 1122 PyCodec_SurrogatePassErrors(PyObject *exc) in PyCodec_SurrogatePassErrors() 1286 PyCodec_SurrogateEscapeErrors(PyObject *exc) in PyCodec_SurrogateEscapeErrors() 1363 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() [all …]
|
| D | errors.c | 84 PyObject *exc; in _PyErr_CreateException() local 252 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches() 284 _PyErr_ExceptionMatches(PyThreadState *tstate, PyObject *exc) in _PyErr_ExceptionMatches() 291 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches() 309 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, in _PyErr_NormalizeException() 416 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() 506 PyObject *exc = exc_info->exc_value; in _PyErr_GetHandledException() local 521 _PyErr_SetHandledException(PyThreadState *tstate, PyObject *exc) in _PyErr_SetHandledException() 527 PyErr_SetHandledException(PyObject *exc) in PyErr_SetHandledException() 662 PyObject *exc, *val, *val2, *tb; in _PyErr_FormatVFromCause() local [all …]
|
| /external/sdv/vsomeip/third_party/boost/format/example/ |
| D | sample_formats.cpp | 95 catch (boost::io::too_many_args& exc) { in main() local 105 catch (boost::io::too_few_args& exc) { in main() local
|
| D | sample_advanced.cpp | 67 catch (boost::io::too_few_args& exc) { in main() local 104 catch (boost::io::too_many_args& exc) in main() local
|
| /external/python/pyee/tests/ |
| D | test_async.py | 79 def handle_error(exc): argument 103 def handle_error(exc): argument 128 def handle_error(exc): argument
|
| D | test_trio.py | 75 async def handle_error(exc): argument 101 async def handle_error(exc): argument
|
| /external/python/cpython3/Objects/ |
| D | exceptions.c | 197 _PyBaseExceptionObject_cast(PyObject *exc) in _PyBaseExceptionObject_cast() 693 _PyBaseExceptionGroupObject_cast(PyObject *exc) in _PyBaseExceptionGroupObject_cast() 740 PyObject *exc = PyTuple_GET_ITEM(exceptions, i); in BaseExceptionGroup_new() local 1027 exceptiongroup_split_check_match(PyObject *exc, in exceptiongroup_split_check_match() 1070 exceptiongroup_split_recursive(PyObject *exc, in exceptiongroup_split_recursive() 1241 collect_exception_group_leaf_ids(PyObject *exc, PyObject *leaf_ids) in collect_exception_group_leaf_ids() 2620 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding() 2626 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding() 2632 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject() 2638 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject() [all …]
|
| /external/sdv/vsomeip/third_party/boost/thread/test/ |
| D | test_5351.cpp | 35 catch (boost::thread_interrupted& exc) in main() local 40 catch (boost::exception& exc) in main() local
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/ |
| D | ExceptionDeserializationTest.java | 88 MyNoArgException exc = MAPPER.readValue("{}", MyNoArgException.class); in testNoArgsException() local 95 Exception exc = MAPPER.readValue("{\"suppressed\":[]}", IOException.class); in testJDK7SuppressionProperty() local 167 Exception exc = MAPPER.readValue(aposToQuotes( in testLineNumberAsString() local 177 Exception exc = MAPPER.readValue(aposToQuotes( in testNullAsMessage() local
|
| /external/google-breakpad/src/client/windows/unittests/ |
| D | exception_handler_nesting_test.cc | 153 google_breakpad::ExceptionHandler exc( in InstallExceptionHandlerAndCrash() local 263 google_breakpad::ExceptionHandler exc( in TEST() local 287 google_breakpad::ExceptionHandler exc( in TEST() local 312 google_breakpad::ExceptionHandler exc( in TEST() local
|
| /external/cronet/third_party/libc++abi/src/test/ |
| D | forced_unwind1.pass.cpp | 53 static void cleanup(_Unwind_Reason_Code, struct _Unwind_Exception* exc) { in cleanup() 59 _Unwind_Exception* exc = new _Unwind_Exception; in forced_unwind() local
|
| /external/python/cpython3/Lib/asyncio/ |
| D | protocols.py | 29 def connection_lost(self, exc): argument 170 def error_received(self, exc): argument 189 def pipe_connection_lost(self, fd, exc): argument
|
| /external/aac/libAACdec/src/ |
| D | usacdec_ace_ltp.cpp | 133 void Pred_lt4(FIXP_DBL exc[], /* in/out: excitation buffer */ in Pred_lt4() 208 void Pred_lt4_postfilter(FIXP_DBL exc[] /* in/out: excitation buffer */ in Pred_lt4_postfilter()
|
| /external/python/pyserial/serial/threaded/ |
| D | __init__.py | 30 def connection_lost(self, exc): argument 57 def connection_lost(self, exc): argument 93 def connection_lost(self, exc): argument 280 def connection_lost(self, exc): argument
|
| /external/autotest/utils/frozen_chromite/lib/ |
| D | retry_util.py | 317 def ShouldRetry(exc): argument 339 def ShouldRetryCommandCommon(exc): argument 400 def _CheckExit(exc): argument
|