Searched refs:events (Results 51 - 75 of 389) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/t/
H A Devents.pl1 %events = (
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dtask.h33 * execute runnable tasks by dispatching the events on the tasks' event
60 * events based upon their sender, type, and tag.
62 * Purging calls isc_event_free() on the matching events.
64 * Unsending returns a list of events that matched the pattern.
67 * Consumers of events should purge, not unsend.
69 * Producers of events often want to remove events when the caller indicates
75 * unsend events which they have sent.
107 *\li If 'quantum' is non-zero, then only that many events can be dispatched
218 * Purge events fro
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Ddialog1.tcl8 set i [tk_dialog .dialog1 "Dialog with local grab" {This is a modal dialog box. It uses Tk's "grab" command to create a "local grab" on the dialog box. The grab prevents any pointer-related events from getting to any other windows in the application until you have answered the dialog by invoking one of the buttons below. However, you can still interact with other applications.} \
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventSystem.cpp40 IOHIDEvent * events; member in struct:_HIDEventArgs
260 IOHIDEvent * events,
270 args.events = events;
283 if ( !eventArgsRef->events )
292 IOHIDEvent * event = &(eventArgsRef->events[i]);
256 handleHIDEvent( void * refCon, AbsoluteTime timeStamp, UInt32 eventCount, IOHIDEvent * events, IOOptionBits options) argument
H A DIOHIDEventSystem.h62 IOHIDEvent * events,
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_util.c66 TAILQ_INSERT_TAIL(&txn->events, e, links);
106 TAILQ_INSERT_TAIL(&txn->events, e, links);
131 for (e = TAILQ_FIRST(&txn->events); e != NULL; e = next_e) {
135 TAILQ_REMOVE(&txn->events, e, links);
176 TAILQ_INSERT_TAIL(&txn->events, e, links);
198 for (e = TAILQ_FIRST(&txn->events); e != NULL; e = next_e) {
203 TAILQ_REMOVE(&txn->events, e, links);
212 * Process the list of events associated with a transaction. On commit,
213 * apply the events; on abort, just toss the entries.
252 for (e = TAILQ_FIRST(&txn->events);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages22 {after.n tcl/events/after}
24 {bgerror.n tcl/events/background-error}
46 {fileevent.n tcl/events/fileevent}
108 {update.n tcl/events/update}
110 {vwait.n tcl/events/vwait}
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtask.c52 * an integrated event loop for socket, timer, and other generic task events.
113 isc_eventlist_t events; member in struct:isc__task
200 isc_eventlist_t *events);
203 void *tag, isc_eventlist_t *events);
275 REQUIRE(EMPTY(task->events));
327 INIT_LIST(task->events);
397 INSIST(EMPTY(task->events));
404 * Note that we post shutdown events LIFO.
411 ENQUEUE(task->events, event, ev_link);
450 INSIST(EMPTY(task->events));
600 dequeue_events(isc__task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, isc_boolean_t purging) argument
645 isc_eventlist_t events; local
728 isc__task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
743 isc__task_unsend(isc_task_t *task, void *sender, isc_eventtype_t type, void *tag, isc_eventlist_t *events) argument
[all...]
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DRepeatingAutoWake.c166 // Lost events will simply be lost events.
259 * 'WakeOrPowerOn' repeat events are returned when caller asks
260 * for 'Wake' events or 'PowerOn' events.
262 * WakeOrPowerOn type repeat events.
374 CFDictionaryRef events = NULL; local
392 events = (CFDictionaryRef)CFPropertyListCreateWithData(0, dataRef, 0, NULL, NULL);
395 if (!events) {
400 events,
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dselect.c121 * Wait for read or write events on a set of file descriptors. It uses poll()
184 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI;
190 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI;
196 pfd[num].events = POLLWRNORM|POLLOUT;
436 if(ufds[i].events & (POLLIN|POLLOUT|POLLPRI|
440 if(ufds[i].events & (POLLRDNORM|POLLIN))
442 if(ufds[i].events & (POLLWRNORM|POLLOUT))
444 if(ufds[i].events & (POLLRDBAND|POLLPRI))
H A Dselect.h51 short events; member in struct:pollfd
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_notify_change.c150 smbfs_notified_vnode(struct smbnode *np, int throttleBack, uint32_t events, argument
191 vnode_notify(vp, events, &vattr);
193 events = 0;
196 if (events == 0) /* We already process the event */
210 uint32_t events = 0; local
262 events |= VNODE_EVENT_FILE_CREATED | VNODE_EVENT_DIR_CREATED;
265 events |= VNODE_EVENT_FILE_REMOVED | VNODE_EVENT_DIR_REMOVED;
268 events |= VNODE_EVENT_ATTRIB;
272 events |= VNODE_EVENT_RENAME;
278 events |
304 uint32_t events = VNODE_EVENT_ATTRIB | VNODE_EVENT_WRITE; local
464 uint32_t events = VNODE_EVENT_ATTRIB | VNODE_EVENT_WRITE; local
820 uint32_t events = VNODE_EVENT_ATTRIB | VNODE_EVENT_WRITE; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/ctestfw/
H A Duperf.cpp410 long events = -1; local
432 events = testFunction->getEventsPerIteration();
435 if(events == -1){
438 fprintf(stdout, "= %s end: %f loops: %i operations: %li events: %li\n", name, t, (int)loops, ops, events);
441 if(events == -1){
444 fprintf(stdout,"= %s end %f %i %li %li\n", name, t, (int)loops, ops, events);
453 else if(events == -1) {
461 name, avg_t, (int)loops, (avg_t*1E9)/(loops*ops), (avg_t*1E9)/(loops*events));
463 name, min_t, (int)loops, (min_t*1E9)/(loops*ops), (min_t*1E9)/(loops*events));
[all...]
/macosx-10.9.5/misc_cmds-32/calendar/
H A Dio.c99 struct event *events = NULL; local
166 events = event_add(events, month, day, dbuf, var, p);
170 event_continue(events, buf);
173 event_print_all(fp, events);
178 * Functions to handle buffered calendar events.
181 event_add(struct event *events, int month, int day, char *date, int var, char *txt) argument
197 e->next = events;
224 event_print_all(FILE *fp, struct event *events) argument
249 for (e = events;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dtask.h33 * execute runnable tasks by dispatching the events on the tasks' event
60 * events based upon their sender, type, and tag.
62 * Purging calls isc_event_free() on the matching events.
64 * Unsending returns a list of events that matched the pattern.
67 * Consumers of events should purge, not unsend.
69 * Producers of events often want to remove events when the caller indicates
75 * unsend events which they have sent.
118 void *tag, isc_eventlist_t *events);
173 *\li If 'quantum' is non-zero, then only that many events ca
[all...]
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dmulti-uv.c98 void curl_perform(uv_poll_t *req, int status, int events) argument
109 if (events & UV_READABLE)
111 if (events & UV_WRITABLE)
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dio.h33 # define reqevents events
40 # undef events macro
186 int rb_wait_for_single_fd(int fd, int events, struct timeval *tv);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtimelinePanel.css39 pointer-events: none;
88 pointer-events: auto;
252 #timeline-overview-events,
290 pointer-events: none;
299 pointer-events: none;
310 pointer-events: visibleFill;
378 pointer-events: auto;
439 .timeline-overview-sidebar-events .icon {
534 pointer-events: auto;
558 pointer-events
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Datomicio.c60 pfd.events = f == read ? POLLIN : POLLOUT;
114 pfd.events = f == readv ? POLLIN : POLLOUT;
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-poll.c33 * Only supports POLLIN and POLLOUT flags in pfd.events, and POLLIN, POLLOUT
66 /* populate event bit vectors for the events we're interested in */
71 if (fds[i].events & POLLIN) {
75 if (fds[i].events & POLLOUT) {
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dselect.c123 * allocates an events buffer for the maximum fd count.
131 * through the events, using the user data field to find
143 * d. cupsdDoSelect() uses kevent() to poll for events and
144 * loops through the events, using the user data field to
160 * events from /dev/poll and then loops through the
356 event.events = 0;
359 event.events |= EPOLLIN;
362 event.events |= EPOLLOUT;
499 if (fdptr->read_cb && (event->events & (EPOLLIN | EPOLLERR | EPOLLHUP)))
503 (event->events
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Dfilter_fork.c131 fds[idx].events = POLLOUT;
136 fds[idx].events = POLLIN;
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Duni-input.el88 (events (list key))
102 (push key events)
105 (throw 'non-digit (append (reverse events)
109 (cdr (nreverse events)))
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster_wakeup.c61 #include <events.h>

Completed in 600 milliseconds

1234567891011>>