Searched defs:error_list (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxext.c72 static /* const */ char *error_list[] = { variable
96 __GLX_NUMBER_ERRORS, error_list)
/external/mesa3d/src/glx/
H A Dglxext.c72 static /* const */ char *error_list[] = { variable
96 __GLX_NUMBER_ERRORS, error_list)
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc1573 PyObject* error_list = PyList_New(errors.size()); local
1574 if (error_list == NULL) {
1582 Py_DECREF(error_list);
1585 PyList_SET_ITEM(error_list, i, error_string);
1587 return error_list;

Completed in 518 milliseconds