Home
last modified time | relevance | path

Searched defs:error_strings (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopus/celt/
H A Dcelt.c287 static const char * const error_strings[8] = { in opus_strerror() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_fstring.py29 def assertAllRaise(self, exception_type, regex, error_strings): argument