Lines Matching refs:this

5  * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice (including the next
1668 * We expect this to be a tap followed by a scroll.
1748 * We expect this to be a tap-and-drag followed by a scroll.
2018 * We expect this to be a tap followed by a swipe.
2109 * We expect this to be a tap-and-drag followed by a swipe.
2962 * need to reconstruct this here. Specifically, semi-mt devices are
3023 * need to reconstruct this here. Specifically, semi-mt devices are
3623 /* this test is only run on specific devices */
3636 /* this test is only run on specific devices */
3798 /* this test is only run on specific devices */
3811 /* this test is only run on specific devices */
4694 int this = _i % 2, /* ranged test */
4754 litest_touch_down(dev, this, 50, 50);
4761 litest_touch_move_to_extended(dev, this, 50, 50, 50, 50, axes, 1);
4773 litest_touch_up(dev, this);
4787 int this = which % 2,
4801 litest_touch_move_to_extended(dev, this, 50, 50, 50, 50, axes, 1);
4803 litest_touch_up(dev, this);
4828 int this = which % 2,
4840 litest_touch_down(dev, this, 50, 50);
4843 litest_touch_move_to_extended(dev, this, 50, 50, 50, 50, axes, 1);
4844 litest_touch_up(dev, this);
4847 litest_touch_down(dev, this, 70, 70);
4848 litest_touch_up(dev, this);
4873 int this = which % 3;
4887 litest_touch_down(dev, this, 50, 50);
4888 litest_touch_down(dev, (this + 1) % 3, 60, 50);
4889 litest_touch_down(dev, (this + 2) % 3, 70, 50);
4891 litest_touch_move_to_extended(dev, this, 50, 50, 50, 50, axes, 1);
4892 litest_touch_up(dev, this);
4895 litest_touch_up(dev, (this + 1) % 3);
4896 litest_touch_up(dev, (this + 2) % 3);
4920 int this = which % 3;
4934 litest_touch_down(dev, this, 50, 50);
4935 litest_touch_down(dev, (this + 1) % 3, 60, 50);
4936 litest_touch_down(dev, (this + 2) % 3, 70, 50);
4941 litest_touch_move_to_extended(dev, this, 50, 50, 50, 50, axes, 1);
4942 litest_touch_up(dev, this);
4945 litest_touch_down(dev, this, 50, 50);
4946 litest_touch_up(dev, this);
4947 litest_touch_up(dev, (this + 1) % 3);
4948 litest_touch_up(dev, (this + 2) % 3);
4972 int this = which % 4;
4986 litest_touch_down(dev, this, 50, 50);
4987 litest_touch_down(dev, (this + 1) % 4, 60, 50);
4988 litest_touch_down(dev, (this + 2) % 4, 70, 50);
4989 litest_touch_down(dev, (this + 3) % 4, 80, 50);
4991 litest_touch_move_to_extended(dev, this, 50, 50, 50, 50, axes, 1);
4992 litest_touch_up(dev, this);
4995 litest_touch_up(dev, (this + 1) % 4);
4996 litest_touch_up(dev, (this + 2) % 4);
4997 litest_touch_up(dev, (this + 3) % 4);