Lines Matching full:id
21 def errorStr(id): argument
22 if id == 1:
24 if id == 2:
26 if id == 3:
28 if id == 4:
30 if id == 5:
32 if id == 6:
34 if id == 7:
36 if id == 8:
38 if id == 9:
40 if id == 10:
42 if id == 11:
45 return("Unknown error %d" % id)
52 path (list) : A list of node ID
67 # We get the children based on its ID and continue
154 print("<td>ID</td>")
211 print("CATEGORY,NAME,ID,STATUS,CYCLES,PARAMS")
288 …print("<|\"NAME\" -> \"%s\",\"ID\" -> %d,\"STATUS\" -> \"%s\",\"CYCLES\" -> %d,\"PARAMS\" -> \"%s\…
390 #node ident : s id or g id or t or u
391 #test status : id error linenb status Y or N (Y when passing)
407 # Extract the test id
411 # From a list of id, find the TreeElem in the Parsed tree
431 #benchFile.write("ID,%s,PASSED,ERROR,CYCLES\n" % header)
441 … benchFile.write("CATEGORY,TESTNAME,NAME,ID,OLDID,%s,CYCLES,%s\n" % (header,configHeaders))
470 # Extract test ID, test error code, line number and status