Searched refs:Runs (Results 1 – 14 of 14) sorted by relevance
145 std::vector<Run> Runs; in computeBlockRuns() local147 return Runs; in computeBlockRuns()153 Runs.emplace_back(CurrentBlock); in computeBlockRuns()155 Run *CurrentRun = &Runs.back(); in computeBlockRuns()158 Runs.emplace_back(NextBlock); in computeBlockRuns()159 CurrentRun = &Runs.back(); in computeBlockRuns()168 return Runs; in computeBlockRuns()171 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) { in findRun() argument172 for (const auto &R : Runs) { in findRun()223 auto Runs = computeBlockRuns(File.getBlockSize(), Stream); in formatMsfStreamData() local[all …]
251 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentTool()253 return *Runs.back().getAsObject()->get("tool")->getAsObject(); in getCurrentTool()270 assert(!Runs.empty() && "There are no runs associated with the document!"); in endRun()364 Runs.emplace_back(std::move(TheRun)); in createRun()375 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentRun()376 return *Runs.back().getAsObject(); in getCurrentRun()421 if (!Runs.empty()) in createDocument()422 Doc["runs"] = json::Array(Runs); in createDocument()
31 Runs a perl script (MAca-bundle.pl) on the downloaded certdata.txt
180 $! Runs BYACC from the current directory (used for testing)
36 Runs the server using the gdb-remote protocol. LLDB can afterwards41 Runs the platform server. LLDB can afterwards connect to the server using
224 Runs lldb in REPL mode with a stub process with the given flags.
68 HelpText<"Runs lldb in REPL mode with a stub process.">,76 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
493 llvm::json::Array Runs; variable
856 int Runs = std::max(1, Flags.runs); in FuzzerDriver() local858 Inputs->size(), Runs); in FuzzerDriver()862 for (int Iter = 0; Iter < Runs; Iter++) in FuzzerDriver()
72 - Runs the FIPS module self tests
596 # Runs the specified test case. Prints its exit status to the
1865 * `./foo_test --gtest_filter=FooTest.*` Runs everything in test suite1867 * `./foo_test --gtest_filter=*Null*:*Constructor*` Runs any test whose full1869 * `./foo_test --gtest_filter=-*DeathTest.*` Runs all non-death tests.1870 * `./foo_test --gtest_filter=FooTest.*-FooTest.Bar` Runs everything in test1872 * `./foo_test --gtest_filter=FooTest.*:BarTest.*-FooTest.Bar:BarTest.Foo` Runs
356 * Runs the test on the fixture object.
2626 * Dry Runs:: Predicting what @command{patch} will do.2738 @node Dry Runs4147 any files. @xref{Dry Runs}.