Home
last modified time | relevance | path

Searched refs:event_type (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c112 iJIT_NotifyEvent(iJIT_JVM_EVENT event_type, void *EventSpecificData) in iJIT_NotifyEvent() argument
152 if ((event_type == iJVM_EVENT_TYPE_ENTER_NIDS || in iJIT_NotifyEvent()
153 event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) && in iJIT_NotifyEvent()
162 if (event_type == iJVM_EVENT_TYPE_ENTER_NIDS) in iJIT_NotifyEvent()
200 if (event_type == iJVM_EVENT_TYPE_LEAVE_NIDS) in iJIT_NotifyEvent()
229 if (event_type == iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED) in iJIT_NotifyEvent()
236 ReturnValue = (int)FUNC_NotifyEvent(event_type, EventSpecificData); in iJIT_NotifyEvent()
/third_party/boost/boost/geometry/algorithms/detail/
Dmax_interval_gap.hpp230 typedef detail::max_interval_gap::sweep_event<interval_type> event_type; in maximum_gap() typedef
235 event_type, in maximum_gap()
236 std::vector<event_type>, in maximum_gap()
237 detail::max_interval_gap::event_greater<event_type> in maximum_gap()
242 detail::max_interval_gap::event_visitor<event_type> sweep_visitor; in maximum_gap()
Dsweep.hpp51 typedef typename PriorityQueue::value_type event_type; in sweep() typedef
56 event_type event = queue.top(); in sweep()
/third_party/glib/gio/tests/
Dtestfilemonitor.c55 gint event_type; member
97 g_enum_get_value (G_ENUM_CLASS (class), event->event_type)->value_nick, in output_event()
142 if (e1->event_type != e2->event_type && env & KQUEUE) in check_expected_events()
147 if (e1->event_type == G_FILE_MONITOR_EVENT_RENAMED) in check_expected_events()
155 if (e2->event_type != G_FILE_MONITOR_EVENT_DELETED) in check_expected_events()
157 if (e2_next->event_type != G_FILE_MONITOR_EVENT_CREATED) in check_expected_events()
180 else if (e1->event_type == G_FILE_MONITOR_EVENT_MOVED_IN) in check_expected_events()
182 if (e2->event_type != G_FILE_MONITOR_EVENT_CREATED) in check_expected_events()
186 else if (e1->event_type == G_FILE_MONITOR_EVENT_MOVED_OUT) in check_expected_events()
188 if (e2->event_type != G_FILE_MONITOR_EVENT_DELETED) in check_expected_events()
[all …]
/third_party/boost/boost/log/sinks/
Devent_log_backend.hpp73 public basic_direct_mapping< event_type, AttributeValueT >
76 typedef basic_direct_mapping< event_type, AttributeValueT > base_type;
99 public basic_custom_mapping< event_type, AttributeValueT >
102 typedef basic_custom_mapping< event_type, AttributeValueT > base_type;
415 …typedef boost::log::aux::light_function< event_log::event_type (record_view const&) > event_type_m…
530 …typedef boost::log::aux::light_function< event_log::event_type (record_view const&) > event_type_m…
Devent_log_constants.hpp63 enum event_type enum
74 BOOST_LOG_API event_type make_event_type(unsigned short lev);
/third_party/weston/tools/zunitc/src/
Dzuc_collector.c131 enum zuc_event_type event_type, char const *file, int line,
244 enum zuc_event_type event_type, char const *file, int line, in store_event() argument
266 zuc_attach_event(cdata->test, event, event_type, false); in store_event()
290 ptr = pack_int32(ptr, event_type); in store_event()
410 enum zuc_event_type event_type = ZUC_EVENT_IMMEDIATE; in zuc_process_message() local
420 event_type = val; in zuc_process_message()
423 zuc_attach_event(test, evt, event_type, true); in zuc_process_message()
/third_party/gstreamer/gstplugins_good/gst/dtmf/
Dgstdtmfsrc.c291 gint event_type; in gst_dtmf_src_handle_dtmf_event() local
307 if (!gst_structure_get_int (event_structure, "type", &event_type) || in gst_dtmf_src_handle_dtmf_event()
309 (start == TRUE && event_type != GST_TONE_DTMF_TYPE_EVENT)) in gst_dtmf_src_handle_dtmf_event()
485 event->event_type = DTMF_EVENT_TYPE_START; in gst_dtmf_src_add_start_event()
498 event->event_type = DTMF_EVENT_TYPE_STOP; in gst_dtmf_src_add_stop_event()
618 switch (event->event_type) { in gst_dtmf_src_post_message()
660 GST_DEBUG_OBJECT (dtmfsrc, "popped %d", event->event_type); in gst_dtmf_src_create()
662 switch (event->event_type) { in gst_dtmf_src_create()
699 switch (event->event_type) { in gst_dtmf_src_create()
801 event->event_type = DTMF_EVENT_TYPE_PAUSE_TASK; in gst_dtmf_src_unlock()
Dgstrtpdtmfsrc.c294 gint event_type; in gst_rtp_dtmf_src_handle_dtmf_event() local
302 if (!gst_structure_get_int (event_structure, "type", &event_type) || in gst_rtp_dtmf_src_handle_dtmf_event()
304 event_type != GST_RTP_DTMF_TYPE_EVENT) in gst_rtp_dtmf_src_handle_dtmf_event()
512 event->event_type = RTP_DTMF_EVENT_TYPE_START; in gst_rtp_dtmf_src_add_start_event()
526 event->event_type = RTP_DTMF_EVENT_TYPE_STOP; in gst_rtp_dtmf_src_add_stop_event()
617 switch (event->event_type) { in gst_dtmf_src_prepare_message()
672 GST_DEBUG_OBJECT (dtmfsrc, "popped %d", event->event_type); in gst_rtp_dtmf_src_create()
674 switch (event->event_type) { in gst_rtp_dtmf_src_create()
721 GST_DEBUG_OBJECT (dtmfsrc, "try popped %d", event->event_type); in gst_rtp_dtmf_src_create()
723 switch (event->event_type) { in gst_rtp_dtmf_src_create()
[all …]
/third_party/glib/gio/
Dglocalfilemonitor.c80 GFileMonitorEvent event_type; member
224 GFileMonitorEvent event_type, in g_file_monitor_source_queue_event() argument
231 event->event_type = event_type; in g_file_monitor_source_queue_event()
313 GFileMonitorEvent event_type, in g_file_monitor_source_send_event() argument
319 g_file_monitor_source_queue_event (fms, event_type, child, other); in g_file_monitor_source_send_event()
344 GFileMonitorEvent event_type, in g_file_monitor_source_handle_event() argument
370 switch (event_type) in g_file_monitor_source_handle_event()
443 g_file_monitor_source_send_event (fms, event_type, child, NULL); in g_file_monitor_source_handle_event()
567 g_file_monitor_emit_event (instance, event->child, event->other, event->event_type); in g_file_monitor_source_dispatch()
Dgfilemonitor.h63 GFileMonitorEvent event_type);
94 GFileMonitorEvent event_type);
Dgfilemonitor.c285 GFileMonitorEvent event_type) in g_file_monitor_emit_event() argument
294 g_signal_emit (monitor, g_file_monitor_changed_signal, 0, child, other_file, event_type); in g_file_monitor_emit_event()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/
Dxcb_event_source.c69 #define WIN_FROM_EVENT(case_val,event_type,window_field) \ in _window_from_event() argument
71 event_type * real_event = (event_type *) event; \ in _window_from_event()
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc110 ui::EventType event_type = in TranslateUiClickEvent() local
133 ui::MouseEvent result(event_type, location, root_location, time_stamp, flags, in TranslateUiClickEvent()
142 ui::EventType event_type = in TranslateUiMoveEvent() local
155 return ui::MouseEvent(event_type, location, root_location, time_stamp, flags, in TranslateUiMoveEvent()
/third_party/boost/boost/polygon/
Dvoronoi_builder.hpp159 typedef std::pair<circle_event_type, beach_line_iterator> event_type; typedef in boost::polygon::voronoi_builder
161 bool operator()(const event_type& lhs, const event_type& rhs) const { in operator ()()
166 typedef detail::ordered_queue<event_type, event_comparison_type>
376 const event_type& e = circle_events_.top(); in process_circle_event()
486 event_type& e = circle_events_.push( in activate_circle_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c413 const gchar *event_type; member
421 event->event_type, event->key_string); in gst_gl_window_win32_handle_key_event_func()
448 key_event->event_type = "key-press"; in gst_gl_window_win32_handle_key_event()
450 key_event->event_type = "key-release"; in gst_gl_window_win32_handle_key_event()
463 const gchar *event_type; member
473 event->event_type, event->button, event->pos_x, event->pos_y); in gst_gl_window_win32_handle_mouse_event_func()
524 mouse_event->event_type = event; in gst_gl_window_win32_handle_mouse_event()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dgstrfbsrc.c555 const gchar *event_type; in gst_rfb_src_event() local
568 event_type = gst_structure_get_string (structure, "event"); in gst_rfb_src_event()
570 if (strcmp (event_type, "key-press") == 0) { in gst_rfb_src_event()
572 } else if (strcmp (event_type, "key-release") == 0) { in gst_rfb_src_event()
599 if (strcmp (event_type, "mouse-move") == 0) { in gst_rfb_src_event()
604 } else if (strcmp (event_type, "mouse-button-release") == 0) { in gst_rfb_src_event()
610 } else if (strcmp (event_type, "mouse-button-press") == 0) { in gst_rfb_src_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstgldisplay_x11.c200 #define WIN_FROM_EVENT(case_val,event_type,window_field) \ in _window_from_event() argument
202 event_type * real_event = (event_type *) event; \ in _window_from_event()
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-vobsub.c416 const gchar *event_type; in gstspu_vobsub_handle_dvd_event() local
421 event_type = gst_structure_get_string (structure, "event"); in gstspu_vobsub_handle_dvd_event()
423 if (strcmp (event_type, "dvd-spu-clut-change") == 0) { in gstspu_vobsub_handle_dvd_event()
439 } else if (strcmp (event_type, "dvd-spu-highlight") == 0) { in gstspu_vobsub_handle_dvd_event()
468 } else if (strcmp (event_type, "dvd-spu-reset-highlight") == 0) { in gstspu_vobsub_handle_dvd_event()
474 } else if (strcmp (event_type, "dvd-set-subpicture-track") == 0) { in gstspu_vobsub_handle_dvd_event()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstnavseek.c256 const gchar *event_type; in gst_navseek_src_event() local
261 event_type = gst_structure_get_string (structure, "event"); in gst_navseek_src_event()
262 g_return_val_if_fail (event_type != NULL, FALSE); in gst_navseek_src_event()
264 if (strcmp (event_type, "key-press") == 0) { in gst_navseek_src_event()
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DGLX_INTEL_swap_event.txt53 Returned in the <event_type> field of a "swap complete" event:
89 int event_type; /* GLX_EXCHANGE_COMPLETE_INTEL,
101 occurred by checking the event_type field. Simple pixmap exchanges are
123 2 CARD16 event_type
/third_party/openGLES/extensions/INTEL/
DGLX_INTEL_swap_event.txt53 Returned in the <event_type> field of a "swap complete" event:
89 int event_type; /* GLX_EXCHANGE_COMPLETE_INTEL,
101 occurred by checking the event_type field. Simple pixmap exchanges are
123 2 CARD16 event_type
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkwindow.c510 const char *event_type, const char *key_str) in gst_vulkan_window_send_key_event() argument
515 event_type, key_str); in gst_vulkan_window_send_key_event()
520 const char *event_type, int button, double posx, double posy) in gst_vulkan_window_send_mouse_event() argument
525 event_type, button, posx, posy); in gst_vulkan_window_send_mouse_event()
Dgstvkwindow.h170 const char * event_type,
174 const char * event_type,
/third_party/boost/libs/log/src/windows/
Devent_log_backend.cpp50 BOOST_LOG_API event_type make_event_type(unsigned short lev) in make_event_type()
313 event_log::event_type evt_type = event_log::info; in consume()
555 WORD event_type = EVENTLOG_INFORMATION_TYPE; in consume() local
557 event_type = static_cast< WORD >(m_pImpl->m_LevelMapper(rec)); in consume()
565 event_type, // Event type. in consume()

1234