Lines Matching refs:path
32 self.path = ""
38 self.path = ""
55 self.element.path = attrs.getValue("CasePath")
71 print('%-4i%12i\t%12s' % (int(ndx), int(test.timeOfExecution), test.path))
86 self.element.path = attrs.getValue("Name")
87 if self.element.path == "dEQP-VK" :
92 if test.path[:test.path.rfind(".")] in self.element.path :
111 if test.path == "dEQP-VK" :
113 print('%-4s%15s%15s\t%-30s' % (ndx, test.timeOfExecution, test.numberOfTests, test.path))
122 if test.path == "dEQP-VK" :
124 print('%-4s%15s%15s%15i\t%-30s' % (ndx, test.timeOfExecution, test.numberOfTests, int(test.timeOfExecution)/int(test.numberOfTests), test.path))