| /netbsd-src/games/robots/ |
| H A D | move.c | 81 if (Running) in get_move() 163 Running = true; in get_move() 184 Running = false; in get_move() 261 if (Running) { in do_move() 262 Running = false; in do_move() 313 Running = false; in reset_count() 325 return (Jump && (Count || Running || Waiting)); in jumping()
|
| H A D | extern.c | 49 bool Running = false; /* Currently in the middle of a run */ variable
|
| H A D | robots.h | 89 extern bool Dead, Full_clear, Jump, Newscore, Real_time, Running,
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | pfilestat_example.txt | 7 Running: dd if=/dev/rdsk/c0d0s0 of=/dev/null bs=56k # x86, 32-bit 32 Running: dd if=/dev/dsk/c0d0s0 of=/dev/null bs=56k # x86, 32-bit 56 Running: dd if=/dev/dsk/c0d0s0 of=/dev/null bs=56k # SPARC, 64-bit 88 Running: tar cf /dev/null / 124 Running: tar cf - / | gzip > /dev/null 165 Running: perl -e 'while (1) {;}' & 166 Running: perl -e 'while (1) {;}' & 167 Running: perl -e 'while (1) {;}' & 168 Running: perl -e 'while (1) {;}' & 169 Running: tar cf /dev/null /
|
| H A D | php_who_example.txt | 9 Running the php_who.d while the func_abc.php program runs, we can see that
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | pfilestat_example.txt | 7 Running: dd if=/dev/rdsk/c0d0s0 of=/dev/null bs=56k # x86, 32-bit 32 Running: dd if=/dev/dsk/c0d0s0 of=/dev/null bs=56k # x86, 32-bit 56 Running: dd if=/dev/dsk/c0d0s0 of=/dev/null bs=56k # SPARC, 64-bit 88 Running: tar cf /dev/null / 124 Running: tar cf - / | gzip > /dev/null 165 Running: perl -e 'while (1) {;}' & 166 Running: perl -e 'while (1) {;}' & 167 Running: perl -e 'while (1) {;}' & 168 Running: perl -e 'while (1) {;}' & 169 Running: tar cf /dev/null /
|
| H A D | php_who_example.txt | 9 Running the php_who.d while the func_abc.php program runs, we can see that
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| H A D | xray_recursion_guard.h | 35 atomic_uint8_t &Running; variable 40 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {} in RecursionGuard() 51 atomic_store(&Running, 0, memory_order_release); in ~RecursionGuard()
|
| H A D | xray_fdr_logging.cc | 445 thread_local atomic_uint8_t Running{0}; variable 501 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0() 531 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1() 561 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent() 591 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | dg-extract-results.sh | 54 Running *.exp chunks should be in correct order. 188 /^Running chapter / { 237 /^Running target/ { exit } 309 /^Running target / { 317 /^Running .*\\.exp \\.\\.\\./ { 405 /^Running target / { curvar = \$3; next }
|
| /netbsd-src/external/gpl3/gdb.old/dist/contrib/ |
| H A D | dg-extract-results.sh | 54 Running *.exp chunks should be in correct order. 188 /^Running chapter / { 237 /^Running target/ { exit } 309 /^Running target / { 317 /^Running .*\\.exp \\.\\.\\./ { 406 /^Running target / { curvar = \$3; next }
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | dg-extract-results.sh | 54 Running *.exp chunks should be in correct order. 188 /^Running chapter / { 237 /^Running target/ { exit } 309 /^Running target / { 317 /^Running .*\\.exp \\.\\.\\./ { 406 /^Running target / { curvar = \$3; next }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | OptBisect.cpp | 36 StringRef TargetDesc, bool Running) { in printPassMessage() argument 37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Timer.cpp | 117 Running = Triggered = false; in init() 166 assert(!Running && "Cannot start a running timer"); in startTimer() 167 Running = Triggered = true; in startTimer() 173 assert(Running && "Cannot stop a paused timer"); in stopTimer() 174 Running = false; in stopTimer() 181 Running = Triggered = false; in clear()
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | directive-ifnmake.exp | 2 Running the tests
|
| H A D | sh-errctl.exp | 17 Running all
|
| H A D | opt-debug-jobs.exp | 15 Running all
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Timer.h | 87 bool Running = false; ///< Is the timer currently running? variable 119 bool isRunning() const { return Running; } in isRunning()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/ |
| H A D | README.txt | 39 Running clang-fuzzer 64 Running clang-objc-fuzzer 106 Running clang-proto-fuzzer
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| H A D | CMakeLists.txt | 13 add_lit_testsuite(check-profile "Running the profile tests"
|
| /netbsd-src/external/mpl/bind/dist/doc/notes/ |
| H A D | notes-9.18.13.rst | |
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-ranlib.rst | 18 Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | README.md | 65 see section Running Selected Tests below. 67 Running Selected Tests 133 Running Tests in Parallel
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/life-cycles/ |
| H A D | README.md | 17 Running `make` will produce a number of `.txt` and `.png` files.
|
| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | ntp-keygen.texi | 32 * Running the Program:: 56 @node Description, Running the Program, Top, Top 126 @node Running the Program, Random Seed File, Description, Top 128 @section Running the Program 177 @node Random Seed File, Cryptographic Data Files, Running the Program, Top
|