Lines Matching full:notify
55 /* we just need different values of notify */ in TEST()
56 struct wl_listener l1 = {.notify = (wl_notify_func_t) 0x1}; in TEST()
57 struct wl_listener l2 = {.notify = (wl_notify_func_t) 0x2}; in TEST()
58 struct wl_listener l3 = {.notify = (wl_notify_func_t) 0x3}; in TEST()
60 struct wl_listener l4 = {.notify = signal_notify}; in TEST()
87 struct wl_listener l1 = {.notify = signal_notify}; in TEST()
104 struct wl_listener l1 = {.notify = signal_notify}; in TEST()
105 struct wl_listener l2 = {.notify = signal_notify}; in TEST()
106 struct wl_listener l3 = {.notify = signal_notify}; in TEST()
145 struct wl_listener l1 = {.notify = signal_notify_mutable}; in TEST()
146 struct wl_listener l2 = {.notify = signal_notify_and_remove_mutable}; in TEST()
147 struct wl_listener l3 = {.notify = signal_notify_mutable}; in TEST()