Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Dlockfile.py213 def __exit__(self, *_exc): argument
/external/python/cpython3/Lib/test/
Dtest_generators.py41 except BaseException as _exc:
42 exc = _exc
/external/perfetto/tools/
Dinstall-build-deps389 def del_read_only_for_windows(_action, name, _exc): argument
/external/libopus/celt/
Dcelt_decoder.c602 VARDECL(opus_val16, _exc); in celt_decode_lost()
618 ALLOC(_exc, MAX_PERIOD+LPC_ORDER, opus_val16); in celt_decode_lost()
620 exc = _exc+LPC_ORDER; in celt_decode_lost()