Home | History | Annotate | Download | only in test

Lines Matching refs:orig

167             orig = sys.getcheckinterval()
168 for n in 0, 100, 120, orig: # orig last to restore starting state
177 orig = sys.getswitchinterval()
179 self.assertTrue(orig < 0.5, orig)
181 for n in 0.00001, 0.05, 3.0, orig:
185 sys.setswitchinterval(orig)