Lines Matching refs:t0

1792 	def trimTimeVal(self, t, t0, dT, left):  argument
1794 if(t > t0):
1795 if(t - dT < t0):
1796 return t0
1801 if(t < t0 + dT):
1802 if(t > t0):
1803 return t0 + dT
1807 def trimTime(self, t0, dT, left): argument
1808 self.tSuspended = self.trimTimeVal(self.tSuspended, t0, dT, left)
1809 self.tResumed = self.trimTimeVal(self.tResumed, t0, dT, left)
1810 self.start = self.trimTimeVal(self.start, t0, dT, left)
1811 self.tKernSus = self.trimTimeVal(self.tKernSus, t0, dT, left)
1812 self.tKernRes = self.trimTimeVal(self.tKernRes, t0, dT, left)
1813 self.end = self.trimTimeVal(self.end, t0, dT, left)
1816 p['start'] = self.trimTimeVal(p['start'], t0, dT, left)
1817 p['end'] = self.trimTimeVal(p['end'], t0, dT, left)
1821 d['start'] = self.trimTimeVal(d['start'], t0, dT, left)
1822 d['end'] = self.trimTimeVal(d['end'], t0, dT, left)
1826 cg.start = self.trimTimeVal(cg.start, t0, dT, left)
1827 cg.end = self.trimTimeVal(cg.end, t0, dT, left)
1829 line.time = self.trimTimeVal(line.time, t0, dT, left)
1832 e.time = self.trimTimeVal(e.time, t0, dT, left)
1833 e.end = self.trimTimeVal(e.end, t0, dT, left)
1839 c0 = self.trimTimeVal(c0, t0, dT, left)
1840 cN = self.trimTimeVal(cN, t0, dT, left)
1847 tm = self.trimTimeVal(tm, t0, dT, left)
4043 t0 = -1.0
4058 if t0 < 0:
4060 t0 = ktime
4747 t0 = testruns[0].start
4749 tTotal = tMax - t0
4808 left = '%f' % (((m0-t0)*100.0)/tTotal)
4815 left = '%f' % ((((m0-t0)*100.0)+sysvals.srgap/2)/tTotal)
4939 left = '%.3f' % (((phase['start']-t0)*100.0)/tTotal)
5023 t0 {color:black;font:bold 30px Times;}\n\
5088 t0 = testruns[0].start * 1000
5096 detail += ' var bounds = [%f,%f];\n' % (t0, tMax)