Home | History | Annotate | Download | only in site_utils

Lines Matching full:iterations

100     parser.add_argument('--iterations', action='store', type=int, default=1,
442 iterations=1,
471 @param iterations: int number of times to schedule tests.
512 # Schedule the suites, looping over iterations if necessary.
513 for iteration in range(iterations):
611 iterations=1, fast_mode=False, debug=False,
641 @param iterations: int number of times to schedule tests.
677 iterations=iterations,