Home
last modified time | relevance | path

Searched refs:litest_assert_double_gt (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/test/
Dtest-tablet.c1805 litest_assert_double_gt(reported_x, in START_TEST()
1888 litest_assert_double_gt(x, last_x); in START_TEST()
1939 litest_assert_double_gt(y, last_y); in START_TEST()
2072 litest_assert_double_gt(val, old_val); in START_TEST()
3284 litest_assert_double_gt(val, old_val); in START_TEST()
5373 litest_assert_double_gt(y, last_y); in verify_left_handed_tablet_motion()
5375 litest_assert_double_gt(x, last_x); in verify_left_handed_tablet_motion()
5428 litest_assert_double_gt(y, 0); in verify_left_handed_touch_motion()
5430 litest_assert_double_gt(x, 0); in verify_left_handed_touch_motion()
Dlitest.h222 #define litest_assert_double_gt(a_, b_)\ macro