/external/libcxx/utils/google-benchmark/test/ |
D | reporter_output_test.cc | 260 BENCHMARK(BM_Repeat)->Repetitions(2); 294 BENCHMARK(BM_Repeat)->Repetitions(3); 333 BENCHMARK(BM_Repeat)->Repetitions(4); 383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly(); 467 ->Repetitions(3) 518 ->Repetitions(3)
|
D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
D | display_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
|
D | options_test.cc | 37 BENCHMARK(BM_basic)->Repetitions(3);
|
D | user_counters_thousands_test.cc | 28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
|
/external/google-benchmark/test/ |
D | reporter_output_test.cc | 260 BENCHMARK(BM_Repeat)->Repetitions(2); 294 BENCHMARK(BM_Repeat)->Repetitions(3); 333 BENCHMARK(BM_Repeat)->Repetitions(4); 383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly(); 395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly(); 431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly(); 467 ->Repetitions(3) 518 ->Repetitions(3)
|
D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
D | display_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
|
D | options_test.cc | 37 BENCHMARK(BM_basic)->Repetitions(3);
|
D | user_counters_thousands_test.cc | 28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
|
/external/google-benchmark/src/ |
D | benchmark_register.cc | 370 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_register.cc | 370 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 866 Benchmark* Repetitions(int n);
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 866 Benchmark* Repetitions(int n);
|
/external/python/cpython2/Doc/library/ |
D | warnings.rst | 29 is issued. Repetitions of a particular warning for the same source location are
|
/external/python/cpython3/Doc/library/ |
D | warnings.rst | 26 is issued. Repetitions of a particular warning for the same source location are
|
/external/google-benchmark/ |
D | README.md | 565 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 565 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 174 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching
|
/external/python/cpython3/Doc/howto/ |
D | regex.rst | 178 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching
|