Home
last modified time | relevance | path

Searched defs:old_exc (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcontextlib.py552 def _fix_exception_context(new_exc, old_exc): argument
692 def _fix_exception_context(new_exc, old_exc): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcontextlib.py552 def _fix_exception_context(new_exc, old_exc): argument
692 def _fix_exception_context(new_exc, old_exc): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcontextlib.py552 def _fix_exception_context(new_exc, old_exc): argument
692 def _fix_exception_context(new_exc, old_exc): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dcontextlib.py552 def _fix_exception_context(new_exc, old_exc): argument
692 def _fix_exception_context(new_exc, old_exc): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcontextlib.py552 def _fix_exception_context(new_exc, old_exc): argument
692 def _fix_exception_context(new_exc, old_exc): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcontextlib.py552 def _fix_exception_context(new_exc, old_exc): argument
692 def _fix_exception_context(new_exc, old_exc): argument
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/dec/src/
H A Ddec_amr.h117 Word16 old_exc[L_SUBFR + PIT_MAX + L_INTERPOL]; member
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/dec/src/
H A Dpvamrwbdecoder.cpp301 int16 *old_exc = ScratchMem2; in pvDecoder_AmrWb() local
H A De_pv_amrwbdec.h88 int16 old_exc[PIT_MAX + L_INTERPOL]; /* old excitation vector */ member
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/enc/src/
H A Dcod_amr.h142 Word16 old_exc[L_FRAME + PIT_MAX + L_INTERPOL]; member
/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c413 PyObject *old_exc = p->async_exc; in PyThreadState_SetAsyncExc() local
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/inc/
H A Dcod_main.h40 Word16 old_exc[PIT_MAX + L_INTERPOL]; /* old excitation vector */ member
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/enc/src/
H A DvoAMRWBEnc.c171 Word16 old_exc[(L_FRAME + 1) + PIT_MAX + L_INTERPOL]; in coder() local
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c1336 PyObject *old_exc = tstate->async_exc; in PyThreadState_SetAsyncExc() local