Lines Matching refs:stop
106 '\s*(?:,\s*(?P<stop>[^,\s]*)'
112 stop = (int(m.group('stop'), 0)
113 if m.group('stop') else None)
117 start, stop = 0, start
118 for x in range(start, stop, step):
929 # stop other tests
1072 stop = time.time()
1097 'in %.2fs' % (stop-start)]))))
1361 help="Don't stop on first error.")
1387 help="Drop into gdb on test failure but stop at the beginning "
1392 help="Drop into gdb on test failure but stop at the beginning "