Searched refs:EventRecord (Results 1 – 14 of 14) sorted by relevance
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 90 EventRecord = OpaqueType("EventRecord", "PyMac_BuildEventRecord", "PyMac_GetEventRecord") variable 91 EventRecord_ptr = EventRecord
|
/external/python/cpython2/Mac/Modules/evt/ |
D | _Evtmodule.c | 150 EventRecord theEvent; in Evt_GetNextEvent() 170 EventRecord theEvent; in Evt_EventAvail() 290 EventRecord event; in Evt_IsCmdChar() 451 EventRecord theEvent; in Evt_WaitNextEvent()
|
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 63 int PyMac_GetEventRecord(PyObject *, EventRecord *); /* argument parser for 65 PyObject *PyMac_BuildEventRecord(EventRecord *); /* Convert EventRecord to
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 267 PyMac_GetEventRecord(PyObject *v, EventRecord *e) in PyMac_GetEventRecord() 280 PyMac_BuildEventRecord(EventRecord *e) in PyMac_BuildEventRecord()
|
/external/skqp/src/compute/hs/cuda/bench/ |
D | main.c | 370 cuda(EventRecord(start,stream0)); in hs_bench() 384 cuda(EventRecord(end,stream0)); in hs_bench()
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | _Dlgmodule.c | 33 EventRecord *event, in Dlg_UnivFilterProc() 491 EventRecord event; in DlgObj_StdFilterProc() 1144 EventRecord theEvent; in Dlg_IsDialogEvent() 1161 EventRecord theEvent; in Dlg_DialogSelect()
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | _Mltemodule.c | 175 EventRecord iEvent; in TXNObj_TXNKeyDown() 209 EventRecord iEvent; in TXNObj_TXNClick() 331 EventRecord iEvent; in TXNObj_TXNGrowWindow()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | _AEmodule.c | 39 static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn) in AEIdleProc() 1075 EventRecord theEventRecord; in AE_AEProcessAppleEvent()
|
/external/python/cpython2/Mac/Modules/drag/ |
D | _Dragmodule.c | 213 EventRecord theEvent; in DragObj_TrackDrag()
|
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 504 cuda(EventRecord(event_before,from));
|
/external/python/cpython2/Mac/Modules/win/ |
D | _Winmodule.c | 1278 EventRecord event; in WinObj_IsWindowPathSelectClick() 2867 EventRecord theEvent; in Win_CheckUpdate()
|
/external/python/cpython2/Mac/Modules/menu/ |
D | _Menumodule.c | 2716 EventRecord inEvent; in Menu_MenuEvent() 3050 EventRecord inEvent; in Menu_IsShowContextualMenuClick()
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | _CarbonEvtmodule.c | 273 EventRecord outEvent; in EventRef_ConvertEventRefToEventRecord()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 361 EventRecord e; in MovieCtlObj_MCIsPlayerEvent() 8478 EventRecord pEvent; in Qt_QTIsStandardParameterDialogEvent() 16145 EventRecord e; in Qt_PreviewEvent() 20532 EventRecord event; in Qt_SGHandleUpdateEvent() 21703 EventRecord theEvent; in Qt_SGPanelEvent() 24568 EventRecord e; in Qt_MediaMCIsPlayerEvent()
|