HomeSort by: relevance | last modified time | path
    Searched defs:run (Results 1 - 25 of 908) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
HelloWorld.cpp 13 PreservedAnalyses HelloWorldPass::run(Function &F, function in class:HelloWorldPass
HelloWorld.cpp 13 PreservedAnalyses HelloWorldPass::run(Function &F, function in class:HelloWorldPass
StripNonLineTableDebugInfo.cpp 48 StripNonLineTableDebugInfoPass::run(Module &M, ModuleAnalysisManager &AM) { function in class:StripNonLineTableDebugInfoPass
StripNonLineTableDebugInfo.cpp 48 StripNonLineTableDebugInfoPass::run(Module &M, ModuleAnalysisManager &AM) { function in class:StripNonLineTableDebugInfoPass
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IVUsersPrinter.cpp 16 PreservedAnalyses IVUsersPrinterPass::run(Loop &L, LoopAnalysisManager &AM, function in class:IVUsersPrinterPass
IVUsersPrinter.cpp 16 PreservedAnalyses IVUsersPrinterPass::run(Loop &L, LoopAnalysisManager &AM, function in class:IVUsersPrinterPass
LoopAccessAnalysisPrinter.cpp 16 LoopAccessInfoPrinterPass::run(Loop &L, LoopAnalysisManager &AM, function in class:LoopAccessInfoPrinterPass
LoopAccessAnalysisPrinter.cpp 16 LoopAccessInfoPrinterPass::run(Loop &L, LoopAnalysisManager &AM, function in class:LoopAccessInfoPrinterPass
  /src/external/bsd/kyua-cli/dist/cli/
cmd_db_migrate.cpp 65 cmd_db_migrate::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, function in class:cmd_db_migrate
cmd_db_migrate.cpp 65 cmd_db_migrate::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, function in class:cmd_db_migrate
cmd_debug.cpp 74 cmd_debug::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, function in class:cmd_debug
cmd_debug.cpp 74 cmd_debug::run(cmdline::ui* ui, const cmdline::parsed_cmdline& cmdline, function in class:cmd_debug
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
clang-format-sublime.py 30 def run(self, edit): member in class:ClangFormatCommand
clang-format-sublime.py 30 def run(self, edit): member in class:ClangFormatCommand
  /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
mdoc2man 159 Mdoc::def_macro($_, delete $m->{run}, %$m);
167 sub run { subroutine
190 exit run(@ARGV) unless caller;
mdoc2texi 109 Mdoc::def_macro('.Ed', delete $orig_ed->{run}, %$orig_ed);
136 Mdoc::def_macro($_, delete $m->{run}, %$m);
149 sub run { subroutine
162 exit run(@ARGV) unless caller;
mdoc2man 159 Mdoc::def_macro($_, delete $m->{run}, %$m);
167 sub run { subroutine
190 exit run(@ARGV) unless caller;
mdoc2texi 109 Mdoc::def_macro('.Ed', delete $orig_ed->{run}, %$orig_ed);
136 Mdoc::def_macro($_, delete $m->{run}, %$m);
149 sub run { subroutine
162 exit run(@ARGV) unless caller;
  /src/usr.bin/sys_info/
sys_info.sh 88 run() { function
89 # must send to stderr, as run is used in $() sometimes.
107 run "awk --version | awk '{ print \$1 \"-\" \$3 }'"
110 run "named -v | awk '{ gsub(\"-\", \"\", \$2); gsub(\"P\", \"pl\", \$2); print tolower(\$1) \"-\" \$2 }'"
113 v=$(run "${destdir}/usr/libexec/httpd -G")
116 run "strings -a ${destdir}/usr/libexec/httpd | awk -F/ '\$1 == \"bozohttpd\" && NF == 2 { print \$1 \"-\" \$2; exit }'"
124 run "bzip2 --help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"bzip2-\" \$7; exit }'"
127 v=$(run "calendar -v" || true)
134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q"
137 run "dtc --version | sed 's/Version: DTC /dtc-/'
    [all...]
sys_info.sh 88 run() { function
89 # must send to stderr, as run is used in $() sometimes.
107 run "awk --version | awk '{ print \$1 \"-\" \$3 }'"
110 run "named -v | awk '{ gsub(\"-\", \"\", \$2); gsub(\"P\", \"pl\", \$2); print tolower(\$1) \"-\" \$2 }'"
113 v=$(run "${destdir}/usr/libexec/httpd -G")
116 run "strings -a ${destdir}/usr/libexec/httpd | awk -F/ '\$1 == \"bozohttpd\" && NF == 2 { print \$1 \"-\" \$2; exit }'"
124 run "bzip2 --help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"bzip2-\" \$7; exit }'"
127 v=$(run "calendar -v" || true)
134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q"
137 run "dtc --version | sed 's/Version: DTC /dtc-/'
    [all...]
  /src/external/bsd/less/dist/lesstest/
runtest 4 # Run one or more test files.
43 $errs += run(rfile($file, $cwd));
50 # Run a test as directed by a lt file.
51 sub run { subroutine
90 $errs += run("$dir/$entry");
runtest 4 # Run one or more test files.
43 $errs += run(rfile($file, $cwd));
50 # Run a test as directed by a lt file.
51 sub run { subroutine
90 $errs += run("$dir/$entry");
  /src/sys/arch/bebox/stand/boot/
srt0.s 105 * run(startsym, endsym, args, bootinfo, entry)
107 .globl run
108 run: label
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Transformer.cpp 29 void Transformer::run(const MatchFinder::MatchResult &Result) { function in class:Transformer
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py 14 def run(source_dir, target_dir): function
48 expected, result = run(source_dir, tmp_dir)

Completed in 89 milliseconds

1 2 3 4 5 6 7 8 91011>>