Home
last modified time | relevance | path

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

12345678910>>...52

/aosp_15_r20/external/freetype/src/truetype/
H A 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 …]
/aosp_15_r20/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.py441 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 …]
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c1339 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 …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codeccallbacks.py10 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 …]
Dmultibytecodec_support.py82 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
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c197 _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 …]
/aosp_15_r20/external/python/cpython3/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.c84 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 …]
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c85 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 …]
Dcodecs.c597 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 …]
/aosp_15_r20/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() argument
96 ~exc() BOOST_NOEXCEPT_OR_NOTHROW in ~exc() argument
/aosp_15_r20/cts/tests/credentials/src/android/credentials/cts/unittests/
H A DCreateCredentialExceptionTest.java48 final CreateCredentialException exc = in testConstructor_type() local
61 final CreateCredentialException exc = in testConstructor_type_message() local
74 final CreateCredentialException exc = in testConstructor_type_cause() local
88 final CreateCredentialException exc = in testConstructor_type_message_cause() local
H A DClearCredentialStateExceptionTest.java48 final ClearCredentialStateException exc = new ClearCredentialStateException(type); in testConstructor_type() local
60 final ClearCredentialStateException exc = new ClearCredentialStateException(type, message); in testConstructor_type_message() local
72 final ClearCredentialStateException exc = new ClearCredentialStateException(type, cause); in testConstructor_type_cause() local
85 final ClearCredentialStateException exc = new ClearCredentialStateException(type, message, in testConstructor_type_message_cause() local
H A DGetCredentialExceptionTest.java49 final GetCredentialException exc = in testConstructor_type() local
62 final GetCredentialException exc = in testConstructor_type_message() local
75 final GetCredentialException exc = in testConstructor_type_cause() local
89 final GetCredentialException exc = in testConstructor_type_message_cause() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DCompletedFuture.java40 private final Throwable exc; field in CompletedFuture
42 private CompletedFuture(V result, Throwable exc) { in CompletedFuture()
51 static <V> CompletedFuture<V> withFailure(Throwable exc) { in withFailure()
58 static <V> CompletedFuture<V> withResult(V result, Throwable exc) { in withResult()
H A DInvoker.java123 Throwable exc) in invokeUnchecked()
157 Throwable exc) in invokeDirect()
172 Throwable exc) in invoke()
212 final Throwable exc) in invokeIndirectly()
235 final Throwable exc, in invokeIndirectly()
/aosp_15_r20/external/javasqlite/src/main/native/
H A Dsqlite_jni.c357 jthrowable exc; in trans2iso() local
528 jthrowable exc; in callback() local
1056 jthrowable exc; in Java_SQLite_Database__1open4() local
1276 jthrowable exc; in Java_SQLite_Database__1open_1aux_1file() local
1360 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2() local
1439 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2() local
1725 jthrowable exc; in call_common() local
1801 jthrowable exc; in call3_common() local
1867 jthrowable exc; in mkfunc_common() local
1982 jthrowable exc; in Java_SQLite_Database__1function_1type() local
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
H A 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
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/systemconfig/
H A DSystemConfigNamedActorTest.kt194 val exc = assertThrows(IllegalStateException::class.java) { assertPermissions() } in androidNamespaceThrows() constant
216 val exc = assertThrows(IllegalStateException::class.java) { assertPermissions() } in duplicateActorNameThrows() constant
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A 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
H A Dexception_handler_death_test.cc130 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local
155 scoped_ptr<google_breakpad::ExceptionHandler> exc; in DoCrashAccessViolation() local
317 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local
409 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local
502 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F() local
/aosp_15_r20/external/python/pyserial/serial/threaded/
D__init__.py30 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
/aosp_15_r20/external/python/pyee/tests/
Dtest_async.py79 def handle_error(exc): argument
103 def handle_error(exc): argument
128 def handle_error(exc): argument

12345678910>>...52