Searched refs:error_list (Results 1 – 6 of 6) sorted by relevance
44 error_list=None): argument70 if error and error_list is not None:71 error_list.append(error)101 error_list=None, retry_count=2): argument138 if error and error_list is not None:139 error_list.append(error)144 error_list=None): argument157 if error and error_list is not None:159 error_list.append(error)
78 error_list = []88 error_list += [k]94 error_list += [k]121 error_list += ['speed_dimm_%d' % dimm]126 error_list_str = ', '.join(error_list)
182 self, test_mirrored, chameleon_port, error_list): argument219 if error is not None and error_list is not None:220 error_list.append(error)
60 const base::ListValue* error_list = nullptr; in ParseGCDError() local62 !list_value->GetAsList(&error_list)) { in ParseGCDError()67 for (size_t i = 0; i < error_list->GetSize(); i++) { in ParseGCDError()70 if (!error_list->Get(i, &error_value) || in ParseGCDError()
72 static /* const */ char *error_list[] = { variable96 __GLX_NUMBER_ERRORS, error_list) in XEXT_GENERATE_ERROR_STRING() argument
1584 PyObject* error_list = PyList_New(errors.size()); in CheckAndGetInteger() local1585 if (error_list == NULL) { in CheckAndGetInteger()1593 Py_DECREF(error_list); in CheckAndGetInteger()1596 PyList_SET_ITEM(error_list, i, error_string); in CheckAndGetInteger()1598 return error_list; in CheckAndGetInteger()