/third_party/boost/boost/xpressive/detail/utility/chset/ |
D | range_run.hpp | 77 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/boost/beast/_experimental/unit_test/ |
D | suite_info.hpp | 27 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/ |
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()
|
/third_party/glib/gobject/ |
D | gsignal.c | 831 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 …]
|
D | gsignal.h | 234 GSignalFlags run_type; member
|
/third_party/glib/gobject/tests/ |
D | signals.c | 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()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturidecodebin.c | 254 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_accumulator() 271 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_or_accumulator() 284 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_array_accumulator() 297 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_select_accumulator() 317 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_array_hasvalue_accumulator()
|
D | gstparsebin.c | 537 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_accumulator() 554 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_or_accumulator() 568 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_array_accumulator() 581 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_select_accumulator() 601 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_array_hasvalue_accumulator()
|
D | gsturidecodebin3.c | 345 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_int_accumulator()
|
D | gstdecodebin2.c | 640 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_accumulator() 657 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_or_accumulator() 671 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_array_accumulator() 684 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_select_accumulator() 704 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_array_hasvalue_accumulator()
|
D | gstdecodebin3.c | 528 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_int_accumulator()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1370 : run_type(RT_Iteration), in Run() 1390 RunType run_type; member
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbin.c | 324 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_boolean_accumulator() 327 GST_DEBUG ("invocation %d, %d", ihint->run_type, myboolean); in _gst_boolean_accumulator()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpbin.c | 1895 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_element_accumulator() 1911 if (!(ihint->run_type & G_SIGNAL_RUN_CLEANUP)) in _gst_caps_accumulator()
|