/external/oprofile/opcontrol/ |
opcontrol.cpp | 93 struct event_info { struct 98 } event_info[] = { variable in typeref:struct:event_info 374 for (i = 0; i < sizeof(event_info)/sizeof(struct event_info); i++) { 375 printf("%-20s: %s\n", event_info[i].name, event_info[i].explanation); 383 for (i = 0; i < sizeof(event_info)/sizeof(struct event_info); i++) { 384 if (!strcmp(name, event_info[i].name)) { 395 for (i = 0; i < sizeof(event_info)/sizeof(struct event_info); i++) [all...] |
/external/webkit/Tools/EWebLauncher/ |
main.c | 283 on_title_changed(void *user_data, Evas_Object *webview, void *event_info) 286 const char *title = (const char *)event_info; 292 on_progress(void *user_data, Evas_Object *webview, void *event_info) 295 double *progress = (double *)event_info; 301 on_load_finished(void *user_data, Evas_Object *webview, void *event_info) 303 const Ewk_Frame_Load_Error *err = (const Ewk_Frame_Load_Error *)event_info; 319 on_toolbars_visible_set(void* user_data, Evas_Object* webview, void* event_info) 321 Eina_Bool *visible = (Eina_Bool *)event_info; 332 on_toolbars_visible_get(void* user_data, Evas_Object* webview, void* event_info) 334 Eina_Bool *visible = (Eina_Bool *)event_info; [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_PollingLoop.c | 693 static phHal_sEventInfo_t event_info; local 719 event_info.eventHost = phHal_eHostController; 720 event_info.eventType = NFC_UICC_RDPHASES_ACTIVATE_REQ; 721 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; 726 &(event_info)); 732 event_info.eventHost = phHal_eHostController; 733 event_info.eventType = NFC_UICC_RDPHASES_DEACTIVATE_REQ; 734 event_info.eventInfo.rd_phases = pEvent[HCP_HEADER_LEN]; 739 &(event_info));
|
phHciNfc_CE_A.c | 629 static phHal_sEventInfo_t event_info; local 645 event_info.eventHost = phHal_eHostController; 646 event_info.eventSource = phHal_eISO14443_A_PICC; 651 event_info.eventType = NFC_EVT_ACTIVATED; 657 event_info.eventType = NFC_EVT_DEACTIVATED; 683 event_info.eventType = NFC_EVT_FIELD_ON; 689 event_info.eventType = NFC_EVT_FIELD_OFF; 703 &event_info);
|
phHciNfc_CE_B.c | 627 static phHal_sEventInfo_t event_info; local 643 event_info.eventHost = phHal_eHostController; 644 event_info.eventSource = phHal_eISO14443_B_PICC; 649 event_info.eventType = NFC_EVT_ACTIVATED; 655 event_info.eventType = NFC_EVT_DEACTIVATED; 681 event_info.eventType = NFC_EVT_FIELD_ON; 687 event_info.eventType = NFC_EVT_FIELD_OFF; 701 &event_info);
|
phHciNfc_Emulation.c | 1268 phHal_sEventInfo_t event_info; local [all...] |
phHciNfc_DevMgmt.c | 1317 phHal_sEventInfo_t event_info; local [all...] |
phHciNfc_NfcIPMgmt.c | 800 static phHal_sEventInfo_t event_info; local 802 event_info.eventHost = phHal_eHostController; 803 event_info.eventType = NFC_EVT_DEACTIVATED; 809 event_info.eventSource = phHal_eNfcIP1_Initiator; 815 event_info.eventSource = phHal_eNfcIP1_Target; 824 &event_info); 1209 static phHal_sEventInfo_t event_info; local [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_view_tiled.c | 58 _ewk_view_tiled_contents_size_changed_cb(void *data, Evas_Object *o, void *event_info) 60 Evas_Coord *size = (Evas_Coord*)event_info;
|
ewk_view.cpp | 452 static void _ewk_view_on_focus_in(void* data, Evas* e, Evas_Object* o, void* event_info) 460 static void _ewk_view_on_focus_out(void* data, Evas* e, Evas_Object* o, void* event_info) 468 static void _ewk_view_on_mouse_wheel(void* data, Evas* e, Evas_Object* o, void* event_info) 470 Evas_Event_Mouse_Wheel* ev = (Evas_Event_Mouse_Wheel*)event_info; 477 static void _ewk_view_on_mouse_down(void* data, Evas* e, Evas_Object* o, void* event_info) 479 Evas_Event_Mouse_Down* ev = (Evas_Event_Mouse_Down*)event_info; 486 static void _ewk_view_on_mouse_up(void* data, Evas* e, Evas_Object* o, void* event_info) 488 Evas_Event_Mouse_Up* ev = (Evas_Event_Mouse_Up*)event_info; 495 static void _ewk_view_on_mouse_move(void* data, Evas* e, Evas_Object* o, void* event_info) 497 Evas_Event_Mouse_Move* ev = (Evas_Event_Mouse_Move*)event_info; [all...] |
ewk_view_single.c | 33 static void _ewk_view_single_on_del(void *data, Evas *e, Evas_Object *o, void *event_info)
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoFragment.java | 607 mView = inflater.inflate(R.layout.event_info, container, false); [all...] |