Searched refs:test_y (Results 1 - 2 of 2) sorted by relevance
/third_party/libinput/test/ |
H A D | test-tablet.c | 1740 int test_x, test_y; in START_TEST() local 1774 for (test_x = 10, test_y = 90; in START_TEST() 1776 test_x += 10, test_y -= 10) { in START_TEST() 1780 litest_tablet_motion(dev, test_x, test_y, axes); in START_TEST() 2149 int test_x, test_y; in START_TEST() local 2163 for (test_x = 0, test_y = 100; test_x < 100; test_x += 10, test_y -= 10) in START_TEST() 2164 litest_tablet_motion(dev, test_x, test_y, axes); in START_TEST() 2177 for (test_x = 100, test_y = 0; test_x > 0; test_x -= 10, test_y in START_TEST() [all...] |
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 822 def test_y(self): member in Bytes_TestCase
|
Completed in 7 milliseconds