| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 116 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process() local 117 const auto &Lines = UnwrappedLines[Run]; in process() 118 LLVM_DEBUG(llvm::dbgs() << "Run " << Run << "...\n"); in process() 133 llvm::dbgs() << "Replacements for run " << Run << ":\n"; in process()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 135 struct Run { struct 136 Run() = default; 137 explicit Run(uint32_t Block) : Block(Block) {} in Run() argument 143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns() 145 std::vector<Run> Runs; in computeBlockRuns() 155 Run *CurrentRun = &Runs.back(); in computeBlockRuns() 171 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) { in findRun() 230 Run FoundRun; in formatMsfStreamData()
|
| /src/contrib/bearssl/T0/ |
| H A D | OpcodeJumpIf.cs | 38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIf 42 base.Run(cpu); in Run()
|
| H A D | OpcodeJumpIfNot.cs | 38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIfNot 42 base.Run(cpu); in Run()
|
| H A D | OpcodeCall.cs | 49 internal override void Run(CPU cpu) in Run() method in OpcodeCall 51 target.Run(cpu); in Run()
|
| /src/sys/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 14 # Run `zfs load-key` during system start? 17 # Run `zfs unload-key` during system stop? 20 # Run `zfs mount -a` during system start? 23 # Run `zfs unmount -a` during system stop? 26 # Run `zfs share -a` during system start? 30 # Run `zfs unshare -a` during system stop?
|
| /src/usr.bin/lastcomm/tests/ |
| H A D | README | 4 1. Run values.sh for a given architecture and accounting version. 6 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | mini_bench_local.cpp | 12 void Run(int idx) { in Run() function 21 Run(idx); in Thread()
|
| H A D | mini_bench_shared.cpp | 12 void Run(int idx) { in Run() function 21 Run(idx); in Thread()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 140 changeset_ty Run(); 301 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl 321 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run() 349 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm 351 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
|
| /src/contrib/googletest/googletest/test/ |
| H A D | googletest-list-tests-unittest.py | 120 def Run(args): function 164 output = Run(args)
|
| H A D | googletest-throw-on-failure-test.py | 75 def Run(command): function 124 failed = not Run(command)
|
| H A D | googletest-break-on-failure-unittest.py | 77 def Run(command): function 136 has_seg_fault = Run(command)
|
| /src/contrib/mandoc/ |
| H A D | INSTALL | 50 4. Run "./configure". 58 5. Run "make". 63 6. Run "make -n install" and check whether everything will be 78 8. Run "sudo make install". If you intend to build a binary 83 9. Run the command "sudo makewhatis" to build mandoc.db(5) databases 155 1. Run "make distclean". 157 2. Run "./configure"
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepot.cpp | 110 void Run(); 137 reinterpret_cast<CompressThread *>(arg)->Run(); in NewWorkNotify() 151 void CompressThread::Run() { in Run() function in __sanitizer::__anonef111b120111::CompressThread
|
| /src/crypto/openssl/test/ |
| H A D | README.md | 5 Run: 99 Run all tests except for the fuzz tests: 107 Run all tests that have a name starting with "test_ssl" but not those 112 Run only test group 10: 116 Run all tests except the slow group (group 99): 120 Run all tests in test groups 80 to 99 except for tests in group 90:
|
| /src/share/doc/pjdfstest/ |
| H A D | README | 11 3. Run kyua: 25 3. Run kyua:
|
| /src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 133 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete() 190 if (llvm::Error e = m_lua->Run(command)) { in ExecuteOneLine() 251 return m_lua->Run(llvm::formatv(fmt_str, debugger_id).str()); in EnterSession() 265 return m_lua->Run(str); in LeaveSession()
|
| /src/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | README.md | 48 2. Run `python3 prepare.py <version>` to generate the `Makefile`, where 51 4. Run `make` to download and build the binaries and create the NuGet package. 56 6. Run `make test` to perform a quick test of the NuGet package. Verify that
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ReleaseModeModelRunner.h | 131 CompiledModel->Run(); in evaluateUntyped() 151 void Run() { llvm_unreachable(NOOP_MODEL_ERRMSG); } in Run() function
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sarif.cpp | 293 json::Object &Run = getCurrentRun(); in endRun() local 294 json::Array *Artifacts = Run.getArray("artifacts"); in endRun() 408 json::Object &Run = getCurrentRun(); in appendResult() local 409 json::Array *Results = Run.getArray("results"); in appendResult()
|
| /src/sys/contrib/openzfs/tests/ |
| H A D | README.md | 98 -r RUNFILES Run tests in RUNFILES (default: common.run,linux.run) 100 -t PATH Run single test at PATH relative to test suite 104 -u USER Run single test as USER (default: root) 165 5. Run Test case 246 # Run function "cleanup" on exit 258 * Run Test case, which can be done in two ways. Described in detail above in
|
| /src/contrib/libpcap/doc/ |
| H A D | README.windows.md | 185 Run the command 201 Run the command 217 Run the command 232 Run the command 248 Run the command 263 Run the command
|
| /src/tools/build/options/ |
| H A D | WITH_RUN_TESTS | 1 Run tests as part of the build.
|
| /src/contrib/googletest/ |
| H A D | .clang-format | 1 # Run manually to reformat a file:
|