Home
last modified time | relevance | path

Searched refs:Run (Results 1 – 25 of 250) sorted by relevance

12345678910

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp80 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 DLinePrinter.cpp130 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 DOpcodeJumpIf.cs38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIf
42 base.Run(cpu); in Run()
H A DOpcodeJumpIfNot.cs38 internal override void Run(CPU cpu) in Run() method in OpcodeJumpIfNot
42 base.Run(cpu); in Run()
H A DOpcodeCall.cs49 internal override void Run(CPU cpu) in Run() method in OpcodeCall
51 target.Run(cpu); in Run()
H A DOpcodeRet.cs30 internal override void Run(CPU cpu) in Run() method in OpcodeRet
H A DOpcodeGetLocal.cs37 internal override void Run(CPU cpu) in Run() method in OpcodeGetLocal
H A DOpcodePutLocal.cs37 internal override void Run(CPU cpu) in Run() method in OpcodePutLocal
H A DOpcode.cs37 internal abstract void Run(CPU cpu); in Run() method in Opcode
/freebsd-13.1/sys/contrib/openzfs/etc/default/
H A Dzfs.in12 # 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 DREADME5 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 Dmini_bench_local.cpp12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
H A Dmini_bench_shared.cpp12 void Run(int idx) { in Run() function
21 Run(idx); in Thread()
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest.py114 def Run(args): function
156 output = Run(args)
H A Dgoogletest-throw-on-failure-test.py68 def Run(command): function
116 failed = not Run(command)
H A Dgoogletest-break-on-failure-unittest.py76 def Run(command): function
131 has_seg_fault = Run(command)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp141 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 DINSTALL50 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 DCGRecordLayoutBuilder.cpp400 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 DContext.cpp46 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 DREADME11 3. Run kyua:
25 3. Run kyua:
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp132 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 DREADME.md48 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 Dzfsd_main.cc87 ZfsDaemon::Run(); in main()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandlerCursesGUI.h22 void Run() override;

12345678910