Searched refs:err_text (Results 1 – 2 of 2) sorted by relevance
1595 err_text = 'Failed to generate profile for performance test.'1596 return (err_text, failure_code)1624 err_text = ('Something went wrong running the performance test. '1627 err_text += ('Check that you haven\'t accidentally specified a '1629 err_text += ' '.join(args)1630 err_text += '\n'1632 return (err_text, failure_code)1653 err_text = 'Metric %s was not found in the test output.' % metric1656 return (err_text, failure_code, output_of_all_runs)
101 char *err_text; member545 return (ndis_errlist[i].err_text); in Ndis_strerror()