Searched refs:repetitions_ (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/art/tools/art_verifier/ |
H A D | art_verifier.cc | 115 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 D | benchmark_api_internal.cc | 26 repetitions_(benchmark_.repetitions_), in BenchmarkInstance() 64 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance() 65 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance()
|
H A D | benchmark_api_internal.h | 37 int repetitions() const { return repetitions_; } in repetitions() 64 int repetitions_; variable
|
H A D | benchmark_register.cc | 216 repetitions_(0), in Benchmark() 376 repetitions_ = n; in Repetitions()
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | benchmark_api_internal.cc | 26 repetitions_(benchmark_.repetitions_), in BenchmarkInstance() 64 if (benchmark_.repetitions_ != 0) { in BenchmarkInstance() 65 name_.repetitions = StrFormat("repeats:%d", benchmark_.repetitions_); in BenchmarkInstance()
|
H A D | benchmark_api_internal.h | 37 int repetitions() const { return repetitions_; } in repetitions() 65 int repetitions_; variable
|
H A D | benchmark_register.cc | 216 repetitions_(0), in Benchmark() 376 repetitions_ = n; in Repetitions()
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | benchmark_register.cc | 164 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 D | benchmark.h | 954 int repetitions_; variable
|
/aosp_15_r20/external/google-benchmark/include/benchmark/ |
H A D | benchmark.h | 1347 int repetitions_; variable
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/ |
H A D | benchmark.h | 1306 int repetitions_; variable
|