Home
last modified time | relevance | path

Searched refs:_exc (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/cros/
Dlockfile.py209 def __exit__(self, *_exc): argument
/external/python/cpython3/Lib/test/
Dtest_generators.py42 except BaseException as _exc:
43 exc = _exc
/external/libopus/celt/
Dcelt_decoder.c596 VARDECL(opus_val16, _exc); in celt_decode_lost()
612 ALLOC(_exc, MAX_PERIOD+LPC_ORDER, opus_val16); in celt_decode_lost()
614 exc = _exc+LPC_ORDER; in celt_decode_lost()