HomeSort by relevance Sort by last modified time
    Searched refs:new_exc (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Lib/
contextlib.py 344 def _fix_exception_context(new_exc, old_exc):
347 exc_context = new_exc.__context__
353 new_exc = exc_context
356 new_exc.__context__ = old_exc
  /external/speex/libspeex/
filters.h 80 spx_word16_t *new_exc, /*enhanced excitation*/
filters.c 655 spx_word16_t *new_exc, /*enhanced excitation*/
796 new_exc[i] = ADD16(exc[i], EXTRACT16(PSHR32(ADD32(MULT16_16(gain0,iexc[i]), MULT16_16(gain1,iexc[i+nsf])),8)));
798 new_ener = compute_rms16(new_exc, nsf);
810 new_exc[i] = MULT16_16_Q14(ngain, new_exc[i]);
817 new_exc[i] = SHL16(SATURATE16(new_exc[i],16383),1);
  /external/python/cpython3/Lib/test/
test_capi.py 73 new_exc = TypeError("TEST")
79 orig_exc_info = _testcapi.set_exc_info(new_exc.__class__, new_exc, None)
89 self.assertSequenceEqual(new_exc_info, (new_exc.__class__, new_exc, None))
  /external/autotest/frontend/afe/
rpc_utils.py     [all...]
  /external/python/cpython3/Objects/
exceptions.c 2719 PyObject *new_exc, *new_val, *new_tb; local
    [all...]

Completed in 204 milliseconds