| /src/usr.bin/make/unit-tests/ |
| opt-no-action-runflags.exp | 4 echo running 7 echo running; false 10 echo running 11 running 14 echo running; false 15 running 19 echo running 22 echo running; false 25 echo running 26 running [all...] |
| opt-jobs-no-action.exp | 23 echo "echo running" 25 { echo running 30 echo running; false 33 echo running 34 running 37 echo running; false 38 running 43 { echo running 48 echo running; false 52 echo running [all...] |
| sh-flags.exp | 3 echo running 4 running 7 running 10 echo running; false 11 running 15 running 19 echo running 20 running 23 running 26 echo running; fals [all...] |
| sh-errctl.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 18 Running all 22 job 0, status running, flags ---, pid <pid> 26 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| opt-debug-jobs.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 16 Running all 20 job 0, status running, flags ---, pid <pid> 26 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| shell-custom.mk | 3 # Tests for using a custom shell for running the commands.
|
| shell-sh.mk | 3 # Tests for using a bourne shell for running the commands.
|
| opt-no-action-runflags.mk | 18 IGNERR.no= echo running 19 IGNERR.yes= -echo running; false
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/ |
| rl-callbacktest.c | 31 int running, sigwinch_received; variable 59 running = 0; 88 running = 1; 89 while (running)
|
| rl-timeout.c | 49 int running; variable 125 running = 0; 145 running = 1; 146 while (running) 187 running = 0; 199 running = 1; 200 while (running)
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/ |
| rl-callbacktest.c | 31 int running, sigwinch_received; variable 59 running = 0; 88 running = 1; 89 while (running)
|
| rl-timeout.c | 49 int running; variable 125 running = 0; 145 running = 1; 146 while (running) 187 running = 0; 199 running = 1; 200 while (running)
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/ |
| lookup.exp | 40 verbose running lookup test on $ctf_test
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/ |
| regression.exp | 40 verbose running lookup test on $ctf_test
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/ |
| writable.exp | 30 verbose running lookup test on $ctf_test
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| writable.exp | 30 verbose running lookup test on $ctf_test
|
| /src/external/mit/libuv/dist/test/ |
| benchmark-async-pummel.c | 34 static const char running[] = "running"; variable 56 while (ACCESS_ONCE(const char*, handle->data) == running) 74 ACCESS_ONCE(const char*, handle.data) = running;
|
| /src/games/worm/ |
| worm.c | 76 static int running = 0; variable 156 if (running) 158 running--; 296 case 'H': x--; running = RUNLEN; ch = tolower(ch); break; 297 case 'J': y++; running = RUNLEN/2; ch = tolower(ch); break; 298 case 'K': y--; running = RUNLEN/2; ch = tolower(ch); break; 299 case 'L': x++; running = RUNLEN; ch = tolower(ch); break; 308 default: if (! running) alarm(1); 329 running = 0; 344 if (!(slow && running)) [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| thread_timer.h | 34 bool running() const { return running_; } function in class:benchmark::internal::ThreadTimer 36 // REQUIRES: timer is not running 42 // REQUIRES: timer is not running 48 // REQUIRES: timer is not running 55 bool running_ = false; // Is the timer running
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| thread_timer.h | 34 bool running() const { return running_; } function in class:benchmark::internal::ThreadTimer 36 // REQUIRES: timer is not running 42 // REQUIRES: timer is not running 48 // REQUIRES: timer is not running 55 bool running_ = false; // Is the timer running
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
| lookup.exp | 45 verbose running lookup test on $ctf_test
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/ |
| regression.exp | 45 verbose running lookup test on $ctf_test
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/ |
| stopwatch.d | 91 running (and can't be, since no constructor ran). 106 assert(sw.running); 112 assert(!sw.running); 118 assert(!sw.running); 131 The StopWatch can be reset while it's running, and resetting it while 132 it's running will not cause it to stop. 178 start should not be called if the StopWatch is already running. 181 in { assert(!_running, "start was called when the StopWatch was already running."); } 194 assert(!sw.running); 197 assert(sw.running); [all...] |
| /src/external/bsd/dhcpcd/dist/src/ |
| ipv4ll.h | 47 bool running; member in struct:ipv4ll_state
|
| /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/ |
| ans.py | 78 running = False 116 running = True variable 128 while running: 151 if not running:
|