Searched refs:error_list (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/site_compare/commands/
H A Dmaskmaker.py120 error_list = []
243 error_list.extend(
265 print " %d masks failed with too many errors" % len(error_list)
266 for url in error_list:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_configuration.py148 def to_config_set(self, specifier_set, error_list=None):
159 if error_list is not None:
160 error_list.append("Unrecognized specifier '" + expanded_specifier + "'")
/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;
/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)

Completed in 346 milliseconds