Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/utility/chset/
Drange_run.hpp77 typedef std::vector<range_type> run_type; typedef
78 typedef typename run_type::iterator iterator;
79 typedef typename run_type::const_iterator const_iterator;
96 run_type run_;
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/
Dsuite_info.hpp27 using run_type = std::function<void(runner&)>; typedef in boost::beast::unit_test::suite_info
33 run_type run_;
41 run_type run) in suite_info()
/third_party/boost/boost/beast/_experimental/unit_test/
Dsuite_info.hpp27 using run_type = std::function<void(runner&)>; typedef in boost::beast::unit_test::suite_info
33 run_type run_;
41 run_type run) in suite_info()
/third_party/benchmark/src/
Djson_reporter.cc238 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()
Dconsole_reporter.cc145 } else if (result.run_type != Run::RT_Aggregate || in PrintRunData()
166 if (result.run_type == Run::RT_Aggregate && in PrintRunData()
Dcomplexity.cc198 big_o.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
223 rms.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeBigO()
Dreporter.cc96 if (run_type == RT_Aggregate) { in benchmark_name()
Dstatistics.cc163 data.run_type = BenchmarkReporter::Run::RT_Aggregate; in ComputeStats()
/third_party/glib/gobject/
Dgsignal.c831 GSignalFlags run_type; in node_update_single_va_closure() local
844 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() local
3315 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 …]
Dgsignal.h234 GSignalFlags run_type; member
/third_party/glib/gobject/tests/
Dsignals.c911 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()
/third_party/benchmark/tools/gbench/
Dreport.py288 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,
/third_party/benchmark/include/benchmark/
Dbenchmark.h1528 : run_type(RT_Iteration), in Run()
1549 RunType run_type; member
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c331 GST_DEBUG ("invocation %d, %d", ihint->run_type, myboolean); in _gst_boolean_accumulator()