Searched defs:inEvent (Results 1 - 3 of 3) sorted by relevance

/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
H A DContext.java40 private boolean inEvent = false; field in class:Context
60 ctx.inEvent = inEvent;
67 ctx.inEvent = inEvent;
85 ctx.inEvent = true;
89 boolean inEvent() { method in class:Context
90 return inEvent;
/external/python/cpython2/Mac/Modules/carbonevt/
H A D_CarbonEvtmodule.c494 EventRef inEvent; local
497 EventRef_Convert, &inEvent,
501 inEvent,
557 EventRef inEvent; local
559 EventRef_Convert, &inEvent))
562 inEvent);
573 EventRef inEvent; local
575 EventRef_Convert, &inEvent))
578 inEvent);
586 PyDoc_STR("(EventRef inEvent, SInt1
1185 EventRef inEvent; local
[all...]
/external/python/cpython2/Mac/Modules/menu/
H A D_Menumodule.c2716 EventRecord inEvent; local
2721 PyMac_GetEventRecord, &inEvent))
2723 _rv = MenuEvent(&inEvent);
3050 EventRecord inEvent; local
3055 PyMac_GetEventRecord, &inEvent))
3057 _rv = IsShowContextualMenuClick(&inEvent);
3368 PyDoc_STR("(EventRecord inEvent) -> (UInt32 _rv)")},
3410 PyDoc_STR("(EventRecord inEvent) -> (Boolean _rv)")},

Completed in 1495 milliseconds