Searched refs:inEvent (Results 1 - 7 of 7) 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;
H A DAbstractTypeListNode.java79 if (!context.inEvent()) {
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
H A DBrowserDialog.cpp190 const DNSBrowserEvent * inEvent )
200 switch( inEvent->type )
203 if( inEvent->data.resolved->address.addressType == kDNSNetworkAddressTypeIPv4 )
208 inEvent->data.resolved->address.u.ipv4.addr.v8[ 0 ],
209 inEvent->data.resolved->address.u.ipv4.addr.v8[ 1 ],
210 inEvent->data.resolved->address.u.ipv4.addr.v8[ 2 ],
211 inEvent->data.resolved->address.u.ipv4.addr.v8[ 3 ],
212 ( inEvent->data.resolved->address.u.ipv4.port.v8[ 0 ] << 8 ) |
213 inEvent->data.resolved->address.u.ipv4.port.v8[ 1 ] );
219 UTF8StringToStringObject( inEvent
[all...]
H A DBrowserDialog.h56 const DNSBrowserEvent * inEvent );
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DChooserDialog.cpp270 const DNSBrowserEvent * inEvent );
1187 const DNSBrowserEvent * inEvent )
1203 switch( inEvent->type )
1220 domain->eventType = inEvent->type;
1221 domain->domain = inEvent->data.addDomain.domain;
1222 domain->ifIP = inEvent->data.addDomain.interfaceIP;
1224 message = ( inEvent->type == kDNSBrowserEventTypeRemoveDomain ) ? WM_USER_DOMAIN_REMOVE : WM_USER_DOMAIN_ADD;
1245 service->eventType = inEvent->type;
1246 service->name = inEvent->data.addService.name;
1247 service->type = inEvent
[all...]
/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 518 milliseconds