/external/libchrome/base/test/ |
D | mock_callback.h.pump | 49 $var run_type = [[R($for j, [[A$j]])]] 52 class MockCallback<Callback<$run_type>> { 55 MOCK_METHOD$(i)_T(Run, $run_type); 57 Callback<$run_type> Get() { 66 class MockCallback<OnceCallback<$run_type>> { 69 MOCK_METHOD$(i)_T(Run, $run_type); 71 OnceCallback<$run_type> Get() {
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ |
D | profiling_listener.cc | 54 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart() argument 55 if (run_type == REGULAR) { in OnSingleRunStart()
|
D | profiling_listener.h | 40 void OnSingleRunStart(RunType run_type) override;
|
D | benchmark_model.cc | 144 float max_secs, RunType run_type, in Run() argument 164 listeners_.OnSingleRunStart(run_type); in Run()
|
D | benchmark_model.h | 207 float max_secs, RunType run_type,
|
/external/google-benchmark/src/ |
D | json_reporter.cc | 202 switch (run.run_type) { in PrintRunData() 211 if (run.run_type != BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData() 216 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
|
D | complexity.cc | 196 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO() 218 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
|
D | reporter.cc | 87 if (run_type == RT_Aggregate) { in benchmark_name()
|
D | statistics.cc | 151 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 192 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO() 211 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
|
D | json_reporter.cc | 173 switch (run.run_type) { in PrintRunData() 181 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
|
D | reporter.cc | 87 if (run_type == RT_Aggregate) { in benchmark_name()
|
D | statistics.cc | 151 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
|
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 192 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO() 211 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
|
D | json_reporter.cc | 173 switch (run.run_type) { in PrintRunData() 181 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
|
D | reporter.cc | 87 if (run_type == RT_Aggregate) { in benchmark_name()
|
D | statistics.cc | 151 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
|
/external/google-benchmark/tools/gbench/ |
D | report.py | 258 run_type = partition[0][0]['run_type'] if 'run_type' in partition[0][0] else '' 259 …aggregate_name = partition[0][0]['aggregate_name'] if run_type == 'aggregate' and 'aggregate_name'… 264 'run_type': run_type,
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1325 : run_type(RT_Iteration), in Run() 1344 RunType run_type; // is this a measurement, or an aggregate? member
|
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1325 : run_type(RT_Iteration), in Run() 1344 RunType run_type; // is this a measurement, or an aggregate? member
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1373 : run_type(RT_Iteration), in Run() 1393 RunType run_type; member
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 3867 const RUN_TYPE run_type = emit_output ? OUTPUT_ENABLED : DRY_RUN_NORMAL; in rd_pick_partition() local 3870 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, run_type, bsize, in rd_pick_partition()
|