/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
D | netdev-times.py | 178 event_info = all_event_list[i] 179 name = event_info[EINFO_IDX_NAME] 181 handle_irq_softirq_exit(event_info) 183 handle_irq_softirq_entry(event_info) 185 handle_irq_softirq_raise(event_info) 187 handle_irq_handler_entry(event_info) 189 handle_irq_handler_exit(event_info) 191 handle_napi_poll(event_info) 193 handle_netif_receive_skb(event_info) 195 handle_netif_rx(event_info) [all …]
|
/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 39 struct event_info { struct 50 struct event_info event_info_arch_perfmon[] = { argument 62 struct event_info event_info_armv6[] = { 70 struct event_info event_info_armv7[] = { 82 struct event_info event_info_24K[] = { 85 struct event_info event_info_34K[] = { 88 struct event_info event_info_74K[] = { 91 struct event_info event_info_1004K[] = { 105 struct event_info *event_info; member 127 #define event_info cpuevent->event_info macro [all …]
|
/external/chromium_org/sync/internal_api/ |
D | debug_info_event_listener.cc | 27 sync_pb::DebugEventInfo event_info; in OnSyncCycleCompleted() local 29 event_info.mutable_sync_cycle_completed_event_info(); in OnSyncCycleCompleted() 47 AddEventToQueue(event_info); in OnSyncCycleCompleted() 125 sync_pb::DebugEventInfo event_info; in OnNudgeFromDatatype() local 126 event_info.set_nudging_datatype( in OnNudgeFromDatatype() 128 AddEventToQueue(event_info); in OnNudgeFromDatatype() 134 sync_pb::DebugEventInfo event_info; in OnIncomingNotification() local 139 event_info.add_datatypes_notified_from_server( in OnIncomingNotification() 143 AddEventToQueue(event_info); in OnIncomingNotification() 153 sync_pb::DebugEventInfo* event_info = debug_info->add_events(); in GetDebugInfo() local [all …]
|
D | debug_info_event_listener.h | 98 void AddEventToQueue(const sync_pb::DebugEventInfo& event_info);
|
/external/chromium_org/extensions/common/ |
D | event_matcher.cc | 27 const EventFilteringInfo& event_info) const { in MatchNonURLCriteria() 28 if (event_info.has_instance_id()) { in MatchNonURLCriteria() 29 return event_info.instance_id() == GetInstanceID(); in MatchNonURLCriteria() 34 service_type_filter == event_info.service_type(); in MatchNonURLCriteria()
|
D | event_filter.cc | 136 const std::string& event_name, const EventFilteringInfo& event_info, in MatchEvent() argument 145 GURL url_to_match_against = event_info.has_url() ? event_info.url() : GURL(); in MatchEvent() 170 if (event_matcher->MatchNonURLCriteria(event_info)) { in MatchEvent() 171 CHECK(!event_matcher->HasURLFilters() || event_info.has_url()); in MatchEvent()
|
D | event_matcher.h | 29 bool MatchNonURLCriteria(const EventFilteringInfo& event_info) const;
|
D | event_filter.h | 47 const EventFilteringInfo& event_info,
|
/external/libnfc-nxp/src/ |
D | phHciNfc_Emulation.c | 1268 phHal_sEventInfo_t event_info; in phHciNfc_Recv_Uicc_Event() local 1287 event_info.eventHost = phHal_eUICCHost ; in phHciNfc_Recv_Uicc_Event() 1288 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_Uicc_Event() 1294 event_info.eventType = NFC_EVT_END_OF_TRANSACTION; in phHciNfc_Recv_Uicc_Event() 1301 event_info.eventType = NFC_EVT_TRANSACTION; in phHciNfc_Recv_Uicc_Event() 1314 event_info.eventInfo.aid.length = in phHciNfc_Recv_Uicc_Event() 1318 event_info.eventInfo.aid.length ); in phHciNfc_Recv_Uicc_Event() 1319 event_info.eventInfo.aid.buffer = (uint8_t *) in phHciNfc_Recv_Uicc_Event() 1321 i = i + event_info.eventInfo.aid.length; in phHciNfc_Recv_Uicc_Event() 1336 event_info.eventInfo.uicc_info.param.length = in phHciNfc_Recv_Uicc_Event() [all …]
|
D | phHciNfc_PollingLoop.c | 693 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_PollLoop_Event() local 719 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_PollLoop_Event() 720 event_info.eventType = NFC_UICC_RDPHASES_ACTIVATE_REQ; in phHciNfc_Recv_PollLoop_Event() 721 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; in phHciNfc_Recv_PollLoop_Event() 726 &(event_info)); in phHciNfc_Recv_PollLoop_Event() 732 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_PollLoop_Event() 733 event_info.eventType = NFC_UICC_RDPHASES_DEACTIVATE_REQ; in phHciNfc_Recv_PollLoop_Event() 734 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; in phHciNfc_Recv_PollLoop_Event() 739 &(event_info)); in phHciNfc_Recv_PollLoop_Event()
|
D | phHciNfc_CE_B.c | 627 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_B_Event() local 643 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_CE_B_Event() 644 event_info.eventSource = phHal_eISO14443_B_PICC; in phHciNfc_Recv_CE_B_Event() 649 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_Recv_CE_B_Event() 655 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_CE_B_Event() 681 event_info.eventType = NFC_EVT_FIELD_ON; in phHciNfc_Recv_CE_B_Event() 687 event_info.eventType = NFC_EVT_FIELD_OFF; in phHciNfc_Recv_CE_B_Event() 701 &event_info); in phHciNfc_Recv_CE_B_Event()
|
D | phHciNfc_CE_A.c | 629 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_CE_A_Event() local 645 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_CE_A_Event() 646 event_info.eventSource = phHal_eISO14443_A_PICC; in phHciNfc_Recv_CE_A_Event() 651 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_Recv_CE_A_Event() 657 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_CE_A_Event() 683 event_info.eventType = NFC_EVT_FIELD_ON; in phHciNfc_Recv_CE_A_Event() 689 event_info.eventType = NFC_EVT_FIELD_OFF; in phHciNfc_Recv_CE_A_Event() 703 &event_info); in phHciNfc_Recv_CE_A_Event()
|
D | phHciNfc_DevMgmt.c | 1317 phHal_sEventInfo_t event_info; in phHciNfc_Recv_DevMgmt_Event() local 1338 event_info.eventHost = phHal_eHostController ; in phHciNfc_Recv_DevMgmt_Event() 1339 event_info.eventSource = phHal_ePCD_DevType; in phHciNfc_Recv_DevMgmt_Event() 1346 event_info.eventType = NFC_INFO_TXLDO_OVERCUR; in phHciNfc_Recv_DevMgmt_Event() 1357 event_info.eventSource = phHal_ePICC_DevType ; in phHciNfc_Recv_DevMgmt_Event() 1361 event_info.eventType = ( CE_EVT_NFC_FIELD_ON == in phHciNfc_Recv_DevMgmt_Event() 1365 event_info.eventType = (TRUE == p_device_mgmt_info->rf_status)? in phHciNfc_Recv_DevMgmt_Event() 1372 event_info.eventType = NFC_INFO_MEM_VIOLATION; in phHciNfc_Recv_DevMgmt_Event() 1380 event_info.eventType = NFC_INFO_TEMP_OVERHEAT; in phHciNfc_Recv_DevMgmt_Event() 1381 event_info.eventInfo.overheat_status = in phHciNfc_Recv_DevMgmt_Event() [all …]
|
D | phHciNfc_NfcIPMgmt.c | 800 static phHal_sEventInfo_t event_info; in phHciNfc_Recv_NfcIP_Event() local 802 event_info.eventHost = phHal_eHostController; in phHciNfc_Recv_NfcIP_Event() 803 event_info.eventType = NFC_EVT_DEACTIVATED; in phHciNfc_Recv_NfcIP_Event() 809 event_info.eventSource = phHal_eNfcIP1_Initiator; in phHciNfc_Recv_NfcIP_Event() 815 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_Recv_NfcIP_Event() 824 &event_info); in phHciNfc_Recv_NfcIP_Event() 1208 static phHal_sEventInfo_t event_info; in phHciNfc_NfcIP_Info_Sequence() local 1233 event_info.eventHost = phHal_eHostController; in phHciNfc_NfcIP_Info_Sequence() 1234 event_info.eventType = NFC_EVT_ACTIVATED; in phHciNfc_NfcIP_Info_Sequence() 1235 event_info.eventSource = phHal_eNfcIP1_Target; in phHciNfc_NfcIP_Info_Sequence() [all …]
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_guest.cc | 248 const DragEventSourceInfo& event_info) { in StartDragging() argument 259 view->StartDragging(drop_data, ops, image, image_offset, event_info); in StartDragging()
|
D | web_contents_view_android.h | 70 const DragEventSourceInfo& event_info) OVERRIDE;
|
D | web_contents_view_guest.h | 84 const DragEventSourceInfo& event_info) OVERRIDE;
|
D | web_contents_view_mac.h | 113 const DragEventSourceInfo& event_info) OVERRIDE;
|
D | web_contents_view_android.cc | 189 const DragEventSourceInfo& event_info) { in StartDragging() argument
|
D | web_contents_view_aura.h | 135 const DragEventSourceInfo& event_info) OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_delegate_view.h | 62 const DragEventSourceInfo& event_info) {} in StartDragging() argument
|
D | render_view_host_unittest.cc | 124 const DragEventSourceInfo& event_info) OVERRIDE { in StartDragging() argument
|
D | render_view_host_impl.h | 508 const DragEventSourceInfo& event_info);
|
/external/chromium_org/content/test/ |
D | test_render_view_host.cc | 342 DragEventSourceInfo event_info; in TestOnStartDragging() local 344 event_info); in TestOnStartDragging()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.cc | 94 const DragEventSourceInfo& event_info) OVERRIDE; 875 const DragEventSourceInfo& event_info) { in StartDragging() argument
|