Home
last modified time | relevance | path

Searched refs:theEvent (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dterminalcommand.py34 theEvent = AE.AECreateAppleEvent(kAECoreSuite, kAEDoScript, termAddress,
37 theEvent.AEPutParamDesc(kAECommandClass, commandDesc)
40 theEvent.AESend(SEND_MODE, kAENormalPriority, kAEDefaultTimeout)
46 theEvent.AESend(SEND_MODE, kAENormalPriority, kAEDefaultTimeout)
/external/python/cpython2/Mac/Modules/evt/
D_Evtmodule.c150 EventRecord theEvent; in Evt_GetNextEvent() local
158 &theEvent); in Evt_GetNextEvent()
161 PyMac_BuildEventRecord, &theEvent); in Evt_GetNextEvent()
170 EventRecord theEvent; in Evt_EventAvail() local
178 &theEvent); in Evt_EventAvail()
181 PyMac_BuildEventRecord, &theEvent); in Evt_EventAvail()
451 EventRecord theEvent; in Evt_WaitNextEvent() local
461 &theEvent, in Evt_WaitNextEvent()
466 PyMac_BuildEventRecord, &theEvent); in Evt_WaitNextEvent()
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c1144 EventRecord theEvent; in Dlg_IsDialogEvent() local
1149 PyMac_GetEventRecord, &theEvent)) in Dlg_IsDialogEvent()
1151 _rv = IsDialogEvent(&theEvent); in Dlg_IsDialogEvent()
1161 EventRecord theEvent; in Dlg_DialogSelect() local
1168 PyMac_GetEventRecord, &theEvent)) in Dlg_DialogSelect()
1170 _rv = DialogSelect(&theEvent, in Dlg_DialogSelect()
/external/python/cpython2/Mac/Modules/drag/
D_Dragmodule.c213 EventRecord theEvent; in DragObj_TrackDrag() local
219 PyMac_GetEventRecord, &theEvent, in DragObj_TrackDrag()
223 &theEvent, in DragObj_TrackDrag()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c2867 EventRecord theEvent; in Win_CheckUpdate() local
2873 _rv = CheckUpdate(&theEvent); in Win_CheckUpdate()
2876 PyMac_BuildEventRecord, &theEvent); in Win_CheckUpdate()
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c39 static pascal Boolean AEIdleProc(EventRecord *theEvent, long *sleepTime, RgnHandle *mouseRgn) in AEIdleProc() argument
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c21703 EventRecord theEvent; in Qt_SGPanelEvent() local
21714 PyMac_GetEventRecord, &theEvent)) in Qt_SGPanelEvent()
21720 &theEvent, in Qt_SGPanelEvent()