Home
last modified time | relevance | path

Searched defs:event_info (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/sync/internal_api/
Ddebug_info_event_listener.cc27 sync_pb::DebugEventInfo event_info; in OnSyncCycleCompleted() local
126 sync_pb::DebugEventInfo event_info; in OnNudgeFromDatatype() local
135 sync_pb::DebugEventInfo event_info; in OnIncomingNotification() local
154 sync_pb::DebugEventInfo* event_info = debug_info->add_events(); in GetDebugInfo() local
252 sync_pb::DebugEventInfo event_info; in CreateAndAddEvent() local
258 const sync_pb::DebugEventInfo& event_info) { in AddEventToQueue()
/external/linux-tools-perf/scripts/python/
Dnetdev-times.py301 def handle_irq_handler_entry(event_info): argument
308 def handle_irq_handler_exit(event_info): argument
320 def handle_irq_softirq_raise(event_info): argument
334 def handle_irq_softirq_entry(event_info): argument
338 def handle_irq_softirq_exit(event_info): argument
356 def handle_napi_poll(event_info): argument
364 def handle_netif_rx(event_info): argument
380 def handle_netif_receive_skb(event_info): argument
395 def handle_net_dev_queue(event_info): argument
406 def handle_net_dev_xmit(event_info): argument
[all …]
/external/oprofile/opcontrol/
Dopcontrol.cpp39 struct event_info { struct
50 struct event_info event_info_arch_perfmon[] = { argument
105 struct event_info *event_info; member
127 #define event_info cpuevent->event_info macro
/external/chromium_org/content/port/browser/
Drender_view_host_delegate_view.h57 const DragEventSourceInfo& event_info) {} in StartDragging()
/external/chromium_org/extensions/common/
Devent_filter.cc134 const std::string& event_name, const EventFilteringInfo& event_info, in MatchEvent()
/external/chromium_org/content/test/
Dtest_web_contents_view.cc29 const DragEventSourceInfo& event_info) { in StartDragging()
Dtest_render_view_host.cc394 DragEventSourceInfo event_info; in TestOnStartDragging() local
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_android.cc205 const DragEventSourceInfo& event_info) { in StartDragging()
Dweb_contents_view_guest.cc259 const DragEventSourceInfo& event_info) { in StartDragging()
Dweb_contents_view_gtk.cc389 const DragEventSourceInfo& event_info) { in StartDragging()
Dweb_contents_view_win.cc267 const DragEventSourceInfo& event_info) { in StartDragging()
Dweb_contents_view_aura.cc1426 const DragEventSourceInfo& event_info) { in StartDragging()
/external/libnfc-nxp/src/
DphHciNfc_CE_A.c629 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_A_Event() local
DphHciNfc_CE_B.c627 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_B_Event() local
DphHciNfc_PollingLoop.c693 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_PollLoop_Event() local
DphHciNfc_NfcIPMgmt.c800 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_NfcIP_Event() local
1208 static phHal_sEventInfo_t event_info; in phHciNfc_NfcIP_Info_Sequence() local
DphHciNfc_Emulation.c1268 phHal_sEventInfo_t event_info; in phHciNfc_Recv_Uicc_Event() local
DphHciNfc_DevMgmt.c1317 phHal_sEventInfo_t event_info; in phHciNfc_Recv_DevMgmt_Event() local
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_unittest.cc131 const DragEventSourceInfo& event_info) OVERRIDE { in StartDragging()
Drender_view_host_impl.cc1760 const DragEventSourceInfo& event_info) { in OnStartDragging()
/external/chromium_org/content/browser/frame_host/
Dinterstitial_page_impl.cc824 const DragEventSourceInfo& event_info) { in StartDragging()
/external/chromium_org/chrome/test/functional/
Dperf_endure.py422 def _OnTimelineEvent(self, event_info): argument