Lines Matching refs:t0
4900 t0 = self.SwitchesMinTime(machine_id)
4903 if t0 is None or (not(t1 is None) and t1 < t0):
4904 t0 = t1
4905 if t0 is None or (not(t2 is None) and t2 < t0):
4906 t0 = t2
4907 return t0
4910 t0 = self.SwitchesMaxTime(machine_id)
4913 if t0 is None or (not(t1 is None) and t1 > t0):
4914 t0 = t1
4915 if t0 is None or (not(t2 is None) and t2 > t0):
4916 t0 = t2
4917 return t0