Home
last modified time | relevance | path

Searched +defs:val +defs:exc (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/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/Python/
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()
310 PyObject **val, PyObject **tb) 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()
[all …]
Dceval.c751 PyObject *exc, *val, *tb; in _Py_FinishPendingCalls() local
1220 PyObject *exc = tstate->async_exc; in eval_frame_handle_pending() local
2409 PyObject *cause = NULL, *exc = NULL; local
2681 PyObject *val = POP(); local
2683 PyObject *exc = Py_NewRef(PyExceptionInstance_Class(val)); local
2694 PyObject *val = _PyExc_PrepReraiseStar(orig, excs); local
2707 PyObject *val = POP(); local
2715 PyObject *exc = Py_NewRef(PyExceptionInstance_Class(val)); local
4446 PyObject *exc, *val, *tb, *res; local
5795 PyObject *exc, *val, *tb; local
[all …]
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c271 BaseException_set_dict(PyBaseExceptionObject *self, PyObject *val) in BaseException_set_dict()
298 BaseException_set_args(PyBaseExceptionObject *self, PyObject *val) in BaseException_set_args()
340 BaseException_set_message(PyBaseExceptionObject *self, PyObject *val) in BaseException_set_message()
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()
[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 …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DisplayUtils/SettingsLibDisplayUtils/android_common/javac/
DSettingsLibDisplayUtils.jar ... (int, int, int) float ret int val int min int max float normalizedVal float ret public static
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/DisplayUtils/SettingsLibDisplayUtils/android_common/repackaged-jarjar/javac/
DSettingsLibDisplayUtils.jar ... .view.IWindowManager wm android.os.RemoteException exc int displayId public static void clearForcedDisplayDensity (int) int ...
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c197 _PyBaseExceptionObject_cast(PyObject *exc) in _PyBaseExceptionObject_cast()
266 BaseException_set_args(PyBaseExceptionObject *self, PyObject *val, void *Py_UNUSED(ignored)) in BaseException_set_args()
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()
1717 PyObject *val = PyTuple_GET_ITEM(args, i); in oserror_parse_args() local
2620 PyUnicodeEncodeError_GetEncoding(PyObject *exc) in PyUnicodeEncodeError_GetEncoding()
2626 PyUnicodeDecodeError_GetEncoding(PyObject *exc) in PyUnicodeDecodeError_GetEncoding()
[all …]
Dgenobject.c152 int exc, int closing) in gen_send_ex2()
284 gen_send_ex(PyGenObject *gen, PyObject *arg, int exc, int closing) in gen_send_ex()
421 PyObject *typ, PyObject *val, PyObject *tb) in _gen_throw()
484 PyObject *val; in _gen_throw() local
572 PyObject *val = NULL; in gen_throw() local
2008 _PyAsyncGenValueWrapperNew(PyObject *val) in _PyAsyncGenValueWrapperNew()
2129 PyObject *val = NULL; in async_gen_athrow_send() local
/aosp_15_r20/external/python/cpython2/Tools/pybench/
DWith.py13 def __exit__(self, exc, val, tb): argument
166 def __exit__(self, exc, val, tb): argument
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerBase.java580 String val = b ? "yes":"no"; in setOmitXMLDeclaration() local
761 String val = doIndent ? "yes":"no"; in setIndent() local
969 public void error(SAXParseException exc) throws SAXException { in error()
975 public void fatalError(SAXParseException exc) throws SAXException { in fatalError()
984 public void warning(SAXParseException exc) throws SAXException in warning()
1552 String val = getOutputPropertyNonDefault(name); in getOutputProperty() local
1600 public void setOutputProperty(String name, String val) { in setOutputProperty()
1609 public void setOutputPropertyDefault(String name, String val) { in setOutputPropertyDefault()
1640 String val; in getProp() local
1656 void setProp(String name, String val, boolean defaultVal) { in setProp()
/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/python/cpython3/Modules/_io/
Dfileio.c93 PyObject *exc, *val, *tb; in fileio_dealloc_warn() local
145 PyObject *exc, *val, *tb; in _io_FileIO_close_impl() local
496 PyObject *exc, *val, *tb; local
D_iomodule.c439 PyObject *exc, *val, *tb, *close_result; in _io_open_impl() local
674 PyTypeObject *exc = static_types[i]; in _PyIO_Fini() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1755 tcu::Float16 val(bits); in readBaseTypeFromHalfFloatChannel() local
1896 uint32_t val = *ptr; in read11F_11F_10F_Channel() local
2000 tcu::Float16 val(value); in writeBaseTypeToHalfFloatChannel() local
2145 tcu::Float<uint32_t, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(value); in write11F_11F_10F_Channel() local
2153 tcu::Float<uint32_t, 5, 6, 15, tcu::FLOAT_SUPPORT_DENORM> val(value); in write11F_11F_10F_Channel() local
2161 tcu::Float<uint32_t, 5, 5, 15, tcu::FLOAT_SUPPORT_DENORM> val(value); in write11F_11F_10F_Channel() local
2650 catch (tcu::Exception &exc) in iterate() local
3950 catch (tcu::Exception &exc) in iterate() local
4251 catch (tcu::Exception &exc) in iterate() local
4430 catch (tcu::Exception &exc) in iterate() local
[all …]
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c410 PyObject *exc = self->connection->OperationalError; in _pysqlite_fetch_one_row() local
699 PyObject *exc, *val, *tb; in bind_parameters() local
759 PyObject *exc, *val, *tb; in bind_parameters() local
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c560 future_set_exception(FutureObj *fut, PyObject *exc) in future_set_exception()
614 PyObject *exc; in create_cancelled_error() local
633 PyObject *exc = create_cancelled_error(fut); in future_set_cancelled_error() local
1182 FutureObj_set_blocking(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_blocking()
1213 FutureObj_set_log_traceback(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_log_traceback()
1655 PyObject *type, *val = NULL, *tb = NULL; in FutureIter_throw() local
2094 TaskObj_set_log_destroy_pending(TaskObj *task, PyObject *val, void *Py_UNUSED(ignored)) in TaskObj_set_log_destroy_pending()
2631 task_step_impl(TaskObj *task, PyObject *exc) in task_step_impl()
2982 task_step(TaskObj *task, PyObject *exc) in task_step()
/aosp_15_r20/external/libxaac/encoder/
H A Diusace_lpd_utils.c249 FLOAT32 val; in iusace_autocorr_plus() local
266 static VOID iusace_get_norm_correlation(FLOAT32 *exc, FLOAT32 *xn, FLOAT32 *wsyn_filt_ir, in iusace_get_norm_correlation()
380 WORD32 i, j, idx, val; in iusace_get_ol_lag_median() local
422 VOID iusace_closed_loop_search(FLOAT32 *exc, FLOAT32 *xn, FLOAT32 *wsyn_filt_ir, in iusace_closed_loop_search()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/HelpUtils/SettingsLibHelpUtils/android_common_apex30/javac/
DSettingsLibHelpUtils.jar ... $OnMenuItemClickListener { final synthetic android.app.Activity val$activity final synthetic android.content.Intent val ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/HelpUtils/SettingsLibHelpUtils/android_common/javac/
DSettingsLibHelpUtils.jar ... $OnMenuItemClickListener { final synthetic android.app.Activity val$activity final synthetic android.content.Intent val ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/HelpUtils/SettingsLibHelpUtils/android_common_apex34/javac/
DSettingsLibHelpUtils.jar ... $OnMenuItemClickListener { final synthetic android.app.Activity val$activity final synthetic android.content.Intent val ...
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java61 private String exc = ""; // throws field in APIInfo
110 public void setPackage(String val) { setType(PAK, val); } in setPackage()
111 public void setClassName(String val) { setType(CLS, val); } in setClassName()
112 public void setName(String val) { setType(NAM, val); } in setName()
113 public void setSignature(String val) { setType(SIG, val); } in setSignature()
114 public void setExceptions(String val) { setType(EXC, val); } in setExceptions()
177 int val = (info >>> shifts[typ]) & masks[typ]; in get() local
186 public void setType(int typ, int val) { in setType()
200 private void setType(int typ, String val) { in setType()
493 int val = getVal(CAT); in format() local
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py48 def get_innermost_context(exc): argument
77 def throw(self, *exc):
467 async def process_exc(exc): argument
1207 async def exc(): function
1238 async def exc(): function
2351 async def coro(val): argument
2379 async def coro(val): argument
2407 async def coro(val): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dutil.py215 def grok_environment_error (exc, prefix="error: "): argument
312 def strtobool (val): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dutil.py230 def grok_environment_error (exc, prefix="error: "): argument
325 def strtobool (val): argument

12345678910>>...28