Home
last modified time | relevance | path

Searched refs:repetitions_ (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/tools/art_verifier/
H A Dart_verifier.cc115 repetitions_ = strtoul(raw_option + strlen("--repetitions="), &end, 10); in ParseCustom()
170 size_t repetitions_ = 0u; member
191 ? std::max(static_cast<size_t>(1u), args_->repetitions_) in ExecuteWithRuntime()
197 if (args_->dex_file_verifier_ && args_->repetitions_ != 0) { in ExecuteWithRuntime()
228 const size_t verifier_reps = std::max(static_cast<size_t>(1u), args_->repetitions_); in ExecuteWithRuntime()
232 if (args_->repetitions_ != 0) { in ExecuteWithRuntime()
240 if (args_->repetitions_ == 0) { in ExecuteWithRuntime()
260 if (args_->repetitions_ == 0) { in ExecuteWithRuntime()
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dbenchmark_api_internal.cc26 repetitions_(benchmark_.repetitions_), in BenchmarkInstance()
64 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance()
65 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance()
H A Dbenchmark_api_internal.h37 int repetitions() const { return repetitions_; } in repetitions()
64 int repetitions_; variable
H A Dbenchmark_register.cc216 repetitions_(0), in Benchmark()
376 repetitions_ = n; in Repetitions()
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark_api_internal.cc26 repetitions_(benchmark_.repetitions_), in BenchmarkInstance()
64 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance()
65 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance()
H A Dbenchmark_api_internal.h37 int repetitions() const { return repetitions_; } in repetitions()
65 int repetitions_; variable
H A Dbenchmark_register.cc216 repetitions_(0), in Benchmark()
376 repetitions_ = n; in Repetitions()
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc164 instance.repetitions = family->repetitions_; in FindBenchmarks()
198 if (family->repetitions_ != 0) in FindBenchmarks()
199 instance.name += StrFormat("/repeats:%d", family->repetitions_); in FindBenchmarks()
249 repetitions_(0), in Benchmark()
372 repetitions_ = n; in Repetitions()
/aosp_15_r20/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h954 int repetitions_; variable
/aosp_15_r20/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1347 int repetitions_; variable
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/
H A Dbenchmark.h1306 int repetitions_; variable