Searched refs:event (Results 476 - 500 of 1367) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c518 XExposeEvent *event = (XExposeEvent *)_event; local
521 XClearArea(dpy, XtWindow(w), event->x, event->y,
522 event->width, event->height, False);
525 if (timeout_id == 0 && event->count == 0) {
543 XExposeEvent event; local
546 event.x = event.y = 0;
547 event
647 XKeyEvent *event = (XKeyEvent *)_event; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_xmebw.c78 XEvent * event,
81 XEvent * event,
599 XEvent *event UNUSED,
656 draw_label(XmEnhancedButtonWidget eb, XEvent *event, Region region) argument
719 (*expose)((Widget) eb, event, region);
736 XEvent *event,
758 /* ...so KHelp event is delivered correctly. */
773 draw_label(eb, event, NULL);
774 draw_pixmap(eb, event, NULL);
797 call_value.event
735 Enter(Widget wid, XEvent *event, String *params UNUSED, Cardinal *num_params UNUSED) argument
824 Leave(Widget wid, XEvent *event, String *params UNUSED, Cardinal *num_params UNUSED) argument
1173 Redisplay(Widget w, XEvent *event, Region region) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkBind.c38 * Tcl "event" command.
39 * "event" command implementation.
40 * "event" implementation helpers.
55 Tk_Uid name; /* Tk_Uid of virtual event. */
64 * a domain in which event bindings may occur. It includes a space of objects
70 * application with separate event bindings for each (for example, each canvas
92 int curEvent; /* Index in eventRing of most recent event.
94 Tcl_HashTable patternTable; /* Used to map from an event to a list of
95 * patterns that may match that event. Keys
106 * The following structure represents virtual event tabl
2738 char *name, *event; local
2756 char *name, *event; local
3271 union {XEvent general; XVirtualEvent virtual;} event; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DWebPageMac.mm160 static Frame* frameForEvent(KeyboardEvent* event)
162 Node* node = event->target()->toNode();
169 bool WebPage::executeKeypressCommandsInternal(const Vector<WebCore::KeypressCommand>& commands, KeyboardEvent* event)
171 Frame& frame = event ? *frameForEvent(event) : m_page->focusController().focusedOrMainFrame();
186 eventWasHandled |= frame.editor().insertText(commands[i].text, event);
191 bool commandExecutedByEditor = command.execute(event);
194 bool performedNonEditingBehavior = event->keyEvent()->type() == PlatformEvent::RawKeyDown && performNonEditingBehaviorForSelector(commands[i].commandName, event);
208 bool WebPage::handleEditingKeyboardEvent(KeyboardEvent* event)
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_true.c33 * 65535us (65ms) elapses between the PPS event and our being called.)
601 enum true_event event
609 if (event != e_TS) {
611 msyslog(LOG_INFO, "TRUE: clock %s, state %s, event %s",
614 eventStr(event));
617 true_debug(peer, "clock %s, state %s, event %s\n",
618 typeStr(up->type), stateStr(up->state), eventStr(event));
621 switch (event) {
642 switch (event) {
659 switch (event) {
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/SharedWebCredential/
H A Dswcagent.m554 static void swca_xpc_dictionary_handler(const xpc_connection_t connection, xpc_object_t event) {
555 xpc_type_t type = xpc_get_type(event);
565 replyMessage = xpc_dictionary_create_reply(event);
567 uint64_t operation = xpc_dictionary_get_uint64(event, kSecXPCKeyOperation);
591 const uint8_t *bytes = xpc_dictionary_get_data(event, kSecXPCKeyClientToken, &length);
621 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error);
636 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error);
651 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error);
666 CFDictionaryRef query = SecXPCDictionaryCopyDictionary(event, kSecXPCKeyQuery, &error);
681 CFArrayRef items = SecXPCDictionaryCopyArray(event, kSecXPCKeyQuer
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DTimelineManager.js68 // COMPATIBILITY (iOS 7): recordingStarted event did not exist yet. Start explicitly.
77 // NOTE: Always stop immediately instead of waiting for a Timeline.recordingStopped event.
392 // Only worry about dead time after the load event.
397 _startAutoCapturing: function(event)
399 if (!event.target.isMainFrame() || (this._isCapturing && !this._autoCapturingMainResource))
402 var mainResource = event.target.provisionalMainResource || event.target.mainResource;
445 _mainResourceDidChange: function(event)
452 if (this._startAutoCapturing(event))
458 var mainResource = event
[all...]
/macosx-10.10.1/misc_cmds-33/calendar/
H A Dio.c99 struct event *events = NULL;
149 fprintf(stderr, "[Add event]\n");
180 struct event *
181 event_add(struct event *events, int month, int day, char *date, int var, char *txt)
183 struct event *e;
185 e = (struct event *)calloc(1, sizeof(struct event));
203 event_continue(struct event *e, char *txt)
224 event_print_all(FILE *fp, struct event *events)
226 struct event *
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/BSD/
H A Dif_firewire.cpp287 const struct kev_msg *event)
291 if (event->vendor_code != KEV_VENDOR_APPLE ||
292 event->kev_class != KEV_NETWORK_CLASS ||
293 event->kev_subclass != KEV_DL_SUBCLASS ||
294 event->event_code != KEV_DL_LINK_ADDRESS_CHANGED)
284 firewire_inet_event( ifnet_t ifp, __unused protocol_family_t protocol, const struct kev_msg *event) argument
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.h137 bool waitOutDelay(void *event,
174 IOReturn sessionExecuteEvent(Session *sp, UInt32 event, UInt32 data);
175 IOReturn sessionRequestEvent(Session *sp, UInt32 event, UInt32 *data);
177 sessionEnqueueEvent(Session *sp, UInt32 event, UInt32 data, bool sleep);
179 (Session *sp, UInt32 *event, UInt32 *data, bool sleep);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dccaudit.c17 int32_t event; member in struct:_ccaudit_s
56 ccaudit_create(process_t proc, auth_token_t auth, int32_t event) argument
68 ccaudit->event = event;
118 int err = au_close(ccaudit->fd, AU_TO_WRITE, (short)ccaudit->event);
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dthreads_windows.c114 if(!SetEvent(pos->event))
129 return SetEvent(pos->event) ? 0 : ((errno=EINVAL));
148 pos->event = CreateEvent(NULL, FALSE, FALSE, NULL); // auto-reset.
149 if(!pos->event) {
161 r2 = WaitForSingleObject(pos->event, timeout_ms);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHierarchicalPathComponent.js298 // Since the change event only fires when the selection actually changes we are
311 _selectElementMouseOver: function(event)
317 _selectElementMouseOut: function(event)
323 _selectElementMouseDown: function(event)
328 _selectElementMouseUp: function(event)
333 _selectElementSelectionChanged: function(event)
H A DHoverMenu.js82 handleEvent: function(event)
84 switch (event.type) {
86 if (!this._element.contains(event.target))
90 this._handleClickEvent(event);
101 _handleClickEvent: function(event)
H A DTextEditor.js241 // Still dispatch the event even if the number didn't change. The execution state still
498 // Use a timeout instead of a webkitAnimationEnd event listener because the line element might
1019 _gutterMouseDown: function(codeMirror, lineNumber, gutterElement, event)
1021 if (event.button !== 0 || event.ctrlKey)
1064 _gutterContextMenu: function(codeMirror, lineNumber, gutterElement, event)
1071 this._delegate.textEditorGutterContextMenu(this, lineNumber, 0, breakpoints, event);
1075 _documentMouseMoved: function(event)
1081 event.preventDefault();
1084 var position = this._codeMirror.coordsChar({left: event
[all...]
H A DSourceCodeTextEditor.js377 _updateBreakpointStatus: function(event)
384 var breakpoint = event.target;
392 _updateBreakpointLocation: function(event)
399 var breakpoint = event.target;
415 var oldLineInfo = {lineNumber: event.data.oldDisplayLineNumber, columnNumber: event.data.oldDisplayColumnNumber};
421 var oldLineInfo = {lineNumber: event.data.oldFormattedLineNumber, columnNumber: event.data.oldFormattedColumnNumber};
438 _breakpointAdded: function(event)
445 var breakpoint = event
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebContextMenuProxyGtk.cpp153 const GdkEvent* event = mouseEvent ? mouseEvent->nativeEvent() : 0; local
156 event ? event->button.button : 3, event ? event->button.time : GDK_CURRENT_TIME);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dbyaddr_test.c47 done(isc_task_t *task, isc_event_t *event) { argument
52 REQUIRE(event->ev_type == DNS_EVENT_BYADDRDONE);
53 bevent = (dns_byaddrevent_t *)event;
57 printf("byaddr event result = %s\n",
70 byaddr = event->ev_sender;
72 isc_event_free(&event);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/tkey/
H A Dkeydelete.c68 recvquery(isc_task_t *task, isc_event_t *event) { argument
69 dns_requestevent_t *reqev = (dns_requestevent_t *)event;
78 fprintf(stderr, "I:request event result: %s\n",
106 isc_event_free(&event);
112 sendquery(isc_task_t *task, isc_event_t *event) { argument
119 isc_event_free(&event);
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkBind.c40 * Tcl "event" command.
41 * "event" command implementation.
42 * "event" implementation helpers.
57 Tk_Uid name; /* Tk_Uid of virtual event. */
65 * represents a domain in which event bindings may occur. It includes
71 * are multiple domains within an application with separate event
95 * event. Newer events have higher
97 Tcl_HashTable patternTable; /* Used to map from an event to a
99 * event. Keys are PatternTableKey
110 * The following structure represents virtual event tabl
2783 char *name, *event; local
2801 char *name, *event; local
3320 XEvent event; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dwid-edit.el65 (defun widget-event-point (event)
66 "Character position of the end of event if that exists, or nil."
67 (posn-point (event-end event)))
69 (defun widget-button-release-event-p (event)
70 "Non-nil if EVENT is a mouse-button-release event object."
71 (and (eventp event)
72 (memq (event
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dgtkutil.c419 This function processes all GTK events in a recursive event loop.
420 This is done because GTK timer events are not seen by Emacs event
424 has expired by calling the GTK event loop.
736 GdkEvent event;
737 event.any.window = gdkwin;
738 gwdesc = gtk_get_event_widget (&event);
844 g_signal_connect (G_OBJECT (wtop), "delete-event",
1071 the dialog, but return TRUE so the event does not propagate further
1079 Returns TRUE to end propagation of event. */
1082 dialog_delete_callback (w, event, user_dat
733 GdkEvent event; local
3365 struct input_event event; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-hist.el148 (defcustom eshell-hist-event-designator
150 "*The regexp used to identifier history event designators."
517 (let ((ch (read-event)))
589 "Complete a history reference, by completing the event designator."
637 (let ((event (eshell-hist-parse-event-designator reference)))
638 (unless event
639 (error "Could not find history event `%s'" reference))
640 (setq eshell-history-index (car event)
641 reference (substring reference (cdr event))
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_bond.c518 bondport_receive_machine(bondport_ref p, LAEvent event,
524 bondport_periodic_transmit_machine(bondport_ref p, LAEvent event,
533 bondport_transmit_machine(bondport_ref p, LAEvent event,
540 bondport_mux_machine(bondport_ref p, LAEvent event,
722 * 2) When we attach our protocol to the interface, a dlil event is
1578 timestamp_printf("%s: (receive) generating LINK event\n",
1758 devtimer_process_func_event event)
1762 switch (event) {
1788 timestamp_printf("%s: (timer) generating LINK event\n",
2136 /* check if we need to generate a link status event */
1757 bondport_timer_process_func(devtimer_ref timer, devtimer_process_func_event event) argument
2995 bond_event(struct ifnet * port_ifp, __unused protocol_family_t protocol, const struct kev_msg * event) argument
3032 } event; local
3968 bondport_receive_machine_event(bondport_ref p, LAEvent event, void * event_data) argument
4000 bondport_receive_machine(bondport_ref p, LAEvent event, void * event_data) argument
4032 bondport_receive_machine_initialize(bondport_ref p, LAEvent event, __unused void * event_data) argument
4056 bondport_receive_machine_port_disabled(bondport_ref p, LAEvent event, __unused void * event_data) argument
4120 bondport_receive_machine_expired(bondport_ref p, LAEvent event, __unused void * event_data) argument
4159 bondport_receive_machine_lacp_disabled(bondport_ref p, LAEvent event, __unused void * event_data) argument
4185 bondport_receive_machine_defaulted(bondport_ref p, LAEvent event, __unused void * event_data) argument
4208 bondport_receive_machine_current(bondport_ref p, LAEvent event, void * event_data) argument
4256 bondport_periodic_transmit_machine(bondport_ref p, LAEvent event, __unused void * event_data) argument
4357 bondport_transmit_machine(bondport_ref p, LAEvent event, void * event_data) argument
4478 bondport_mux_machine(bondport_ref p, LAEvent event, void * event_data) argument
4503 bondport_mux_machine_detached(bondport_ref p, LAEvent event, __unused void * event_data) argument
4541 bondport_mux_machine_waiting(bondport_ref p, LAEvent event, __unused void * event_data) argument
4627 bondport_mux_machine_attached(bondport_ref p, LAEvent event, __unused void * event_data) argument
4668 bondport_mux_machine_collecting_distributing(bondport_ref p, LAEvent event, __unused void * event_data) argument
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/ioupsd/
H A Dupsd.c96 void *sender, CFDictionaryRef event);
97 static void ProcessUPSEvent(UPSDataRef upsDataRef, CFDictionaryRef event);
209 // Create a notification port and add its run loop event source to our run
261 // event source.
505 CFDictionaryRef event) {
506 ProcessUPSEvent((UPSDataRef) refcon, event);
513 void ProcessUPSEvent(UPSDataRef upsDataRef, CFDictionaryRef event) { argument
516 if (!upsDataRef || !event)
519 if ((count = CFDictionaryGetCount(event))) {
523 CFDictionaryGetKeysAndValues(event, (cons
504 UPSEventCallback(void *target, IOReturn result, void *refcon, void *sender, CFDictionaryRef event) argument
800 CFDictionaryRef event; local
[all...]

Completed in 382 milliseconds

<<11121314151617181920>>