Searched defs:forever (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Dcmdline.c51 print_cmdline_message (int forever) argument
56 (forever ? "" : " ESC at any time exits."));
121 enter_cmdline (char *heap, int forever) argument
131 print_cmdline_message (forever);
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc176 "for repeating forever. Useful for shaking out flaky tests.");
3164 // Repeats forever if the repeat count is negative.
3165 const bool forever = repeat < 0; local
3166 for (int i = 0; forever || i != repeat; i++) {
/external/chromium/testing/gtest/src/
H A Dgtest.cc246 "for repeating forever. Useful for shaking out flaky tests.");
4204 // Repeats forever if the repeat count is negative.
4205 const bool forever = repeat < 0; local
4206 for (int i = 0; forever || i != repeat; i++) {
4722 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/external/gtest/src/
H A Dgtest.cc246 "for repeating forever. Useful for shaking out flaky tests.");
4204 // Repeats forever if the repeat count is negative.
4205 const bool forever = repeat < 0; local
4206 for (int i = 0; forever || i != repeat; i++) {
4722 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc246 "for repeating forever. Useful for shaking out flaky tests.");
4172 // Repeats forever if the repeat count is negative.
4173 const bool forever = repeat < 0; local
4174 for (int i = 0; forever || i != repeat; i++) {
4690 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/external/protobuf/gtest/src/
H A Dgtest.cc230 "for repeating forever. Useful for shaking out flaky tests.");
3965 // Repeats forever if the repeat count is negative.
3966 const bool forever = repeat < 0; local
3967 for (int i = 0; forever || i != repeat; i++) {
4479 " Run the tests repeatedly; use a negative count to repeat forever.\n"

Completed in 250 milliseconds