| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| vfork-multi-thread.exp | 56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } { 65 gdb_test_no_output "set schedule-multiple ${schedule-multiple}" 90 foreach_with_prefix schedule-multiple {off on} { 91 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}
|
| vfork-multi-inferior.exp | 63 # - schedule-multiple: set "schedule-multiple on", this will make "continue" 91 # Only enable schedule-multiple this late, because of: 93 if { $method == "schedule-multiple" } { 94 gdb_test_no_output "set schedule-multiple on" 110 foreach_with_prefix method {schedule-multiple non-stop} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| vfork-multi-thread.exp | 56 proc do_test { target-non-stop non-stop follow-fork-mode detach-on-fork schedule-multiple } { 65 gdb_test_no_output "set schedule-multiple ${schedule-multiple}" 90 foreach_with_prefix schedule-multiple {off on} { 91 do_test ${target-non-stop} ${non-stop} ${follow-fork-mode} ${detach-on-fork} ${schedule-multiple}
|
| vfork-multi-inferior.exp | 63 # - schedule-multiple: set "schedule-multiple on", this will make "continue" 91 # Only enable schedule-multiple this late, because of: 93 if { $method == "schedule-multiple" } { 94 gdb_test_no_output "set schedule-multiple on" 110 foreach_with_prefix method {schedule-multiple non-stop} {
|
| /src/tests/usr.bin/xlint/lint2/ |
| msg_003.exp | 2 function has multiple definitions in msg_003_a.c(10) and msg_003_b.c(10) [lint2:003]
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_utils.h | 64 constexpr size_t nearest_boundary(size_t number, size_t multiple) { 65 return multiple * ((number / multiple) + (number % multiple ? 1 : 0));
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| dml_inline_defs.h | 116 unsigned int multiple, 121 if (multiple == 0) 124 remainder = num % multiple; 130 return (num + multiple - remainder);
|
| /src/external/zlib/pigz/dist/ |
| pigz.spec | 1 Summary: pigz is a parallel implementation of gzip which utilizes multiple cores 13 pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries.
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| cec-system-call.S | 2 # multiple CEC levels (like in a Linux system call)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| cec-system-call.S | 2 # multiple CEC levels (like in a Linux system call)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| fork-running-state.exp | 64 gdb_test_no_output "set schedule-multiple $schedule_multiple" 140 # set schedule-multiple on|off 148 foreach_with_prefix schedule-multiple {"on" "off"} { 149 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
|
| vfork-follow-parent.exp | 19 # schedule-multiple on" or "set detach-on-fork on". Test these two resolution 51 # or "schedule-multiple" (the two alternatives the message suggests to the 88 } elseif { $resolution_method == "schedule-multiple" } { 92 gdb_test "set schedule-multiple on" 113 foreach_with_prefix resolution_method {detach-on-fork schedule-multiple} {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| fork-running-state.exp | 64 gdb_test_no_output "set schedule-multiple $schedule_multiple" 140 # set schedule-multiple on|off 148 foreach_with_prefix schedule-multiple {"on" "off"} { 149 do_test ${detach-on-fork} ${follow-fork} "off" ${schedule-multiple}
|
| vfork-follow-parent.exp | 19 # schedule-multiple on" or "set detach-on-fork on". Test these two resolution 51 # or "schedule-multiple" (the two alternatives the message suggests to the 88 } elseif { $resolution_method == "schedule-multiple" } { 92 gdb_test "set schedule-multiple on" 113 foreach_with_prefix resolution_method {detach-on-fork schedule-multiple} {
|
| /src/external/historical/nawk/dist/testdir/ |
| T.-f-f | 2 echo T.-f-f: check multiple -f arguments 11 diff foo foo3 || echo 'BAD: T.-f-f multiple -fs'
|
| /src/external/apache2/llvm/dist/llvm/utils/docker/ |
| build_docker_image.sh | 34 -c|--cherrypick revision to cherry-pick. Can be specified multiple times. 43 Can be specified multiple times. 49 the resulting archive. Can be specified multiple times.
|
| /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/ |
| checkout.sh | 24 -c|--cherrypick revision to cherry-pick. Can be specified multiple times. 32 Can be specified multiple times.
|
| build_install_llvm.sh | 23 the resulting archive. Can be specified multiple times.
|
| /src/external/mpl/bind/dist/bin/tests/system/addzone/ns2/ |
| named2.conf.j2 | 59 # up correctly when using multiple named ACLs (regression test for RT #22739)
|
| /src/external/mpl/bind/dist/doc/misc/ |
| parsegrammar.py | 31 "may occur multiple times" 37 "may occur multiple times" 67 "may occur multiple times", 83 - multiple /* comments on a single line 100 "unsupported line with multiple /* comments", line
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gp-display-src.cc | 76 int multiple; member in class:er_src 107 multiple = 0; 154 " differentiate in case of multiple occurences with\n" 342 if (!multiple) 372 multiple++; 436 multiple++; 510 else if (v_opt && !multiple && !exe && !str_compcom) // just er_src -V 527 multiple++; 545 multiple++; 553 multiple++ [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| gp-display-src.cc | 76 int multiple; member in class:er_src 107 multiple = 0; 154 " differentiate in case of multiple occurences with\n" 342 if (!multiple) 372 multiple++; 436 multiple++; 510 else if (v_opt && !multiple && !exe && !str_compcom) // just er_src -V 527 multiple++; 545 multiple++; 553 multiple++ [all...] |
| /src/usr.bin/error/ |
| pi.c | 157 static bool structured, multiple; variable 420 multiple = false; 424 || (multiple = (cur_wordc == 9 && wordv_eq(cur_wordv+1,6, pi_multiple))) 433 if (!multiple)
|
| /src/usr.bin/make/unit-tests/ |
| directive-ifndef.mk | 3 # Tests for the .ifndef directive, which can be used for multiple-inclusion 28 # The '.ifndef' directive can be used with multiple arguments, even negating
|
| dollar.exp | 41 For some reason, multiple dollars are folded into one. 47 For some reason, multiple dollars are folded into one.
|