Searched refs:event (Results 101 - 125 of 1367) sorted by relevance

1234567891011>>

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dbyaddr.c43 * XXXRTH We could use a static event...
123 dns_byaddrevent_t * event; member in struct:dns_byaddr
161 ISC_LIST_APPEND(byaddr->event->names, name, link);
172 lookup_done(isc_task_t *task, isc_event_t *event) { argument
173 dns_byaddr_t *byaddr = event->ev_arg;
177 REQUIRE(event->ev_type == DNS_EVENT_LOOKUPDONE);
183 levent = (dns_lookupevent_t *)event;
187 byaddr->event->result = result;
189 byaddr->event->result = levent->result;
190 isc_event_free(&event);
195 bevent_destroy(isc_event_t *event) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeNotify.c173 QE_ExpandDetail(args->bindingTable, args->event, args->detail,
177 case 'e': /* event */
178 QE_ExpandEvent(args->bindingTable, args->event, args->result);
182 QE_ExpandPattern(args->bindingTable, args->event, args->detail, args->result);
519 * Generate an <Expand> or <Collapse> event.
522 * Any scripts bound to the event are evaluated.
535 int before /* TRUE for <xxx-before> event, FALSE for
536 * <xxx-after> event. */
539 QE_Event event; local
549 event
582 QE_Event event; local
625 QE_Event event; local
668 QE_Event event; local
745 QE_Event event; local
784 QE_Event event; local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/
H A Dcloudkeychainproxy.m71 static void cloudkeychainproxy_peer_dictionary_handler(const xpc_connection_t peer, xpc_object_t event);
73 static bool operation_put_dictionary(xpc_object_t event);
74 static bool operation_get_v2(xpc_object_t event);
96 static void cloudkeychainproxy_peer_dictionary_handler(const xpc_connection_t peer, xpc_object_t event)
101 require_action_string(xpc_get_type(event) == XPC_TYPE_DICTIONARY, xit, err = -51, "expected XPC_TYPE_DICTIONARY");
103 const char *operation = xpc_dictionary_get_string(event, kMessageKeyOperation);
107 uint64_t version = xpc_dictionary_get_uint64(event, kMessageKeyVersion);
117 operation_put_dictionary(event);
121 operation_get_v2(event);
126 xpc_object_t replyMessage = xpc_dictionary_create_reply(event);
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinX.c469 * Called to set up initial screen info or when an event indicated
791 * Callback from Windows whenever an event occurs on a child
798 * May process events off the Tk event queue.
857 /* If the event was translated, we must return 0 */
893 * Returns 1 if the event was handled, else 0.
896 * Depends on the event.
981 * This routine generates an X event from the corresponding
982 * Windows event.
1000 XEvent event;
1009 event
984 XEvent event; local
1539 XEvent event; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWindowEvent.c290 * otherwise the Activate event that follows Expanding would
433 * Given a Macintosh window update event this function generates
437 * True if event(s) are generated - false otherwise.
440 * Additional events may be place on the Tk event queue.
511 * geneates a X Expose event for the window if it is within the
516 * True if event(s) are generated - false otherwise.
519 * Additional events may be place on the Tk event queue.
531 XEvent event;
562 event.xany.serial = Tk_Display(winPtr)->request;
563 event
526 XEvent event; local
656 XEvent event; local
725 XEvent event; local
845 XEvent event; local
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGVariableEventStream.cpp40 void VariableEventStream::logEvent(const VariableEvent& event) argument
43 event.dump(WTF::dataFile());
59 void update(const VariableEvent& event) argument
61 switch (event.kind()) {
77 u = event.variableRepresentation();
78 format = event.dataFormat();
145 const VariableEvent& event = at(i); local
146 switch (event.kind()) {
153 info.update(event);
154 generationInfos.add(event
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dshutdown_test.c54 t1_shutdown(isc_task_t *task, isc_event_t *event) { argument
55 t_info *info = event->ev_arg;
59 isc_event_free(&event);
63 t2_shutdown(isc_task_t *task, isc_event_t *event) { argument
64 t_info *info = event->ev_arg;
68 isc_event_free(&event);
72 shutdown_action(isc_task_t *task, isc_event_t *event) { argument
73 t_info *info = event->ev_arg;
76 INSIST(event->ev_type == ISC_TASKEVENT_SHUTDOWN);
83 sizeof(*event));
92 foo_event(isc_task_t *task, isc_event_t *event) argument
98 tick(isc_task_t *task, isc_event_t *event) argument
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASClient.h58 void NextState(ULong event);
60 void HandleDisconnectedStateEvent(ULong event);
61 void HandleConnectedStateEvent(ULong event);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDOMTreeDataGrid.js44 _onmousemove: function(event)
46 var gridNode = this.dataGridNodeFromNode(event.target);
53 _onmouseout: function(event) {
H A DLogContentView.js213 handleCopyEvent: function(event)
218 event.clipboardData.setData("text/plain", this._formatMessagesAsData(true));
219 event.stopPropagation();
220 event.preventDefault();
291 _sessionsCleared: function(event)
298 _sessionStarted: function(event)
303 _messageAdded: function(event)
305 var message = this._logViewController.appendConsoleMessage(event.data.message);
310 _previousMessageRepeatCountUpdated: function(event)
312 this._logViewController.updatePreviousMessageRepeatCount(event
[all...]
H A DContentFlowDOMTreeContentView.js74 _contentNodeWasAdded: function(event)
76 var treeElement = new WebInspector.DOMTreeElement(event.data.node);
77 if (!event.data.before) {
82 var beforeElement = this.domTreeOutline.findTreeElement(event.data.before);
91 _contentNodeWasRemoved: function(event)
93 var treeElement = this.domTreeOutline.findTreeElement(event.data.node);
H A DNavigationBar.js218 // When the mouse is down don't dispatch the selected event, it will be dispatched on mouse up.
219 // This prevents sending the event while the user is scrubbing the bar.
273 _mouseDown: function(event)
276 if (event.button !== 0)
284 var itemElement = event.target.enclosingNodeOrSelfWithClass(WebInspector.RadioButtonNavigationItem.StyleClassName);
300 event.preventDefault();
301 event.stopPropagation();
304 _mouseMoved: function(event)
306 console.assert(event.button === 0);
311 event
[all...]
H A DCallFrameIcons.css30 .event-listener-icon .icon {
H A DSourceCodeTimelineTimelineDataGridNode.js59 _timelineRecordAdded: function(event)
61 if (this.isRecordVisible(event.data.record))
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dlwlib-utils.c47 XEvent event; local
49 event.type = Expose;
50 event.xexpose.serial = 0;
51 event.xexpose.send_event = 0;
52 event.xexpose.display = XtDisplay (widget);
53 event.xexpose.window = XtWindow (widget);
54 event.xexpose.x = 0;
55 event.xexpose.y = 0;
56 event.xexpose.width = widget->core.width;
57 event
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeyboard.h47 All input, from all KBOARDs, goes together in a single event queue
52 immediately. When a new event comes in from a particular KBOARD,
205 /* The frame in which the last input event occurred, or Qmacro if the
206 last event came from a macro. We use this to determine when to
208 like Fselect_frame, to make sure that a switch-frame event is
247 #define EVENT_HAS_PARAMETERS(event) (CONSP (event))
249 /* Extract the head from an event.
251 #define EVENT_HEAD(event) \
252 (EVENT_HAS_PARAMETERS (event)
[all...]
/macosx-10.10.1/screen-22/screen/
H A Dbraille.h37 struct event bd_readev;
38 struct event bd_writeev;
39 struct event bd_selectev;
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dselect.c26 # include <sys/event.h>
112 * event using the level-triggered semantics. The event
115 * c. cupsdDoSelect() uses epoll_wait() with the global event
120 * frees all of the memory used by the event buffer.
124 * using kqueue() function and allocates a global event
127 * register the changes. The event user data field is a
133 * and frees all of the memory used by the event buffer.
297 struct kevent event; /* Event data */ variable in typeref:struct:kevent
307 EV_SET(&event, f
339 struct epoll_event event; /* Event data */ variable in typeref:struct:epoll_event
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXWindowEvent.c262 * a X Expose event for the window if it is within the update region. The
267 * True if event(s) are generated - false otherwise.
270 * Additional events may be place on the Tk event queue.
282 XEvent event;
313 event.xany.serial = LastKnownRequestProcessed(Tk_Display(winPtr));
314 event.xany.send_event = false;
315 event.xany.window = Tk_WindowId(winPtr);
316 event.xany.display = Tk_Display(winPtr);
317 event.type = Expose;
318 event
281 XEvent event; local
431 XEvent event; local
491 XEvent event; local
617 XEvent event; local
835 XVirtualEvent event; local
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Daudit.c89 ssh_audit_event_t event; member in struct:event_lookup_struct
108 for (i = 0; event_lookup[i].event != SSH_AUDIT_UNKNOWN; i++)
109 if (event_lookup[i].event == ev)
136 audit_event(ssh_audit_event_t event) argument
138 debug("audit event euid %d user %s event %d (%s)", geteuid(),
139 audit_username(), event, audit_event_lookup(event));
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcallback.cpp34 void ModuleCallback::operator () (CSSM_MODULE_EVENT event, argument
41 if (CSSM_RETURN err = mCallback(&guid, mContext, subId, serviceType, event))
80 void ModuleCallbackSet::operator () (CSSM_MODULE_EVENT event, argument
93 it->first(event, guid, subId, serviceType);
102 (new Runner(callbacks, event, guid, subId, serviceType))->run();
119 it->first(event, guid, subserviceId, serviceType);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcallback.cpp34 void ModuleCallback::operator () (CSSM_MODULE_EVENT event, argument
41 if (CSSM_RETURN err = mCallback(&guid, mContext, subId, serviceType, event))
80 void ModuleCallbackSet::operator () (CSSM_MODULE_EVENT event, argument
93 it->first(event, guid, subId, serviceType);
102 (new Runner(callbacks, event, guid, subId, serviceType))->run();
119 it->first(event, guid, subserviceId, serviceType);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/efl/
H A DWKViewEfl.cpp73 void WKViewSendMouseDownEvent(WKViewRef viewRef, Evas_Event_Mouse_Down* event) argument
75 static_cast<WebViewEfl*>(toImpl(viewRef))->sendMouseEvent(event);
78 void WKViewSendMouseUpEvent(WKViewRef viewRef, Evas_Event_Mouse_Up* event) argument
80 static_cast<WebViewEfl*>(toImpl(viewRef))->sendMouseEvent(event);
83 void WKViewSendMouseMoveEvent(WKViewRef viewRef, Evas_Event_Mouse_Move* event) argument
85 static_cast<WebViewEfl*>(toImpl(viewRef))->sendMouseEvent(event);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorColorEditingController.js61 _colorPickerColorChanged: function(event)
63 this.value = event.target.color;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKInspectorNodeSearchGestureRecognizer.mm50 - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
61 - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
66 - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
71 - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event

Completed in 172 milliseconds

1234567891011>>