Searched refs:events (Results 26 - 50 of 389) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dkq++.h46 unsigned operator () (const KEvent *updates, unsigned updateCount, KEvent *events, unsigned eventCount,
48 unsigned operator () (KEvent *events, unsigned eventCount, const timespec *timeout = NULL) argument
49 { return operator () (NULL, NULL, events, eventCount, timeout); }
/macosx-10.9.5/cups-372.4/cups/test/
H A D4.4-subscription-ops.test23 ATTR keyword notify-events printer-state-changed
78 ATTR keyword notify-events printer-state-changed
83 ATTR keyword notify-events printer-config-changed
120 EXPECT notify-events
121 DISPLAY notify-events
140 ATTR keyword notify-events printer-state-changed
H A Dcreate-printer-subscription.test36 ATTR keyword notify-events printer-config-changed,printer-state-changed
62 ATTR keyword notify-events printer-config-changed,printer-state-changed
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/htdocs/raw/
H A Dmem_event.exp10 generation of file events for memory based channels.
28 events are generated and handled by the tcl core. See the
34 events. Especially if the user happens to activate an event handler
35 for <i>writable</i> events on a memory channel.
41 events (sources) to squeeze in while reducing delay (and thus the
53 [mem/mp/fifo2] because both sides can generate and queue events for
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCDTMFSender.cpp170 Vector<RefPtr<Event> > events;
171 events.swap(m_scheduledEvents);
173 Vector<RefPtr<Event> >::iterator it = events.begin();
174 for (; it != events.end(); ++it)
H A DRTCDataChannel.cpp274 Vector<RefPtr<Event> > events;
275 events.swap(m_scheduledEvents);
277 Vector<RefPtr<Event> >::iterator it = events.begin();
278 for (; it != events.end(); ++it)
281 events.clear();
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/include/isc/
H A Dcondition.h40 HANDLE events[2]; member in struct:isc_condition
/macosx-10.9.5/ntp-88/lib/isc/win32/include/isc/
H A Dcondition.h40 HANDLE events[2]; member in struct:isc_condition
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl6 # Package tcl::chan::events 1
15 # Meta description events. It is expected that this class
35 oo::class create ::tcl::chan::events {
55 # Allow/disallow the posting of events based on the
56 # events requested by Tcl's IO system, and the mask of
57 # events the instance's channel can handle, per all
69 # Declare that the named events are handled by the
71 # these events to the instance's channel.
78 # Declare that the named events are not handled by the
79 # channel. This may stop the periodic posting of events
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dpoll.h65 * Requestable events. If poll(2) finds any of these set, they are
78 * of these events (currently only supported on local filesystems).
86 * These events are set if they occur regardless of whether they were
91 #define POLLNVAL 0x0020 /* requested events "invalid" */
99 short events; member in struct:pollfd
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestResources.cpp346 Vector<SingleResourceLoadTest::LoadEvents>& events = test->m_loadEvents; local
347 g_assert_cmpint(events.size(), ==, 5);
348 g_assert_cmpint(events[0], ==, SingleResourceLoadTest::Started);
349 g_assert_cmpint(events[1], ==, SingleResourceLoadTest::SentRequest);
350 g_assert_cmpint(events[2], ==, SingleResourceLoadTest::ReceivedResponse);
351 g_assert_cmpint(events[3], ==, SingleResourceLoadTest::ReceivedData);
352 g_assert_cmpint(events[4], ==, SingleResourceLoadTest::Finished);
353 events.clear();
358 g_assert_cmpint(events.size(), ==, 6);
359 g_assert_cmpint(events[
608 Vector<SingleResourceLoadTest::LoadEvents>& events = test->m_loadEvents; local
[all...]
/macosx-10.9.5/CPANInternal-140/IO-KQueue/examples/
H A Dtail.pl32 my @events = $kq->kevent();
34 foreach my $kevent (@events) {
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/examples/
H A Dtail.pl32 my @events = $kq->kevent();
34 foreach my $kevent (@events) {
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_windows.c529 WSAEVENT events[WSA_MAXIMUM_WAIT_EVENTS]; local
554 /* Start with the two events that we always wait for. */
555 events[0] = db_rep->signaler;
556 events[1] = listen_event;
589 events[nevents] = conn->event_object;
599 /* No time-based events to wake us up. */
605 nevents, events, FALSE, select_timeout, FALSE);
668 WSANETWORKEVENTS events; local
670 if ((ret = WSAEnumNetworkEvents(conn->fd, conn->event_object, &events))
679 if ((ret = finish_connecting(env, conn, &events)) !
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_twait.c114 _nc_event *ev = evl->events[n];
210 fds[count].events = POLLIN;
216 fds[count].events = POLLIN;
222 _nc_event *ev = evl->events[n];
227 fds[count].events = POLLIN;
244 _nc_event *ev = evl->events[n];
328 _nc_event *ev = evl->events[n];
352 _nc_event *ev = evl->events[n];
379 _nc_event *ev = evl->events[n];
/macosx-10.9.5/ntp-88/lib/isc/
H A Dtask.c86 isc_eventlist_t events; member in struct:isc_task
147 REQUIRE(EMPTY(task->events));
197 INIT_LIST(task->events);
264 INSIST(EMPTY(task->events));
271 * Note that we post shutdown events LIFO.
278 ENQUEUE(task->events, event, ev_link);
317 INSIST(EMPTY(task->events));
320 * pending events. We could try to optimize and
377 INSIST(EMPTY(task->events));
382 ENQUEUE(task->events, even
466 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
510 isc_eventlist_t events; local
592 isc_task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument
607 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/securityd-55199.3/src/
H A Dnotifications.h53 // Listener*s, which makes them eligible to have events delivered to them via
67 Listener(NotificationDomain domain, NotificationMask events,
79 const NotificationMask events; member in class:Listener
82 { return (1 << event) & events; }
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DExtensionAPI.js112 var events = apiPrivate.Events;
201 this.onMessageAdded = new EventSink(events.ConsoleMessageAdded);
232 this.onRequestFinished = new EventSink(events.NetworkRequestFinished, dispatchRequestEvent);
234 this.onNavigated = new EventSink(events.InspectedURLChanged);
310 var hadHandler = extensionServer.hasHandler(events.OpenResource);
313 extensionServer.unregisterHandler(events.OpenResource);
325 extensionServer.registerHandler(events.OpenResource, callbackWrapper);
350 this.onShown = new EventSink(events.ViewShown + id, dispatchShowEvent);
351 this.onHidden = new EventSink(events.ViewHidden + id);
390 this.onSelectionChanged = new EventSink(events
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dcondition.c46 cond->events[LSIGNAL] = h;
49 * The threadlist will hold the actual events needed
58 * Add the thread to the threadlist along with the required events
85 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL];
133 if (!SetEvent(cond->events[LSIGNAL])) {
178 (void)CloseHandle(cond->events[LSIGNAL]);
212 * Get the thread events needed for the wait
/macosx-10.9.5/dtrace-118.1/DTTk/Apps/
H A Dnfswizard.d54 @events = count();
89 printa("NFS I/O events: %@d\n", @events);
/macosx-10.9.5/dtrace-118.1/DTTk/Bin/
H A Dnfswizard.d54 @events = count();
89 printa("NFS I/O events: %@d\n", @events);
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dcondition.c46 cond->events[LSIGNAL] = h;
49 * The threadlist will hold the actual events needed
58 * Add the thread to the threadlist along with the required events
85 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL];
133 if (!SetEvent(cond->events[LSIGNAL])) {
178 (void)CloseHandle(cond->events[LSIGNAL]);
212 * Get the thread events needed for the wait
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Ddialog1.rb13 '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/xnu-2422.115.4/tools/tests/unit_tests/pipe_test_10807398_src/
H A Dparent.c37 pfd.events = POLLOUT;
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A Dfifo2.c227 int interest; /* Interest in events as signaled by the
680 * channel. There is no need to start a timer if no events
688 * generate events nevertheless.
742 int events;
748 * tells us, wether wee have to generate some events, the second,
750 * if there were no events this time.
755 events = 0;
757 events |= TCL_READABLE;
760 events |= TCL_WRITABLE;
763 events
734 int events; local
[all...]

Completed in 401 milliseconds

1234567891011>>