Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt.c287 static const char * const error_strings[8] = { in opus_strerror() local
300 return error_strings[-error]; in opus_strerror()
/external/python/cpython3/Lib/test/
Dtest_fstring.py16 def assertAllRaise(self, exception_type, regex, error_strings): argument
17 for str in error_strings: