| /third_party/alsa-lib/include/ |
| D | seqmid.h | 48 #define snd_seq_ev_clear(ev) \ argument 58 #define snd_seq_ev_set_tag(ev,t) \ argument 71 #define snd_seq_ev_set_dest(ev,c,p) \ argument 82 #define snd_seq_ev_set_subs(ev) \ argument 94 #define snd_seq_ev_set_broadcast(ev) \ argument 105 #define snd_seq_ev_set_source(ev,p) \ argument 117 #define snd_seq_ev_set_direct(ev) \ argument 132 #define snd_seq_ev_schedule_tick(ev, q, relative, ttick) \ argument 151 #define snd_seq_ev_schedule_real(ev, q, relative, rtime) \ argument 163 #define snd_seq_ev_set_priority(ev, high_prior) \ argument [all …]
|
| D | seq.h | 642 #define snd_seq_type_check(ev,x) (snd_seq_event_types[(ev)->type] & _SND_SEQ_TYPE(x)) argument 645 #define snd_seq_ev_is_result_type(ev) \ argument 648 #define snd_seq_ev_is_note_type(ev) \ argument 651 #define snd_seq_ev_is_control_type(ev) \ argument 654 #define snd_seq_ev_is_channel_type(ev) \ argument 658 #define snd_seq_ev_is_queue_type(ev) \ argument 661 #define snd_seq_ev_is_message_type(ev) \ argument 664 #define snd_seq_ev_is_subscribe_type(ev) \ argument 667 #define snd_seq_ev_is_sample_type(ev) \ argument 670 #define snd_seq_ev_is_user_type(ev) \ argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/SystemUnitTests/ |
| D | SynchronizationTests.cpp | 24 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/ |
| D | seq_midi_event.c | 360 …midi_event_encode(snd_midi_event_t *dev, const unsigned char *buf, long count, snd_seq_event_t *ev) in snd_midi_event_encode() 398 int snd_midi_event_encode_byte(snd_midi_event_t *dev, int c, snd_seq_event_t *ev) in snd_midi_event_encode_byte() 464 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in note_event() 472 static void one_param_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in one_param_ctrl_event() 479 static void pitchbend_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in pitchbend_ctrl_event() 486 static void two_param_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in two_param_ctrl_event() 494 static void one_param_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in one_param_event() 500 static void songpos_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in songpos_event() 557 …midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_event_t *ev) in snd_midi_event_decode() 620 static void note_decode(const snd_seq_event_t *ev, unsigned char *buf) in note_decode() [all …]
|
| /third_party/libinput/tools/ |
| D | libinput-debug-events.c | 57 print_event_header(struct libinput_event *ev) in print_event_header() 247 print_device_notify(struct libinput_event *ev) in print_device_notify() 307 print_key_event(struct libinput_event *ev) in print_key_event() 332 print_motion_event(struct libinput_event *ev) in print_motion_event() 346 print_absmotion_event(struct libinput_event *ev) in print_absmotion_event() 359 print_pointer_button_event(struct libinput_event *ev) in print_pointer_button_event() 389 #define changed_sym(ev, ax) \ in print_tablet_axes() argument 448 print_tablet_tip_event(struct libinput_event *ev) in print_tablet_tip_event() 462 print_tablet_button_event(struct libinput_event *ev) in print_tablet_button_event() 483 print_pointer_axis_event(struct libinput_event *ev) in print_pointer_axis_event() [all …]
|
| D | libinput-debug-tablet.c | 244 handle_device_added(struct context *ctx, struct libinput_event *ev) in handle_device_added() 273 handle_device_removed(struct context *ctx, struct libinput_event *ev) in handle_device_removed() 306 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/ |
| D | test-libevdev-events.c | 21 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 …]
|
| D | test-int-queue.c | 57 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/ |
| D | playmidi1.c | 106 static void write_ev(snd_seq_event_t *ev) in write_ev() 203 static void set_event_time(snd_seq_event_t *ev, unsigned int currtime) in set_event_time() 220 static void set_event_header(snd_seq_event_t *ev) in set_event_header() 237 snd_seq_event_t ev; in alsa_stop_timer() local 245 snd_seq_event_t ev; in do_tempo() local 265 snd_seq_event_t ev; in do_noteon() local 277 snd_seq_event_t ev; in do_noteoff() local 289 snd_seq_event_t ev; in do_program() local 301 snd_seq_event_t ev; in do_parameter() local 313 snd_seq_event_t ev; in do_pitchbend() local [all …]
|
| /third_party/node/test/parallel/ |
| D | test-eventtarget.js | 40 const ev = new Event('foo'); constant 74 const ev = new Event('foo'); constant 80 const ev = new Event('foo'); constant 86 const ev = new Event('foo'); constant 97 const ev = new Event('foo', {}, {}); constant 101 const ev = new Event('foo'); constant 107 const ev = new Event('foo'); constant 113 const ev = new Event('foo'); constant 119 const ev = new Event('foo', { cancelable: true }); constant 129 const ev = new Event('foo'); constant [all …]
|
| /third_party/alsa-lib/test/lsb/ |
| D | midi_event.c | 37 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/flutter/engine/flutter/fml/synchronization/ |
| D | waitable_event_unittest.cc | 42 AutoResetWaitableEvent ev; in TEST() local 70 AutoResetWaitableEvent ev; in TEST() local 129 ManualResetWaitableEvent ev; in TEST() local 150 ManualResetWaitableEvent ev; in TEST() local
|
| /third_party/musl/src/linux/ |
| D | epoll.c | 20 int epoll_ctl(int fd, int op, int fd2, struct epoll_event *ev) in epoll_ctl() 25 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() 34 int epoll_wait(int fd, struct epoll_event *ev, int cnt, int to) in epoll_wait()
|
| /third_party/mtdev/test/ |
| D | mtdev-test.c | 43 static int use_event(const struct input_event *ev) in use_event() 52 static void print_event(const struct input_event *ev) in print_event() 88 struct input_event ev; in loop_device() local
|
| /third_party/mtdev/src/ |
| D | iobuf.c | 41 int mtdev_fetch_event(struct mtdev *dev, int fd, struct input_event *ev) in mtdev_fetch_event() 68 void mtdev_get_event(struct mtdev *dev, struct input_event* ev) in mtdev_get_event() 73 int mtdev_get(struct mtdev *dev, int fd, struct input_event* ev, int ev_max) in mtdev_get()
|
| D | evbuf.h | 46 const struct input_event *ev) in evbuf_put() 53 struct input_event *ev) in evbuf_get()
|
| /third_party/libevdev/tools/ |
| D | libevdev-events.c | 94 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/ |
| D | event.cpp | 32 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/libinput/test/ |
| D | test-touch.c | 90 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 …]
|
| D | test-pad.c | 65 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 335 struct libinput_event *ev; in START_TEST() local 407 struct libinput_event *ev; in START_TEST() local 468 struct libinput_event *ev; in START_TEST() local 507 struct libinput_event *ev; in START_TEST() local 561 struct libinput_event *ev; in START_TEST() local 654 struct libinput_event *ev; in START_TEST() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| D | event.cpp | 65 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/gstreamer/gstreamer/gst/ |
| D | gstevent.h | 281 #define GST_EVENT_IS_UPSTREAM(ev) !!(GST_EVENT_TYPE (ev) & GST_EVENT_TYPE_UPSTREAM) argument 288 #define GST_EVENT_IS_DOWNSTREAM(ev) !!(GST_EVENT_TYPE (ev) & GST_EVENT_TYPE_DOWNSTREAM) argument 295 #define GST_EVENT_IS_SERIALIZED(ev) !!(GST_EVENT_TYPE (ev) & GST_EVENT_TYPE_SERIALIZED) argument 302 #define GST_EVENT_IS_STICKY(ev) !!(GST_EVENT_TYPE (ev) & GST_EVENT_TYPE_STICKY) argument 311 #define gst_event_is_writable(ev) gst_mini_object_is_writable (GST_MINI_OBJECT_CAST (ev… argument 323 #define gst_event_make_writable(ev) GST_EVENT_CAST (gst_mini_object_make_writable (GST_MI… argument
|
| /third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/ |
| D | twoptimers.c | 36 struct sigevent ev; in main() local 89 struct sigevent ev; in main() local
|
| /third_party/gstreamer/gstreamer/tests/check/libs/ |
| D | basesink.c | 126 GstEvent *ev; in GST_START_TEST() local 175 GstEvent *ev; in send_eos_event() local 250 GstEvent *ev; in GST_START_TEST() local
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| D | BundleItemDialog.java | 79 protected void processKeyEvent(KeyEvent ev) { in processKeyEvent() 237 public void actionPerformed(ActionEvent ev) { in actionPerformed() 290 public void focusGained(FocusEvent ev) {} in focusGained() 292 public void focusLost(FocusEvent ev) { in focusLost()
|