Searched refs:run_type (Results 1 – 14 of 14) sorted by relevance
77 typedef std::vector<range_type> run_type; typedef78 typedef typename run_type::iterator iterator;79 typedef typename run_type::const_iterator const_iterator;96 run_type run_;
27 using run_type = std::function<void(runner&)>; typedef in boost::beast::unit_test::suite_info33 run_type run_;41 run_type run) in suite_info()
238 switch (run.run_type) { in PrintRunData()247 if (run.run_type != BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()252 if (run.run_type == BenchmarkReporter::Run::RT_Aggregate) { in PrintRunData()270 if (run.run_type != Run::RT_Aggregate || in PrintRunData()
145 } else if (result.run_type != Run::RT_Aggregate || in PrintRunData()166 if (result.run_type == Run::RT_Aggregate && in PrintRunData()
198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()223 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
96 if (run_type == RT_Aggregate) { in benchmark_name()
163 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
831 GSignalFlags run_type; in node_update_single_va_closure() local844 run_type = node->flags & (G_SIGNAL_RUN_FIRST|G_SIGNAL_RUN_LAST|G_SIGNAL_RUN_CLEANUP); in node_update_single_va_closure()846 if (run_type == G_SIGNAL_RUN_FIRST || in node_update_single_va_closure()847 run_type == G_SIGNAL_RUN_LAST) in node_update_single_va_closure()850 is_after = (run_type == G_SIGNAL_RUN_LAST); in node_update_single_va_closure()3244 ihint->run_type &= ~G_SIGNAL_ACCUMULATOR_FIRST_RUN; in accumulate()3306 GSignalFlags run_type = G_SIGNAL_RUN_FIRST; in g_signal_emit_valist() local3315 run_type = G_SIGNAL_RUN_LAST; in g_signal_emit_valist()3317 run_type = G_SIGNAL_RUN_FIRST; in g_signal_emit_valist()3344 run_type = G_SIGNAL_RUN_LAST; in g_signal_emit_valist()[all …]
234 GSignalFlags run_type; member
911 g_assert_cmpflags (GSignalFlags, hint->run_type, ==, ihint->run_type); in custom_marshaller_callback()1202 if (ihint->run_type & G_SIGNAL_ACCUMULATOR_FIRST_RUN) in accumulator_sum()1206 g_assert_true (ihint->run_type & G_SIGNAL_RUN_FIRST); in accumulator_sum()1207 g_assert_false (ihint->run_type & G_SIGNAL_RUN_LAST); in accumulator_sum()1209 else if (ihint->run_type & G_SIGNAL_RUN_FIRST) in accumulator_sum()1214 g_assert_false (ihint->run_type & G_SIGNAL_RUN_LAST); in accumulator_sum()1216 else if (ihint->run_type & G_SIGNAL_RUN_LAST) in accumulator_sum()1221 g_assert_false (ihint->run_type & G_SIGNAL_RUN_FIRST); in accumulator_sum()
288 run_type = partition[0][0]['run_type'] if 'run_type' in partition[0][0] else ''289 …aggregate_name = partition[0][0]['aggregate_name'] if run_type == 'aggregate' and 'aggregate_name'…294 'run_type': run_type,
1528 : run_type(RT_Iteration), in Run()1549 RunType run_type; member
331 GST_DEBUG ("invocation %d, %d", ihint->run_type, myboolean); in _gst_boolean_accumulator()