Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 25 of 161) sorted by relevance

1234567

/third_party/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c1464 Current_Ratio( TT_ExecContext exc ) in Current_Ratio()
1491 Current_Ppem( TT_ExecContext exc ) in Current_Ppem()
1498 Current_Ppem_Stretched( TT_ExecContext exc ) in Current_Ppem_Stretched()
1512 Read_CVT( TT_ExecContext exc, in Read_CVT()
1520 Read_CVT_Stretched( TT_ExecContext exc, in Read_CVT_Stretched()
1528 Modify_CVT_Check( TT_ExecContext exc ) in Modify_CVT_Check()
1549 Write_CVT( TT_ExecContext exc, in Write_CVT()
1562 Write_CVT_Stretched( TT_ExecContext exc, in Write_CVT_Stretched()
1575 Move_CVT( TT_ExecContext exc, in Move_CVT()
1588 Move_CVT_Stretched( TT_ExecContext exc, in Move_CVT_Stretched()
[all …]
/third_party/freetype/src/truetype/
Dttinterp.c1512 Current_Ratio( TT_ExecContext exc ) in Current_Ratio()
1539 Current_Ppem( TT_ExecContext exc ) in Current_Ppem()
1546 Current_Ppem_Stretched( TT_ExecContext exc ) in Current_Ppem_Stretched()
1560 Read_CVT( TT_ExecContext exc, in Read_CVT()
1568 Read_CVT_Stretched( TT_ExecContext exc, in Read_CVT_Stretched()
1576 Write_CVT( TT_ExecContext exc, in Write_CVT()
1585 Write_CVT_Stretched( TT_ExecContext exc, in Write_CVT_Stretched()
1594 Move_CVT( TT_ExecContext exc, in Move_CVT()
1603 Move_CVT_Stretched( TT_ExecContext exc, in Move_CVT_Stretched()
1628 GetShortIns( TT_ExecContext exc ) in GetShortIns()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttinterp.c1513 Current_Ratio( TT_ExecContext exc ) in Current_Ratio()
1540 Current_Ppem( TT_ExecContext exc ) in Current_Ppem()
1547 Current_Ppem_Stretched( TT_ExecContext exc ) in Current_Ppem_Stretched()
1561 Read_CVT( TT_ExecContext exc, in Read_CVT()
1569 Read_CVT_Stretched( TT_ExecContext exc, in Read_CVT_Stretched()
1577 Write_CVT( TT_ExecContext exc, in Write_CVT()
1586 Write_CVT_Stretched( TT_ExecContext exc, in Write_CVT_Stretched()
1595 Move_CVT( TT_ExecContext exc, in Move_CVT()
1604 Move_CVT_Stretched( TT_ExecContext exc, in Move_CVT_Stretched()
1629 GetShortIns( TT_ExecContext exc ) in GetShortIns()
[all …]
/third_party/boost/libs/exception/test/
Dexception_ptr_test.cpp73 exc: struct
77 exc() in exc() function
82 exc( exc const & e ): in exc() argument
90 ~exc() BOOST_NOEXCEPT_OR_NOTHROW in ~exc() argument
/third_party/python/Lib/test/
Dtest_codeccallbacks.py14 def handle(self, exc): argument
87 def xmlcharnamereplace(exc): argument
118 def uninamereplace(exc): argument
173 def relaxedutf8(exc): argument
215 def handler1(exc): argument
227 def handler2(exc): argument
787 def unencrepl(exc): argument
836 def baddecodereturn1(exc): argument
846 def baddecodereturn2(exc): argument
895 def badencodereturn1(exc): argument
[all …]
Dmultibytecodec_support.py89 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
Dtest_contextlib.py389 exc = None variable in mycontext
396 def __exit__(self, *exc):
496 def __exit__(self, *exc):
508 def __uxit__(self, *exc):
519 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext
525 def __exit__(self, *exc):
618 def _expect_exc(exc_type, exc, exc_tb): argument
622 def _expect_ok(exc_type, exc, exc_tb): argument
708 def __init__(self, exc): argument
754 def raise_exc(exc): argument
[all …]
Dtest_urllib2net.py17 def _retry_thrice(func, exc, *args, **kwargs): argument
26 def _wrap_with_retry_thrice(func, exc): argument
49 def __init__(self, exc, **kwargs): argument
/third_party/boost/libs/format/example/
Dsample_formats.cpp95 catch (boost::io::too_many_args& exc) { in main() local
105 catch (boost::io::too_few_args& exc) { in main() local
Dsample_advanced.cpp67 catch (boost::io::too_few_args& exc) { in main() local
104 catch (boost::io::too_many_args& exc) in main() local
/third_party/python/Python/
Dcodecs.c658 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 …]
Derrors.c91 PyObject *exc; in _PyErr_CreateException() local
259 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches()
291 _PyErr_ExceptionMatches(PyThreadState *tstate, PyObject *exc) in _PyErr_ExceptionMatches()
298 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches()
316 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, in _PyErr_NormalizeException()
423 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException()
514 _PyErr_ChainExceptions(PyObject *exc, PyObject *val, PyObject *tb) in _PyErr_ChainExceptions()
580 PyObject *exc, *val, *tb; in _PyErr_ChainStackItem() local
607 PyObject *exc, *val, *val2, *tb; in _PyErr_FormatVFromCause() local
693 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject()
[all …]
/third_party/boost/libs/thread/test/
Dtest_5351.cpp35 catch (boost::thread_interrupted& exc) in main() local
40 catch (boost::exception& exc) in main() local
/third_party/python/Objects/
Dexceptions.c313 _PyBaseExceptionObject_cast(PyObject *exc) in _PyBaseExceptionObject_cast()
1770 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding()
1776 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding()
1782 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject()
1788 PyUnicodeDecodeError_GetObject(PyObject *exc) in PyUnicodeDecodeError_GetObject()
1794 PyUnicodeTranslateError_GetObject(PyObject *exc) in PyUnicodeTranslateError_GetObject()
1800 PyUnicodeEncodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeEncodeError_GetStart()
1819 PyUnicodeDecodeError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeDecodeError_GetStart()
1837 PyUnicodeTranslateError_GetStart(PyObject *exc, Py_ssize_t *start) in PyUnicodeTranslateError_GetStart()
1844 PyUnicodeEncodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeEncodeError_SetStart()
[all …]
/third_party/python/Lib/asyncio/
Dprotocols.py29 def connection_lost(self, exc): argument
174 def error_received(self, exc): argument
193 def pipe_connection_lost(self, fd, exc): argument
/third_party/boost/libs/interprocess/test/
Dxsi_shared_memory_mapping_test.cpp116 catch(std::exception &exc){ in main() local
122 catch(std::exception &exc){ in main() local
Danonymous_shared_memory_test.cpp46 catch(std::exception &exc){ in main() local
/third_party/PyYAML/lib/_yaml/
D__init__.py13 exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError variable
/third_party/python/Lib/
Dtraceback.py93 def _parse_value_tb(exc, value, tb): argument
104 def print_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
124 def format_exception(exc, /, value=_sentinel, tb=_sentinel, limit=None, \ argument
139 def format_exception_only(exc, /, value=_sentinel): argument
570 def from_exception(cls, exc, *args, **kwargs): argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterSurrogateTest.java255 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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterSurrogateTest.java258 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()
/third_party/curl/tests/libtest/
Dlib503.c65 fd_set rd, wr, exc; in test() local
Dlib564.c58 fd_set rd, wr, exc; in test() local
Dlib533.c60 fd_set rd, wr, exc; in test() local
/third_party/python/Doc/tools/extensions/
Dglossary_search.py44 def on_build_finish(app, exc): argument

1234567