Lines Matching defs:forever
1582 "for repeating forever. Useful for shaking out flaky tests.");5333 // Repeats forever if the repeat count is negative.5334 const bool forever = repeat < 0;5335 for (int i = 0; forever || i != repeat; i++) {5876 " Run the tests repeatedly; use a negative count to repeat forever.\n"