Searched refs:litest_abort_msg (Results 1 – 5 of 5) sorted by relevance
/third_party/libinput/test/ |
D | litest-selftest.c | 45 litest_abort_msg("message\n"); in START_TEST() 51 litest_abort_msg(NULL); in START_TEST()
|
D | litest.c | 295 litest_abort_msg("Failed to find device %s to %sgrab\n", in grab_device() 334 litest_abort_msg("Failed to execute: %s", command); in litest_system() 337 litest_abort_msg("'%s' failed with %d", in litest_system() 341 litest_abort_msg("'%s' terminated with signal %d", in litest_system() 660 litest_abort_msg("Invalid test device type\n"); in _litest_add_ranged_for_device() 727 litest_abort_msg("libinput bug triggered, aborting.\n"); in litest_log_handler() 732 litest_abort_msg("libinput touch jump triggered, aborting.\n"); in litest_log_handler() 1375 litest_abort_msg("Failed to write to file %s (%s)\n", in litest_copy_file() 1388 litest_abort_msg("Failed to open file %s (%s)\n", in litest_copy_file() 1576 litest_abort_msg("Failed to create directory %s (%s)\n", in mkdir_p() [all …]
|
D | litest.h | 137 #define litest_abort_msg(...) \ macro 153 litest_abort_msg("litest_assert_int_* used for non-integer value\n"); \ 416 litest_abort_msg("Missing axis code %d\n", code); in litest_axis_set_value_unchecked()
|
D | test-touchpad-tap.c | 2227 litest_abort_msg("Invalid map range %d", map); in START_TEST() 2282 litest_abort_msg("Invalid map range %d", map); in START_TEST() 2815 litest_abort_msg("Invalid map range %d", map); in START_TEST() 3088 litest_abort_msg("Invalid map range %d", map); in START_TEST() 3139 litest_abort_msg("invalid map range %d", map); in START_TEST() 3190 litest_abort_msg("Invalid map range %d", map); in START_TEST()
|
D | test-device.c | 1467 litest_abort_msg("Out of space for debug messages"); in debug_log_handler()
|