Home
last modified time | relevance | path

Searched refs:LITEST_NO_DEVICE (Results 1 – 3 of 3) sorted by relevance

/third_party/libinput/test/
Dtest-tablet.c4719 return LITEST_NO_DEVICE; in paired_device()
4741 if (other == LITEST_NO_DEVICE) in START_TEST()
4816 if (other == LITEST_NO_DEVICE) in START_TEST()
4893 if (other == LITEST_NO_DEVICE) in START_TEST()
4931 if (other == LITEST_NO_DEVICE) in START_TEST()
5016 if (other == LITEST_NO_DEVICE) in START_TEST()
5093 if (other == LITEST_NO_DEVICE) in START_TEST()
5129 if (other == LITEST_NO_DEVICE) in START_TEST()
5184 if (other == LITEST_NO_DEVICE) in START_TEST()
5224 if (other == LITEST_NO_DEVICE) in START_TEST()
[all …]
Dlitest.h218 LITEST_NO_DEVICE = -1, enumerator
Dlitest.c629 litest_assert(type < LITEST_NO_DEVICE); in _litest_add_ranged_for_device()