Searched refs:stop_display (Results 1 – 4 of 4) sorted by relevance
/external/wayland/tests/ |
D | test-compositor.h | 72 int stop_display(struct client *, int);
|
D | display-test.c | 262 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()
|
D | test-compositor.c | 62 void (*stop_display)(struct wl_client *client, member 499 stop_display(struct client *c, int num) in stop_display() function
|
D | connection-test.c | 729 assert(stop_display(c, 1) == -1); in leak_after_error()
|