Searched refs:forever (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/Target/AArch64/AsmParser/
H A DAndroid.mk37 # Override the default optimization level to work around taking forever (~50m)
/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/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c104 static bool forever = false; variable
1420 "repeat command and print average + stddev (max: 100, forever: 0)"),
1531 forever = true;
1578 if (!forever)
1585 for (run_idx = 0; forever || run_idx < run_count; run_idx++) {
1591 if (forever && status != -1) {
1597 if (!forever && status != -1 && !interval)
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc411 int forever = 1; local
412 while (forever) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DthingsToDo.txt9 add unit test for ActiveEdge::calcLeft (can currently loop forever)
/external/skia/experimental/Intersection/
H A DthingsToDo.txt9 add unit test for ActiveEdge::calcLeft (can currently loop forever)
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc257 "for repeating forever. Useful for shaking out flaky tests.");
4558 // Repeats forever if the repeat count is negative.
4559 const bool forever = repeat < 0; local
4560 for (int i = 0; forever || i != repeat; i++) {
5115 " 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.cc253 "for repeating forever. Useful for shaking out flaky tests.");
4282 // Repeats forever if the repeat count is negative.
4283 const bool forever = repeat < 0; local
4284 for (int i = 0; forever || i != repeat; i++) {
4839 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/external/llvm/utils/unittest/googletest/src/
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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1737 "for repeating forever. Useful for shaking out flaky tests.");
5766 // Repeats forever if the repeat count is negative.
5767 const bool forever = repeat < 0; local
5768 for (int i = 0; forever || i != repeat; i++) {
6323 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1737 "for repeating forever. Useful for shaking out flaky tests.");
5766 // Repeats forever if the repeat count is negative.
5767 const bool forever = repeat < 0; local
5768 for (int i = 0; forever || i != repeat; i++) {
6323 " Run the tests repeatedly; use a negative count to repeat forever.\n"
/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 467 milliseconds