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