Home
last modified time | relevance | path

Searched refs:run_type (Results 1 – 22 of 22) sorted by relevance

/external/libchrome/base/test/
Dmock_callback.h.pump49 $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/
Dprofiling_listener.cc54 void ProfilingListener::OnSingleRunStart(RunType run_type) { in OnSingleRunStart() argument
55 if (run_type == REGULAR) { in OnSingleRunStart()
Dprofiling_listener.h40 void OnSingleRunStart(RunType run_type) override;
Dbenchmark_model.cc144 float max_secs, RunType run_type, in Run() argument
164 listeners_.OnSingleRunStart(run_type); in Run()
Dbenchmark_model.h207 float max_secs, RunType run_type,
/external/google-benchmark/src/
Djson_reporter.cc202 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()
Dcomplexity.cc196 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
218 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
Dreporter.cc87 if (run_type == RT_Aggregate) { in benchmark_name()
Dstatistics.cc151 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dcomplexity.cc192 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
211 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
Djson_reporter.cc173 switch (run.run_type) { in PrintRunData()
181 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
Dreporter.cc87 if (run_type == RT_Aggregate) { in benchmark_name()
Dstatistics.cc151 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc192 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
211 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
Djson_reporter.cc173 switch (run.run_type) { in PrintRunData()
181 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()
Dreporter.cc87 if (run_type == RT_Aggregate) { in benchmark_name()
Dstatistics.cc151 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
/external/google-benchmark/tools/gbench/
Dreport.py258 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/
Dbenchmark.h1325 : 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/
Dbenchmark.h1325 : run_type(RT_Iteration), in Run()
1344 RunType run_type; // is this a measurement, or an aggregate? member
/external/google-benchmark/include/benchmark/
Dbenchmark.h1373 : run_type(RT_Iteration), in Run()
1393 RunType run_type; member
/external/libaom/libaom/av1/encoder/
Dencodeframe.c3867 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()