Home
last modified time | relevance | path

Searched defs:Runs (Results 1 – 3 of 3) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerDriver.cpp475 int Runs = std::max(1, Flags.runs); in FuzzerDriver() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h438 void setRunCount(uint32_t Runs) { RunCount = Runs; } in setRunCount()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1822 std::vector<BenchmarkReporter::Run> Runs; member