Searched refs:Runs (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | LinePrinter.cpp | 140 std::vector<Run> Runs; in computeBlockRuns() local 142 return Runs; in computeBlockRuns() 148 Runs.emplace_back(CurrentBlock); in computeBlockRuns() 150 Run *CurrentRun = &Runs.back(); in computeBlockRuns() 153 Runs.emplace_back(NextBlock); in computeBlockRuns() 154 CurrentRun = &Runs.back(); in computeBlockRuns() 162 return Runs; in computeBlockRuns() 165 static std::pair<Run, uint32_t> findRun(uint32_t Offset, ArrayRef<Run> Runs) { in findRun() argument 166 for (const auto &R : Runs) { in findRun() 217 auto Runs = computeBlockRuns(File.getBlockSize(), Stream); in formatMsfStreamData() local [all …]
|
| /freebsd-12-stable/secure/caroot/ |
| D | README | 32 Runs a perl script (MAca-bundle.pl) on the downloaded certdata.txt
|
| /freebsd-12-stable/contrib/byacc/ |
| D | vmsbuild.com | 180 $! Runs BYACC from the current directory (used for testing)
|
| /freebsd-12-stable/contrib/llvm-project/lldb/docs/man/ |
| D | lldb-server.rst | 36 Runs the server using the gdb-remote protocol. LLDB can afterwards 41 Runs the platform server. LLDB can afterwards connect to the server using
|
| D | lldb.rst | 224 Runs lldb in REPL mode with a stub process with the given flags.
|
| /freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/ |
| D | Options.td | 64 HelpText<"Runs lldb in REPL mode with a stub process.">, 72 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerDriver.cpp | 849 int Runs = std::max(1, Flags.runs); in FuzzerDriver() local 851 Inputs->size(), Runs); in FuzzerDriver() 855 for (int Iter = 0; Iter < Runs; Iter++) in FuzzerDriver()
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | gcov.texi | 295 -: 0:Runs:1 323 -: 0:Runs:1 382 -: 0:Runs:1
|
| D | invoke.texi | 2602 even if never dereferenced. Runs in the frontend only. 2608 incomplete types. Runs in the frontend only.
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | configure.ac | 81 # Runs configure.host, finds CC, CXX, and assorted other critical bits. Sets
|
| /freebsd-12-stable/contrib/atf/atf-sh/ |
| D | libatf-sh.subr | 568 # Runs the specified test case. Prints its exit status to the
|
| /freebsd-12-stable/contrib/googletest/googletest/docs/ |
| D | advanced.md | 2043 * `./foo_test --gtest_filter=FooTest.*` Runs everything in test case `FooTest` 2045 * `./foo_test --gtest_filter=*Null*:*Constructor*` Runs any test whose full 2047 * `./foo_test --gtest_filter=-*DeathTest.*` Runs all non-death tests. 2048 * `./foo_test --gtest_filter=FooTest.*-FooTest.Bar` Runs everything in test 2050 * `./foo_test --gtest_filter=FooTest.*:BarTest.*-FooTest.Bar:BarTest.Foo` Runs
|
| D | primer.md | 454 * Runs the test on the fixture object.
|
| /freebsd-12-stable/secure/lib/libcrypto/aarch64/ |
| D | vpaes-armv8.S | 808 ## Runs one main round of the key schedule on %xmm0, %xmm7
|
| /freebsd-12-stable/contrib/diff/doc/ |
| D | diff.texi | 2626 * Dry Runs:: Predicting what @command{patch} will do. 2738 @node Dry Runs 4147 any files. @xref{Dry Runs}.
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 6532 * amd/test1.sh: simple test script for "make check". Runs "amd
|