Searched refs:forever (Results 1 - 17 of 17) 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);
H A Dshared.h863 void print_cmdline_message (int forever);
864 void enter_cmdline (char *heap, int forever);
/external/llvm/lib/Target/ARM/AsmParser/
H A DAndroid.mk37 # Override the default optimization level to work around taking forever (~50m)
/external/iputils/
H A Drdisc.c183 int forever = 0; /* Never give up on host. If 0 defer fork until variable
328 forever = 1;
412 if (!(solicit && !forever)) {
418 forever = 1;
525 if (!forever && nreceived == 0)
817 if (!forever) {
819 forever = 1;
/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/chromium_org/testing/gtest/src/
H A Dgtest.cc247 "for repeating forever. Useful for shaking out flaky tests.");
4144 // Repeats forever if the repeat count is negative.
4145 const bool forever = repeat < 0; local
4146 for (int i = 0; forever || i != repeat; i++) {
4662 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/external/chromium_org/third_party/mesa/src/src/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/libvpx/libvpx/third_party/googletest/src/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/mesa3d/src/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/open-vcdiff/gtest/src/
H A Dgtest.cc234 "for repeating forever. Useful for shaking out flaky tests.");
3996 // Repeats forever if the repeat count is negative.
3997 const bool forever = repeat < 0; local
3998 for (int i = 0; forever || i != repeat; i++) {
4537 " 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"
/external/blktrace/doc/
H A Dblktrace.tex371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
/external/iproute2/doc/
H A Dip-cref.tex733 valid_lft forever preferred_lft 604746sec
885 \item \verb|permanent| --- the neighbour entry is valid forever and can be only be removed
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas4741 // this is infinite stream returning EOF at end forever

Completed in 325 milliseconds