Searched refs:theError (Results 1 – 1 of 1) sorted by relevance
/cmsis-dsp-latest/Testing/ |
D | processResult.py | 96 def printTest(self,elem, theId, theError,errorDetail,theLine,passed,cycles,params): argument 112 … print(Fore.RED + ("%s %s at line %d" % (ident, errorStr(theError), theLine)) + Style.RESET_ALL) 161 def printTest(self,elem, theId, theError,errorDetail,theLine,passed,cycles,params): argument 189 …><td colspan=4><font color=\"red\">%s at line %d</font></td></tr>" % (errorStr(theError), theLine)) 228 def printTest(self,elem, theId, theError, errorDetail,theLine,passed,cycles,params): argument 275 def printTest(self,elem, theId, theError,errorDetail,theLine,passed,cycles,params): argument 343 def writeBenchmark(elem,benchFile,theId,theError,passed,cycles,params,config): argument 374 theError=None 474 theError=m.group(2) 475 theError=int(theError) [all …]
|