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