Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 25 of 264) sorted by relevance

1234567891011

/third_party/alsa-lib/include/
Dseqmid.h48 static inline void snd_seq_ev_clear(snd_seq_event_t *ev) in snd_seq_ev_clear()
59 static inline void snd_seq_ump_ev_clear(snd_seq_ump_event_t *ev) in snd_seq_ump_ev_clear()
71 #define snd_seq_ev_set_tag(ev,t) \ argument
84 #define snd_seq_ev_set_dest(ev,c,p) \ argument
95 #define snd_seq_ev_set_subs(ev) \ argument
107 #define snd_seq_ev_set_broadcast(ev) \ argument
118 #define snd_seq_ev_set_source(ev,p) \ argument
130 #define snd_seq_ev_set_direct(ev) \ argument
145 #define snd_seq_ev_schedule_tick(ev, q, relative, ttick) \ argument
164 #define snd_seq_ev_schedule_real(ev, q, relative, rtime) \ argument
[all …]
Dseq.h685 #define snd_seq_type_check(ev,x) (snd_seq_event_types[(ev)->type] & _SND_SEQ_TYPE(x)) argument
688 #define snd_seq_ev_is_result_type(ev) \ argument
691 #define snd_seq_ev_is_note_type(ev) \ argument
694 #define snd_seq_ev_is_control_type(ev) \ argument
697 #define snd_seq_ev_is_channel_type(ev) \ argument
701 #define snd_seq_ev_is_queue_type(ev) \ argument
704 #define snd_seq_ev_is_message_type(ev) \ argument
707 #define snd_seq_ev_is_subscribe_type(ev) \ argument
710 #define snd_seq_ev_is_sample_type(ev) \ argument
713 #define snd_seq_ev_is_user_type(ev) \ argument
[all …]
/third_party/node/test/parallel/
Dtest-events-customevent.js27 const ev = new CustomEvent('foo', {}, {}); constant
32 const ev = new CustomEvent('$'); constant
47 const ev = new CustomEvent('$', { constant
62 const ev = new CustomEvent('$', { detail: i }); constant
69 const ev = new CustomEvent('$', { constant
83 const ev = new Event('$', { constant
93 const ev = new CustomEvent('$'); constant
129 const ev = new CustomEvent('$'); constant
144 const ev = new CustomEvent('foo'); constant
150 const ev = new CustomEvent('foo'); constant
[all …]
Dtest-eventtarget.js39 const ev = new Event('foo'); constant
73 const ev = new Event('foo'); constant
79 const ev = new Event('foo'); constant
85 const ev = new Event('foo'); constant
96 const ev = new Event('foo', {}, {}); constant
100 const ev = new Event('foo'); constant
106 const ev = new Event('foo'); constant
112 const ev = new Event('foo'); constant
118 const ev = new Event('foo', { cancelable: true }); constant
128 const ev = new Event('foo'); constant
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/
DSynchronizationTests.cpp24 sw::CountedEvent ev; in TEST() local
30 sw::CountedEvent ev(true); in TEST() local
36 sw::CountedEvent ev(true); in TEST() local
43 sw::CountedEvent ev; in TEST() local
50 sw::CountedEvent ev; in TEST() local
58 sw::CountedEvent ev; in TEST() local
74 sw::CountedEvent ev; in TEST() local
90 sw::CountedEvent ev; in TEST() local
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c362 …midi_event_encode(snd_midi_event_t *dev, const unsigned char *buf, long count, snd_seq_event_t *ev) in snd_midi_event_encode()
400 int snd_midi_event_encode_byte(snd_midi_event_t *dev, int c, snd_seq_event_t *ev) in snd_midi_event_encode_byte()
466 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in note_event()
474 static void one_param_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in one_param_ctrl_event()
481 static void pitchbend_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in pitchbend_ctrl_event()
488 static void two_param_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in two_param_ctrl_event()
496 static void one_param_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in one_param_event()
502 static void songpos_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in songpos_event()
559 …midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_event_t *ev) in snd_midi_event_decode()
622 static void note_decode(const snd_seq_event_t *ev, unsigned char *buf) in note_decode()
[all …]
/third_party/libinput/tools/
Dlibinput-debug-events.c57 print_event_header(struct libinput_event *ev) in print_event_header()
255 print_device_notify(struct libinput_event *ev) in print_device_notify()
315 print_key_event(struct libinput_event *ev) in print_key_event()
340 print_motion_event(struct libinput_event *ev) in print_motion_event()
354 print_absmotion_event(struct libinput_event *ev) in print_absmotion_event()
367 print_pointer_button_event(struct libinput_event *ev) in print_pointer_button_event()
397 #define changed_sym(ev, ax) \ in print_tablet_axes() argument
456 print_tablet_tip_event(struct libinput_event *ev) in print_tablet_tip_event()
470 print_tablet_button_event(struct libinput_event *ev) in print_tablet_button_event()
491 print_pointer_axis_event(struct libinput_event *ev) in print_pointer_axis_event()
[all …]
Dlibinput-debug-tablet.c245 handle_device_added(struct context *ctx, struct libinput_event *ev) in handle_device_added()
274 handle_device_removed(struct context *ctx, struct libinput_event *ev) in handle_device_removed()
307 handle_tablet_button_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_button_event()
329 handle_tablet_axis_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_axis_event()
337 handle_tablet_proximity_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_proximity_event()
352 handle_tablet_tip_event(struct context *ctx, struct libinput_event *ev) in handle_tablet_tip_event()
363 struct libinput_event *ev; in handle_libinput_events() local
/third_party/libevdev/test/
Dtest-libevdev-events.c21 struct input_event ev; in START_TEST() local
49 struct input_event ev; in START_TEST() local
87 struct input_event ev; in START_TEST() local
116 struct input_event ev; in START_TEST() local
175 struct input_event ev; in START_TEST() local
209 struct input_event ev; in START_TEST() local
247 struct input_event ev; in START_TEST() local
303 struct input_event ev; in START_TEST() local
353 struct input_event ev; in START_TEST() local
404 struct input_event ev; in START_TEST() local
[all …]
Dtest-int-queue.c57 struct input_event *ev; in START_TEST() local
85 struct input_event ev, *e, tmp; in START_TEST() local
117 struct input_event ev, *e, tmp; in START_TEST() local
159 struct input_event ev, *first, *second, e1, e2; in START_TEST() local
198 struct input_event ev, *first, *second, e1, e2; in START_TEST() local
255 struct input_event ev, *first, *second; in START_TEST() local
/third_party/alsa-lib/test/
Dplaymidi1.c108 static void write_ev(snd_seq_event_t *ev) in write_ev()
205 static void set_event_time(snd_seq_event_t *ev, unsigned int currtime) in set_event_time()
222 static void set_event_header(snd_seq_event_t *ev) in set_event_header()
239 snd_seq_event_t ev; in alsa_stop_timer() local
247 snd_seq_event_t ev; in do_tempo() local
267 snd_seq_event_t ev; in do_noteon() local
279 snd_seq_event_t ev; in do_noteoff() local
291 snd_seq_event_t ev; in do_program() local
303 snd_seq_event_t ev; in do_parameter() local
315 snd_seq_event_t ev; in do_pitchbend() local
[all …]
/third_party/alsa-lib/test/lsb/
Dmidi_event.c37 snd_seq_event_t ev; in test_decode() local
157 snd_seq_event_t ev; in test_reset_decode() local
179 snd_seq_event_t ev; in test_encode() local
290 snd_seq_event_t ev; in test_reset_encode() local
309 snd_seq_event_t ev; in test_init() local
336 snd_seq_event_t ev; in test_encode_byte() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_epoll_ctl_test.cpp23 epoll_event ev; variable
39 epoll_event ev; variable
55 epoll_event ev; variable
/third_party/musl/src/linux/
Depoll.c27 int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in epoll_ctl()
32 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait()
41 int epoll_wait(int fd, struct epoll_event *ev, int cnt, int to) in epoll_wait()
/third_party/libevdev/tools/
Dlibevdev-events.c94 print_event(struct input_event *ev) in print_event()
114 print_sync_event(struct input_event *ev) in print_sync_event()
157 struct input_event ev; in main() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp32 for (auto &ev : deps) in event() local
101 event::chain(event &ev) { in chain()
132 event(q.context(), deps, profile(q, action), [](event &ev){}), in hard_event()
218 return [&q, action] (event &ev) { in profile()
247 any_of([](const event &ev) { in status()
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
Dindex.js42 on(ev, fn) { argument
45 removeListener(ev, fn) { argument
60 emit(ev, code, signal) { argument
226 #processEmit(ev, ...args) { argument
/third_party/node/deps/npm/node_modules/signal-exit/dist/cjs/
Dindex.js46 on(ev, fn) { argument
49 removeListener(ev, fn) { argument
64 emit(ev, code, signal) { argument
230 #processEmit(ev, ...args) { argument
/third_party/libinput/test/
Dtest-touch.c90 struct libinput_event *ev; in START_TEST() local
142 struct libinput_event *ev; in touch_assert_seat_slot() local
209 struct libinput_event *ev; in START_TEST() local
267 struct libinput_event *ev; in START_TEST() local
312 struct libinput_event *ev; in START_TEST() local
357 struct libinput_event *ev; in START_TEST() local
444 struct libinput_event *ev; in START_TEST() local
558 struct libinput_event *ev; in START_TEST() local
702 struct libinput_event *ev; in START_TEST() local
760 struct libinput_event *ev; in START_TEST() local
[all …]
Dtest-pad.c65 struct libinput_event *ev; in START_TEST() local
184 struct libinput_event *ev; in START_TEST() local
244 struct libinput_event *ev; in START_TEST() local
334 struct libinput_event *ev; in START_TEST() local
404 struct libinput_event *ev; in START_TEST() local
465 struct libinput_event *ev; in START_TEST() local
504 struct libinput_event *ev; in START_TEST() local
558 struct libinput_event *ev; in START_TEST() local
658 struct libinput_event *ev; in START_TEST() local
/third_party/node/deps/undici/src/lib/api/
Dreadable.js65 emit (ev, ...args) { argument
76 on (ev, ...args) { argument
83 addListener (ev, ...args) { argument
87 off (ev, ...args) { argument
98 removeListener (ev, ...args) { argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
Devent.cpp65 for (auto &ev : evs) { in clWaitForEvents() local
90 auto &ev = obj(d_ev); in clGetEventInfo() local
127 auto &ev = obj(d_ev); in clSetEventCallback() local
188 for (auto &ev : deps) { in clEnqueueMarkerWithWaitList() local
223 for (auto &ev : deps) { in clEnqueueBarrierWithWaitList() local
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoptimers.c36 struct sigevent ev; in main() local
89 struct sigevent ev; in main() local
/third_party/libuv/src/unix/
Dkqueue.c100 struct kevent ev; in uv__io_check_fd() local
117 static void uv__kqueue_delete(int kqfd, const struct kevent *ev) { in uv__kqueue_delete()
135 struct kevent* ev; in uv__io_poll() local
463 struct kevent ev; in uv__fs_event() local
/third_party/node/deps/cares/src/lib/
Dares_event_poll.c81 const ares_event_t *ev = in ares_evsys_poll_wait() local
100 ares_event_t *ev; in ares_evsys_poll_wait() local

1234567891011