Searched refs:events (Results 1 - 25 of 372) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/Cocoa/
H A DWKRenderingProgressEventsInternal.h32 WKRenderingProgressEvents events = 0; local
35 events |= WKRenderingProgressEventFirstLayout;
38 events |= WKRenderingProgressEventFirstPaintWithSignificantArea;
40 return events;
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/handlers/
H A Drecorder.rb6 # This handler will capture an event and record the event. Recorder events
7 # are available vial Psych::Handlers::Recorder#events.
15 # recorder.events # => [list of events]
17 # # Replay the events
20 # recorder.events.each do |m, args|
25 attr_reader :events
28 @events = []
34 @events << [event, args]
/macosx-10.10.1/ruby-106/ruby/lib/rexml/validation/
H A Drelaxng.rb129 @events = []
139 @events.each {|s| s.reset if s.kind_of? State }
148 #puts "Next (#@current) is #{@events[@current]}"
150 return @previous.pop.next( event ) if @events[@current].nil?
151 expand_ref_in( @events, @current ) if @events[@current].class == Ref
152 if ( @events[@current].kind_of? State )
154 @events[@current-1].previous = self
155 return @events[@current-1].next( event )
158 if ( @events[
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_settracefunc.rb19 events = []
23 2: events << [event, lineno, mid, klass] if file == name
29 events.shift)
31 events.shift)
33 events.shift)
35 events.shift)
37 events.shift)
39 events.shift)
40 assert_equal([], events)
44 events
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_stream.rb43 attr_accessor :events
45 @events[ :entitydecl ] = true
48 @events[ :attlistdecl ] = true
51 @events[ :elementdecl ] = true
54 @events[ :notationdecl ] = true
57 listener.events = {}
61 assert( listener.events[:entitydecl] )
62 assert( listener.events[:attlistdecl] )
63 assert( listener.events[:elementdecl] )
64 assert( listener.events[
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Disearch-x.el86 (let ((key (car unread-command-events))
87 events)
88 (setq unread-command-events (cdr unread-command-events)
89 events (funcall input-method-function key))
90 ;; EVENTS is a list of events the input method has generated. It
92 ;; `compose-last-chars'. We extract only character events and
94 (while events
95 (if (integerp (car events)) (insert (car events)))
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dondestroy.c38 ISC_LIST_INIT(ondest->events);
60 ISC_LIST_APPEND(ondest->events, theevent, ev_link);
72 eventp = ISC_LIST_HEAD(ondest->events);
74 ISC_LIST_UNLINK(ondest->events, eventp, ev_link);
81 eventp = ISC_LIST_HEAD(ondest->events);
/macosx-10.10.1/ntp-92/lib/isc/
H A Dondestroy.c38 ISC_LIST_INIT(ondest->events);
60 ISC_LIST_APPEND(ondest->events, theevent, ev_link);
72 eventp = ISC_LIST_HEAD(ondest->events);
74 ISC_LIST_UNLINK(ondest->events, eventp, ev_link);
81 eventp = ISC_LIST_HEAD(ondest->events);
/macosx-10.10.1/ruby-106/ruby/ext/-test-/wait_for_single_fd/
H A Dwait_for_single_fd.c5 wait_for_single_fd(VALUE ign, VALUE fd, VALUE events, VALUE timeout) argument
16 rc = rb_wait_for_single_fd(NUM2INT(fd), NUM2INT(events), tvp);
/macosx-10.10.1/ruby-106/ruby/test/psych/handlers/
H A Dtest_recorder.rb15 assert_equal 5, recorder.events.length
18 recorder.events.each do |m, args|
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A DpkgIndex.tcl4 package ifneeded tcl::chan::events 1 [list source [list [file join $dir events.tcl]]]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dondestroy.h83 isc_eventlist_t events; member in struct:isc_ondestroy
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dondestroy.h83 isc_eventlist_t events; member in struct:isc_ondestroy
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dselector.h86 void events(Type type) { mSelector->set(mFd, type); mEvents = type; } function in class:Security::UnixPlusPlus::Selector::Client
87 Type events() const { return mEvents; } function in class:Security::UnixPlusPlus::Selector::Client
89 void enable(Type type) { events(events() | type); }
90 void disable(Type type) { events(events() & ~type); }
H A Dkq++.cpp46 KEvent *events, unsigned eventCount, const timespec *timeout)
48 int rc = ::kevent64(mQueue, updates, updateCount, events, eventCount, 0, timeout);
45 operator ()(const KEvent *updates, unsigned updateCount, KEvent *events, unsigned eventCount, const timespec *timeout) argument
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dselector.h86 void events(Type type) { mSelector->set(mFd, type); mEvents = type; } function in class:Security::UnixPlusPlus::Selector::Client
87 Type events() const { return mEvents; } function in class:Security::UnixPlusPlus::Selector::Client
89 void enable(Type type) { events(events() | type); }
90 void disable(Type type) { events(events() & ~type); }
H A Dkq++.cpp46 KEvent *events, unsigned eventCount, const timespec *timeout)
48 int rc = ::kevent64(mQueue, updates, updateCount, events, eventCount, 0, timeout);
45 operator ()(const KEvent *updates, unsigned updateCount, KEvent *events, unsigned eventCount, const timespec *timeout) argument
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DColorWheel.css38 pointer-events: none;
H A DHoverMenu.css31 pointer-events: none;
66 pointer-events: all;
H A DPopover.css31 pointer-events: none;
53 pointer-events: none;
69 pointer-events: auto;
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-poll.h36 short events; member in struct:pollfd
/macosx-10.10.1/misc_cmds-33/calendar/
H A Dcalendar.h81 struct event *event_add(struct event *events, int month, int day, char *date,
83 void event_continue(struct event *events, char *txt);
84 void event_print_all(FILE *fp, struct event *events);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Ddebug.h43 void rb_add_event_hook(rb_event_hook_func_t func, rb_event_flag_t events, VALUE data);
47 void rb_thread_add_event_hook(VALUE thval, rb_event_hook_func_t func, rb_event_flag_t events, VALUE data);
53 VALUE rb_tracepoint_new(VALUE target_thread_not_supported_yet, rb_event_flag_t events, void (*func)(VALUE, void *), void *data);
79 void rb_add_event_hook2(rb_event_hook_func_t func, rb_event_flag_t events, VALUE data, rb_event_hook_flag_t hook_flag);
80 void rb_thread_add_event_hook2(VALUE thval, rb_event_hook_func_t func, rb_event_flag_t events, VALUE data, rb_event_hook_flag_t hook_flag);
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_trace.c36 rb_event_flag_t events; member in struct:rb_event_hook_struct
64 recalc_add_ruby_vm_event_flags(rb_event_flag_t events) argument
70 if (events & (1 << i)) {
78 recalc_remove_ruby_vm_event_flags(rb_event_flag_t events) argument
84 if (events & (1 << i)) {
102 alloc_event_hook(rb_event_hook_func_t func, rb_event_flag_t events, VALUE data, rb_event_hook_flag_t hook_flags) argument
106 hook->events = events;
117 recalc_add_ruby_vm_event_flags(hook->events);
118 list->events |
122 rb_threadptr_add_event_hook(rb_thread_t *th, rb_event_hook_func_t func, rb_event_flag_t events, VALUE data, rb_event_hook_flag_t hook_flags) argument
129 rb_thread_add_event_hook(VALUE thval, rb_event_hook_func_t func, rb_event_flag_t events, VALUE data) argument
131 rb_threadptr_add_event_hook(thval2thread_t(thval), func, events, data, RUBY_EVENT_HOOK_FLAG_SAFE); local
135 rb_add_event_hook(rb_event_hook_func_t func, rb_event_flag_t events, VALUE data) argument
142 rb_thread_add_event_hook2(VALUE thval, rb_event_hook_func_t func, rb_event_flag_t events, VALUE data, rb_event_hook_flag_t hook_flags) argument
144 rb_threadptr_add_event_hook(thval2thread_t(thval), func, events, data, hook_flags); local
148 rb_add_event_hook2(rb_event_hook_func_t func, rb_event_flag_t events, VALUE data, rb_event_hook_flag_t hook_flags) argument
601 rb_event_flag_t events; member in struct:rb_tp_struct
1100 tracepoint_new(VALUE klass, rb_thread_t *target_th, rb_event_flag_t events, void (func)(VALUE, void*), void *data, VALUE proc) argument
1116 rb_tracepoint_new(VALUE target_thval, rb_event_flag_t events, void (*func)(VALUE, void *), void *data) argument
1178 rb_event_flag_t events = 0; local
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMRepeatingPower.c57 IOReturn IOPMScheduleRepeatingPowerEvent(CFDictionaryRef events) argument
65 if(!isA_CFDictionary(events)) return kIOReturnBadArgument;
73 flatPackage = CFPropertyListCreateData(0, events,

Completed in 163 milliseconds

1234567891011>>