Home
last modified time | relevance | path

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

12345678910>>...14

/external/freetype/src/truetype/
Dttinterp.c1396 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/cronet/stable/third_party/libc++/src/test/std/utilities/expected/expected.bad/
Dvoid-specialization.pass.cpp41 Inherit exc; in main() local
47 Inherit exc; in main() local
54 Inherit exc; in main() local
61 Inherit exc; in main() local
69 Inherit exc; in main() local
77 Inherit exc; in main() local
Dwhat.pass.cpp23 std::bad_expected_access<int> const exc(99); in main() local
29 std::bad_expected_access<Foo> const exc(Foo{}); in main() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/expected/expected.bad/
Dvoid-specialization.pass.cpp41 Inherit exc; in main() local
47 Inherit exc; in main() local
54 Inherit exc; in main() local
61 Inherit exc; in main() local
69 Inherit exc; in main() local
77 Inherit exc; in main() local
Dwhat.pass.cpp23 std::bad_expected_access<int> const exc(99); in main() local
29 std::bad_expected_access<Foo> const exc(Foo{}); in main() local
/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py15 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 …]
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.py511 exc = None variable in mycontext
518 def __exit__(self, *exc):
618 def __exit__(self, *exc):
630 def __uxit__(self, *exc):
641 exc = None variable in TestContextDecorator.test_contextdecorator_as_mixin.somecontext
647 def __exit__(self, *exc):
740 def _expect_exc(exc_type, exc, exc_tb): argument
744 def _expect_ok(exc_type, exc, exc_tb): argument
851 def raise_exc(exc): argument
881 def __init__(self, exc): argument
[all …]
/external/sdv/vsomeip/third_party/boost/exception/test/
Dexception_ptr_test.cpp79 exc: struct
83 exc() in exc() function
88 exc( exc const & e ): in exc() function
96 ~exc() BOOST_NOEXCEPT_OR_NOTHROW in ~exc() argument
/external/python/cpython3/Modules/_testcapi/
Dexceptions.c21 _testcapi_err_set_raised(PyObject *module, PyObject *exc) in _testcapi_err_set_raised()
66 _testcapi_exception_print_impl(PyObject *module, PyObject *exc, int legacy) in _testcapi_exception_print_impl()
110 _testcapi_exc_set_object_impl(PyObject *module, PyObject *exc, PyObject *obj) in _testcapi_exc_set_object_impl()
122 _testcapi_exc_set_object_fetch_impl(PyObject *module, PyObject *exc, in _testcapi_exc_set_object_fetch_impl()
148 _testcapi_err_setstring_impl(PyObject *module, PyObject *exc, in _testcapi_err_setstring_impl()
167 PyObject *exc, const char *value, in _testcapi_err_setfromerrnowithfilename_impl()
185 _testcapi_raise_exception_impl(PyObject *module, PyObject *exc, int num_args) in _testcapi_raise_exception_impl()
281 PyObject *exc = PyErr_GetHandledException(); in _testcapi_set_exception() local
309 PyObject *exc, *obj; in err_writeunraisable() local
325 PyObject *exc; in err_formatunraisable() local
/external/python/cpython3/Python/
Derrors.c25 _PyErr_SetRaisedException(PyThreadState *tstate, PyObject *exc) in _PyErr_SetRaisedException()
35 PyObject *exc; in _PyErr_CreateException() local
74 PyObject *exc = _PyErr_CreateException(type, value); in _PyErr_Restore() local
112 PyErr_SetRaisedException(PyObject *exc) in PyErr_SetRaisedException()
186 PyObject *exc = _PyErr_GetRaisedException(tstate); in _PyErr_SetObject() local
315 PyErr_GivenExceptionMatches(PyObject *err, PyObject *exc) in PyErr_GivenExceptionMatches()
347 _PyErr_ExceptionMatches(PyThreadState *tstate, PyObject *exc) in _PyErr_ExceptionMatches()
354 PyErr_ExceptionMatches(PyObject *exc) in PyErr_ExceptionMatches()
372 _PyErr_NormalizeException(PyThreadState *tstate, PyObject **exc, in _PyErr_NormalizeException()
475 PyErr_NormalizeException(PyObject **exc, PyObject **val, PyObject **tb) in PyErr_NormalizeException()
[all …]
Dcodecs.c642 static void wrong_exception_type(PyObject *exc) in wrong_exception_type()
649 PyObject *PyCodec_StrictErrors(PyObject *exc) in PyCodec_StrictErrors()
659 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors()
683 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors()
736 PyObject *PyCodec_XMLCharRefReplaceErrors(PyObject *exc) in PyCodec_XMLCharRefReplaceErrors()
834 PyObject *PyCodec_BackslashReplaceErrors(PyObject *exc) in PyCodec_BackslashReplaceErrors()
941 PyObject *PyCodec_NameReplaceErrors(PyObject *exc) in PyCodec_NameReplaceErrors()
1100 PyCodec_SurrogatePassErrors(PyObject *exc) in PyCodec_SurrogatePassErrors()
1264 PyCodec_SurrogateEscapeErrors(PyObject *exc) in PyCodec_SurrogateEscapeErrors()
1341 static PyObject *strict_errors(PyObject *self, PyObject *exc) in strict_errors()
[all …]
/external/sdv/vsomeip/third_party/boost/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
/external/python/cpython3/Objects/
Dexceptions.c195 _PyBaseExceptionObject_cast(PyObject *exc) in _PyBaseExceptionObject_cast()
695 _PyBaseExceptionGroupObject_cast(PyObject *exc) in _PyBaseExceptionGroupObject_cast()
742 PyObject *exc = PyTuple_GET_ITEM(exceptions, i); in BaseExceptionGroup_new() local
1025 exceptiongroup_split_check_match(PyObject *exc, in exceptiongroup_split_check_match()
1068 exceptiongroup_split_recursive(PyObject *exc, in exceptiongroup_split_recursive()
1229 collect_exception_group_leaf_ids(PyObject *exc, PyObject *leaf_ids) in collect_exception_group_leaf_ids()
1448 PyObject *exc = PyList_GET_ITEM(excs, i); in PyUnstable_Exc_PrepReraiseStar() local
2677 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding()
2683 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding()
2689 PyUnicodeEncodeError_GetObject(PyObject *exc) in PyUnicodeEncodeError_GetObject()
[all …]
/external/python/pyee/tests/
Dtest_async.py79 def handle_error(exc): argument
103 def handle_error(exc): argument
128 def handle_error(exc): argument
Dtest_trio.py75 async def handle_error(exc): argument
101 async def handle_error(exc): argument
/external/sdv/vsomeip/third_party/boost/thread/test/
Dtest_5351.cpp35 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/
DExceptionDeserializationTest.java88 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/python/cpython3/Modules/_testcapi/clinic/
Dexceptions.c.h35 PyObject *exc; in _testcapi_exception_print() local
174 PyObject *exc; in _testcapi_exc_set_object() local
204 PyObject *exc; in _testcapi_exc_set_object_fetch() local
234 PyObject *exc; in _testcapi_err_setstring() local
266 PyObject *exc; in _testcapi_err_setfromerrnowithfilename() local
295 PyObject *exc; in _testcapi_raise_exception() local
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_nesting_test.cc153 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/tot/third_party/libc++abi/src/test/
Dforced_unwind1.pass.cpp53 static void cleanup(_Unwind_Reason_Code, struct _Unwind_Exception* exc) { in cleanup()
59 _Unwind_Exception* exc = new _Unwind_Exception; in forced_unwind() local
/external/cronet/stable/third_party/libc++abi/src/test/
Dforced_unwind1.pass.cpp53 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/
Dprotocols.py29 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/
Dusacdec_ace_ltp.cpp133 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()

12345678910>>...14