Searched refs:litest_assert_int_gt (Results 1 – 4 of 4) sorted by relevance
/third_party/libinput/test/ |
D | litest-selftest.c | 133 litest_assert_int_gt(a, b); in START_TEST() 141 litest_assert_int_gt(a, b); in START_TEST() 149 litest_assert_int_gt(a, b); in START_TEST()
|
D | litest.c | 794 litest_assert_int_gt(rc, 0); in litest_init_all_device_udev_rules() 1392 litest_assert_int_gt(litest_send_file(out, in), 0); in litest_copy_file() 2156 litest_assert_int_gt(d->ntouches_down, 0); in touch_up() 2623 litest_assert_int_gt(d->ntouches_down, 0); in litest_hover_end() 2983 litest_assert_int_gt(type, 0U); in litest_wait_for_event_of_type() 3000 litest_assert_int_gt(rc, 0); in litest_wait_for_event_of_type() 3042 litest_assert_int_gt(type, 0U); in litest_drain_events_of_type() 3426 litest_assert_int_gt(fd, -1); in litest_create_uinput() 4384 litest_assert_int_gt(dev->skip_ev_syn, 0); in litest_pop_event_frame()
|
D | litest.h | 175 #define litest_assert_int_gt(a_, b_) \ macro 1243 litest_assert_int_gt(n, 0); in litest_send_file()
|
D | test-device.c | 1458 litest_assert_int_gt(n, 0); in debug_log_handler()
|