| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 80 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process() local 81 LLVM_DEBUG(llvm::dbgs() << "Run " << Run << "...\n"); in process() 85 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) { in process() 86 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i])); in process() 94 llvm::dbgs() << "Replacements for run " << Run << ":\n"; in process()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | LinePrinter.cpp | 130 struct Run { struct 131 Run() = default; 132 explicit Run(uint32_t Block) : Block(Block) {} in Run() argument 138 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns() 140 std::vector<Run> Runs; in computeBlockRuns() 150 Run *CurrentRun = &Runs.back(); in computeBlockRuns() 165 static std::pair<Run, uint32_t> findRun(uint32_t Offset, ArrayRef<Run> Runs) { in findRun() 224 Run FoundRun; in formatMsfStreamData()
|
| /freebsd-13.1/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()
|
| H A D | OpcodeRet.cs | 30 internal override void Run(CPU cpu) in Run() method in OpcodeRet
|
| H A D | OpcodeGetLocal.cs | 37 internal override void Run(CPU cpu) in Run() method in OpcodeGetLocal
|
| H A D | OpcodePutLocal.cs | 37 internal override void Run(CPU cpu) in Run() method in OpcodePutLocal
|
| H A D | Opcode.cs | 37 internal abstract void Run(CPU cpu); in Run() method in Opcode
|
| /freebsd-13.1/sys/contrib/openzfs/etc/default/ |
| H A D | zfs.in | 12 # Run `zfs load-key` during system start? 15 # Run `zfs unload-key` during system stop? 18 # Run `zfs mount -a` during system start? 21 # Run `zfs unmount -a` during system stop? 24 # Run `zfs share -a` during system start? 28 # Run `zfs unshare -a` during system stop?
|
| /freebsd-13.1/usr.bin/lastcomm/tests/ |
| H A D | README | 5 1. Run values.sh for a given architecture and accounting version. 7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/googletest/googletest/test/ |
| H A D | googletest-list-tests-unittest.py | 114 def Run(args): function 156 output = Run(args)
|
| H A D | googletest-throw-on-failure-test.py | 68 def Run(command): function 116 failed = not Run(command)
|
| H A D | googletest-break-on-failure-unittest.py | 76 def Run(command): function 131 has_seg_fault = Run(command)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 141 changeset_ty Run(); 309 DAGDeltaAlgorithmImpl::Run() { in Run() function in DAGDeltaAlgorithmImpl 329 changeset_ty CurrentMinSet = Helper.Run(CurrentSet); in Run() 358 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() function in DAGDeltaAlgorithm 360 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
|
| /freebsd-13.1/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 73 8. Run "sudo make install". If you intend to build a binary 78 9. Run the command "sudo makewhatis" to build mandoc.db(5) databases 150 1. Run "make distclean". 152 2. Run "./configure"
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGRecordLayoutBuilder.cpp | 400 RecordDecl::field_iterator Run = FieldEnd; in accumulateBitFields() local 410 Run = FieldEnd; in accumulateBitFields() 417 if (Run == FieldEnd || BitOffset >= Tail) { in accumulateBitFields() 418 Run = Field; in accumulateBitFields() 459 if (Run == FieldEnd) { in accumulateBitFields() 465 Run = Field; in accumulateBitFields() 501 for (; Run != Field; ++Run) in accumulateBitFields() 503 MemberInfo::Field, nullptr, *Run)); in accumulateBitFields() 504 Run = FieldEnd; in accumulateBitFields()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 46 return Run(Parent, Func, Dummy); in isPotentialConstantExpr() 113 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run() function in Context
|
| /freebsd-13.1/share/doc/pjdfstest/ |
| H A D | README | 11 3. Run kyua: 25 3. Run kyua:
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | ScriptInterpreterLua.cpp | 132 if (llvm::Error error = m_script_interpreter.GetLua().Run(data)) in IOHandlerInputComplete() 183 if (llvm::Error e = m_lua->Run(command)) { in ExecuteOneLine() 245 return m_lua->Run(llvm::formatv(fmt_str, debugger_id).str()); in EnterSession() 259 return m_lua->Run(str); in LeaveSession()
|
| /freebsd-13.1/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
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_main.cc | 87 ZfsDaemon::Run(); in main()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | IOHandlerCursesGUI.h | 22 void Run() override;
|