Home
last modified time | relevance | path

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

123456

/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.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/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/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/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 …]
Dsuggestions.c175 offer_suggestions_for_attribute_error(PyAttributeErrorObject *exc) in offer_suggestions_for_attribute_error()
197 offer_suggestions_for_name_error(PyNameErrorObject *exc) in offer_suggestions_for_name_error()
/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
Dbase_subprocess.py200 def _pipe_connection_lost(self, fd, exc): argument
246 def _call_connection_lost(self, exc): argument
269 def connection_lost(self, exc): argument
Dstreams.py153 def connection_lost(self, exc): argument
247 def connection_lost(self, exc): argument
422 def set_exception(self, exc): argument
Dsslproto.py461 def _wakeup_waiter(self, exc=None): argument
482 def connection_lost(self, exc): argument
708 def _fatal_error(self, exc, message='Fatal error on transport'): argument
/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/python/Doc/tools/extensions/
Dglossary_search.py44 def on_build_finish(app, exc): argument
/third_party/nghttp2/src/
Dshrpx_mruby.cc90 auto exc = mrb_obj_value(mrb_->exc); in run_app() local
124 auto exc = mrb_obj_value(mrb->exc); in instantiate_app() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp179 catch (std::exception& exc) in createAndBuildProgram() local
246 catch (std::exception& exc) in createAndCompileShader() local
291 catch (std::exception& exc) in createAndFill2DTexture() local
773 catch (std::exception& exc) in draw() local
1251 catch (std::exception& exc) in test() local
Dgl3cGLSLnoperspectiveTests.cpp112 catch (const std::exception& exc) in prepare_shader() local
222 catch (const std::exception& exc) in prepare_program() local
/third_party/libxml2/python/tests/
DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line): argument
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcKHRDebugTests.cpp501 catch (const std::exception& exc) in iterate() local
548 catch (const std::exception& exc) in iterate() local
588 catch (const std::exception& exc) in iterate() local
627 catch (const std::exception& exc) in iterate() local
854 catch (const std::exception& exc) in iterate() local
2369 catch (const std::exception& exc) in iterate() local

123456