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

/external/mesa3d/src/glx/
H A Dglxext.c72 static /* const */ char *error_list[] = { variable
96 __GLX_NUMBER_ERRORS, error_list)
/external/libweave/src/
H A Ddevice_registration_info.cc60 const base::ListValue* error_list = nullptr; local
62 !list_value->GetAsList(&error_list)) {
67 for (size_t i = 0; i < error_list->GetSize(); i++) {
70 if (!error_list->Get(i, &error_value) ||
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1584 PyObject* error_list = PyList_New(errors.size()); local
1585 if (error_list == NULL) {
1593 Py_DECREF(error_list);
1596 PyList_SET_ITEM(error_list, i, error_string);
1598 return error_list;

Completed in 213 milliseconds