Searched refs:Event (Results 1 - 25 of 99) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/lms/SyncLib/Include/
H A DEvent.h32 // Event.h
34 // This file contains the definition of the Event class (for thread
46 class Event class
49 Event(bool manual = false);
50 Event(const Event &rhs);
51 ~Event();
56 Event& operator=(const Event &rhs);
/opensolaris-onvv-gate/usr/src/lib/sun_fc/common/
H A DEvent.h37 class Event { }; class
H A DAdapterAddEvent.h32 #include "Event.h"
35 * @memo Represents an AdapterAdd Event
41 class AdapterAddEvent : public Event {
H A DAdapterAddEventListener.h50 virtual void dispatch(Event &event);
H A DAdapterDeviceEventListener.h53 virtual void dispatch(Event &event);
H A DAdapterEventListener.h52 virtual void dispatch(Event &event);
H A DAdapterPortEventListener.h54 virtual void dispatch(Event &event);
H A DAdapterPortStatEventListener.h52 virtual void dispatch(Event &event);
H A DListener.h31 #include "Event.h"
44 virtual void dispatch(Event &event) = 0;
H A DAdapterEvent.h31 #include "Event.h"
36 * @memo Represents an Adapter Event
42 class AdapterEvent : public Event {
H A DAdapterPortStatEvent.h31 #include "Event.h"
36 * @memo Represents an Adapter Port Statistic Event
42 class AdapterPortStatEvent : public Event {
H A DLinkEventListener.h53 virtual void dispatch(Event &event);
H A DTargetEventListener.h53 virtual void dispatch(Event &event);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DOperations.java38 import java.awt.Event;
60 return handleEvent(msg, (Event)msg.arg);
65 public boolean handleEvent(Message msg, Event evt) {
67 case Event.MOUSE_ENTER:
69 case Event.MOUSE_EXIT:
71 case Event.MOUSE_MOVE:
73 case Event.MOUSE_DOWN:
75 case Event.MOUSE_DRAG:
77 case Event.MOUSE_UP:
80 case Event
[all...]
H A DAttributeManager.java40 import java.awt.Event;
688 return handleEvent(msg, (Event)msg.arg);
697 public boolean handleEvent(Message msg, Event evt) {
699 case Event.MOUSE_ENTER:
701 case Event.MOUSE_EXIT:
703 case Event.MOUSE_MOVE:
705 case Event.MOUSE_DOWN:
707 case Event.MOUSE_DRAG:
709 case Event.MOUSE_UP:
712 case Event
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DKeyField.java42 // commented out -kp use Event constants...
111 case Event.BACK_SPACE:
119 case Event.ESCAPE:
123 case Event.DELETE:
127 case Event.INSERT:
130 case Event.CAPS_LOCK:
133 case Event.NUM_LOCK:
136 case Event.PAUSE:
139 case Event.PRINT_SCREEN:
142 case Event
[all...]
H A DVJCanvas.java79 postEvent(new Event(this, UPDATE_EVENT, g));
87 postEvent(new Event(this, PAINT_EVENT, g));
105 public boolean postEvent(Event e) {
109 if (e.id == Event.MOUSE_DOWN)
111 else if (e.id == Event.MOUSE_UP)
H A DRWHelper.java54 public boolean mouseDown(Event evt, int x, int y);
H A DRootFrame.java169 * Event forwarding to groups.
173 public boolean postEvent(Event evt) {
176 if (evt.id == Event.WINDOW_ICONIFY)
178 else if (evt.id == Event.WINDOW_DEICONIFY)
189 if (evt.id == Event.WINDOW_ICONIFY)
191 else if (evt.id == Event.WINDOW_DEICONIFY)
197 public boolean handleEvent(Event evt) {
198 if (evt.id == Event.WINDOW_DESTROY) {
205 } else if (evt.target == this && evt.id == Event.WINDOW_MOVED) {
271 public boolean mouseDown(Event ev
[all...]
H A DVJScrollbar.java278 public boolean handleEvent(Event evt) {
280 case Event.SCROLL_LINE_UP:
281 case Event.SCROLL_LINE_DOWN:
282 case Event.SCROLL_PAGE_UP:
283 case Event.SCROLL_PAGE_DOWN:
284 case Event.SCROLL_ABSOLUTE:
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEventQueue.h9 #include "Event.h"
15 class EventQueue : public EventHandler, public IQueue<Event> {
22 void append(Event *);
38 void EventQueue::append(Event *event)
40 IQueue<Event>::append(event);
/opensolaris-onvv-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp34 // This file contains the linux implementation of the Event class
39 #include "Event.h"
83 Event::Event(bool manual) function in class:Event
94 Event::Event(const Event &rhs) function in class:Event
104 Event::~Event()
113 bool Event
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/events/
H A Devevent.c3 * Module Name: evevent - Fixed Event handling and dispatch
131 UINT32 Event);
356 "Fixed Event Block: Enable %08X Status %08X\n",
384 * PARAMETERS: Event - Event type
395 UINT32 Event)
404 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
411 if (NULL == AcpiGbl_FixedEventHandlers[Event].Handler)
414 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
419 Event));
394 AcpiEvFixedEventDispatch( UINT32 Event) argument
[all...]
H A Devxface.c182 * PARAMETERS: Event - Event type to enable.
196 UINT32 Event,
208 if (Event > ACPI_EVENT_MAX)
221 if (NULL != AcpiGbl_FixedEventHandlers[Event].Handler)
229 AcpiGbl_FixedEventHandlers[Event].Handler = Handler;
230 AcpiGbl_FixedEventHandlers[Event].Context = Context;
232 Status = AcpiEnableEvent (Event, 0);
235 ACPI_WARNING ((AE_INFO, "Could not enable fixed event %X", Event));
239 AcpiGbl_FixedEventHandlers[Event]
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c339 Status = AcpiOsSignalSemaphore (ObjDesc->Event.OsSemaphore, 1);
374 Status = AcpiExSystemWaitSemaphore (ObjDesc->Event.OsSemaphore,
412 (void) AcpiOsDeleteSemaphore (ObjDesc->Event.OsSemaphore);
413 ObjDesc->Event.OsSemaphore = TempSemaphore;

Completed in 118 milliseconds

1234