Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/
Drun_tests.py761 error_string = 'Could not run lldb at %s: %s' % (lldb_path, str(err))
762 raise TestSuiteException(error_string)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc2181 PyObject* error_string = PyString_FromStringAndSize( in CheckAndGetInteger() local
2183 if (error_string == NULL) { in CheckAndGetInteger()
2187 PyList_SET_ITEM(error_list, i, error_string); in CheckAndGetInteger()