Home
last modified time | relevance | path

Searched refs:stop_display (Results 1 – 4 of 4) sorted by relevance

/third_party/wayland_standard/tests/
Ddisplay-test.c262 assert(stop_display(c, 1) == -1); in post_error_main()
305 assert(stop_display(c, 2) >= 0); in post_error_main2()
317 assert(stop_display(c, 2) == -1); in post_error_main3()
388 assert(stop_display(c, 1) == -1); in post_nomem_main()
430 assert(stop_display(c, 1) == -1); in post_implementation_error_main()
942 assert(stop_display(c, 1) == -1); in check_error_on_destroyed_object()
1441 assert(stop_display(c, 1) >= 0); in send_overflow_client()
1555 assert(stop_display(c, 1) >= 0); in global_remove_before_client()
Dtest-compositor.h72 int stop_display(struct client *, int);
Dtest-compositor.c63 void (*stop_display)(struct wl_client *client, member
516 stop_display(struct client *c, int num) in stop_display() function
Dconnection-test.c729 assert(stop_display(c, 1) == -1); in leak_after_error()