/external/freetype/src/truetype/ |
D | ttinterp.c | 1489 Current_Ratio( TT_ExecContext exc ) in Current_Ratio() 1516 Current_Ppem( TT_ExecContext exc ) in Current_Ppem() 1523 Current_Ppem_Stretched( TT_ExecContext exc ) in Current_Ppem_Stretched() 1537 Read_CVT( TT_ExecContext exc, in Read_CVT() 1545 Read_CVT_Stretched( TT_ExecContext exc, in Read_CVT_Stretched() 1553 Write_CVT( TT_ExecContext exc, in Write_CVT() 1562 Write_CVT_Stretched( TT_ExecContext exc, in Write_CVT_Stretched() 1571 Move_CVT( TT_ExecContext exc, in Move_CVT() 1580 Move_CVT_Stretched( TT_ExecContext exc, in Move_CVT_Stretched() 1604 GetShortIns( TT_ExecContext exc ) in GetShortIns() [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_codeccallbacks.py | 14 def handle(self, exc): argument 87 def xmlcharnamereplace(exc): argument 118 def uninamereplace(exc): argument 173 def relaxedutf8(exc): argument 223 def handler_unicodeinternal(exc): argument 251 def handler1(exc): argument 263 def handler2(exc): argument 826 def unencrepl(exc): argument 875 def baddecodereturn1(exc): argument 885 def baddecodereturn2(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 | 384 exc = None variable in mycontext 391 def __exit__(self, *exc): 491 def __exit__(self, *exc): 503 def __uxit__(self, *exc): 514 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext 520 def __exit__(self, *exc): 602 def _expect_exc(exc_type, exc, exc_tb): argument 606 def _expect_ok(exc_type, exc, exc_tb): argument 692 def __init__(self, exc): argument 738 def raise_exc(exc): argument [all …]
|
/external/python/cpython2/Lib/test/ |
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
|
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 …]
|
/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 | 661 static void wrong_exception_type(PyObject *exc) in wrong_exception_type() 668 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors() 678 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors() 702 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() 757 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors() 855 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors() 964 PyObject *PyCodec_NameReplaceErrors(PyObject *exc) in PyCodec_NameReplaceErrors() 1126 PyCodec_SurrogatePassErrors(PyObject *exc) in PyCodec_SurrogatePassErrors() 1290 PyCodec_SurrogateEscapeErrors(PyObject *exc) in PyCodec_SurrogateEscapeErrors() 1367 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors() [all …]
|
D | errors.c | 184 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches() 216 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches() 233 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException() 393 _PyErr_ChainExceptions(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ChainExceptions() 419 PyObject *exc, *val, *val2, *tb; in _PyErr_FormatVFromCause() local 481 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() 487 PyErr_SetFromErrnoWithFilenameObjects(PyObject *exc, PyObject *filenameObject, PyObject *filenameOb… in PyErr_SetFromErrnoWithFilenameObjects() 585 PyErr_SetFromErrnoWithFilename(PyObject *exc, const char *filename) in PyErr_SetFromErrnoWithFilename() 595 PyErr_SetFromErrnoWithUnicodeFilename(PyObject *exc, const Py_UNICODE *filename) in PyErr_SetFromErrnoWithUnicodeFilename() 605 PyErr_SetFromErrno(PyObject *exc) in PyErr_SetFromErrno() [all …]
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 1610 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding() 1616 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding() 1622 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject() 1628 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject() 1634 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject() 1640 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart() 1659 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart() 1677 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart() 1684 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart() 1692 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart() [all …]
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 150 google_breakpad::ExceptionHandler exc( in InstallExceptionHandlerAndCrash() local 260 google_breakpad::ExceptionHandler exc( in TEST() local 284 google_breakpad::ExceptionHandler exc( in TEST() local 309 google_breakpad::ExceptionHandler exc( in TEST() local
|
D | exception_handler_death_test.cc | 127 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local 152 scoped_ptr<google_breakpad::ExceptionHandler> exc; in DoCrashAccessViolation() local 314 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local 401 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local 494 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local
|
/external/python/cpython3/Lib/asyncio/ |
D | protocols.py | 27 def connection_lost(self, exc): argument 166 def error_received(self, exc): argument 183 def pipe_connection_lost(self, fd, exc): argument
|
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/ |
D | ProjectConverter.java | 109 public void addException(ConversionException exc) { in addException() 120 ConversionException exc = (ConversionException) iterator.next(); in printException() local
|
/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/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToSAXHandler.java | 367 public void fatalError(SAXParseException exc) throws SAXException { in fatalError() 380 public void error(SAXParseException exc) throws SAXException { in error() 391 public void warning(SAXParseException exc) throws SAXException { in warning()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 258 void fail(String s, int start, int limit, Class exc) { in TestCodePointCount() 345 Class exc) { in TestOffsetByCodePoints() 360 void fail(String text, int index, int offset, Class exc) { in TestOffsetByCodePoints()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 255 void fail(String s, int start, int limit, Class exc) { in TestCodePointCount() 342 Class exc) { in TestOffsetByCodePoints() 357 void fail(String text, int index, int offset, Class exc) { in TestOffsetByCodePoints()
|
/external/libunwind_llvm/src/ |
D | Unwind-seh.cpp | 54 static void seh_exc_cleanup(_Unwind_Reason_Code urc, _Unwind_Exception *exc) { in seh_exc_cleanup() 73 _Unwind_Exception *exc; in _GCC_specific_handler() local 212 uint64_t klass, _Unwind_Exception *exc, in __libunwind_seh_personality()
|
/external/python/cpython2/Tools/pybench/ |
D | With.py | 13 def __exit__(self, exc, val, tb): argument 166 def __exit__(self, exc, val, tb): argument
|
/external/curl/tests/libtest/ |
D | lib503.c | 65 fd_set rd, wr, exc; in test() local
|
D | lib564.c | 58 fd_set rd, wr, exc; in test() local
|
D | lib533.c | 60 fd_set rd, wr, exc; in test() local
|