HomeSort by: relevance | last modified time | path
    Searched refs:Run (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
mini_bench_local.cc 12 void Run(int idx) {
21 Run(idx);
mini_bench_shared.cc 12 void Run(int idx) {
21 Run(idx);
  /src/share/mk/
bsd.buildinstall.mk 8 # Run "make dependall && make install" for all subdirectories in a group
  /src/distrib/acorn32/stand/
Makefile 43 SETTYPE_FILES=!BtNetBSD/!Boot !BtNetBSD/!Edit !BtNetBSD/!Help !BtNetBSD/!Run
50 SETTYPE_FILE_!BtNetBSD/!Run=feb
  /src/sys/arch/mips/mips/
cache_r3k_subr.S 70 j v0 # run uncached
154 or v1, MIPS_KSEG1_START # Run uncached.
  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 29 | SRT0.S - Stand-alone Run-Time startup code, part 0
  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 32 | SRT0.S - Stand-alone Run-Time startup code, part 0
37 | This will cause the MC68030 to run with the data cache
105 | Call the run-time startup C code, which will:
  /src/usr.bin/make/unit-tests/
var-op-assign.mk 33 # different. Run make with the -dc option to see the details.
48 # when the variable is defined, the first command is not run at all.
90 # line, since any commands run after that are probably working with
varmod-assign.mk 194 # Run the 'target' test in a separate sub-make, with reduced debug logging.
195 all: run-target
196 run-target: .PHONY
  /src/lib/librumpuser/build-aux/
depcomp 37 Run PROGRAMS ARGS to compile a file, generating dependencies
249 # looking at the text of this script. This case will never be run,
291 # looking at the text of this script. This case will never be run,
561 # looking at the text of this script. This case will never be run,
620 # run, as this mode is specially recognized in the preamble.
766 # looking at the text of this script. This case will never be run,
  /src/sys/external/isc/libsodium/dist/build-aux/
depcomp 37 Run PROGRAMS ARGS to compile a file, generating dependencies
249 # looking at the text of this script. This case will never be run,
291 # looking at the text of this script. This case will never be run,
561 # looking at the text of this script. This case will never be run,
620 # run, as this mode is specially recognized in the preamble.
766 # looking at the text of this script. This case will never be run,
  /src/sys/external/isc/libsodium/dist/
depcomp 37 Run PROGRAMS ARGS to compile a file, generating dependencies
249 # looking at the text of this script. This case will never be run,
291 # looking at the text of this script. This case will never be run,
561 # looking at the text of this script. This case will never be run,
620 # run, as this mode is specially recognized in the preamble.
766 # looking at the text of this script. This case will never be run,
  /src/tests/bin/sh/
t_option.sh 325 # If we do run the test, it should take (slightly over) either 1 or 2
484 -e match:OK -e match:Run:echo \
485 ${TEST_SH} -ec 'PS4=Run:; set -x; echo OK; exit 0'
563 -e match:OK -e match:Run:echo \
564 ${TEST_SH} -ec 'PS4=Run:; set -X; echo OK; exit 0'
997 # That is, it works if just run as "sh -c 'echo $-; set -m; echo $-'"
1021 # tests are run in order sort of names produces, so choose names wisely
1031 # -p (because we aren't going to run tests setuid)
  /src/tests/usr.bin/indent/
t_options.lua 29 -- Run indent on several inputs with different command line options, verifying
38 -- //indent run [options]
41 -- Finishes an '//indent input' or '//indent run' section.
42 -- //indent run-equals-input [options]
45 -- //indent run-equals-prev-output [options]
47 -- the previous run.
49 -- All text outside input..end or run..end directives is not passed to indent.
51 -- Inside the input..end or run..end sections, comments that start with '$'
67 local section = "" -- "", "input" or "run"
183 warn(lineno, "run section needs 1 empty line above,
    [all...]

Completed in 244 milliseconds