OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_filepaths
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/site_tests/touch_TabSwitch/
touch_TabSwitch.py
32
self.
_filepaths
= self._find_test_files_from_directions(
34
if not self.
_filepaths
:
79
filepath=self.
_filepaths
['left'])
84
filepath=self.
_filepaths
['right'])
/external/autotest/client/site_tests/touch_TouchscreenScroll/
touch_TouchscreenScroll.py
59
self.
_filepaths
= self._find_test_files_from_directions(
61
if not self.
_filepaths
:
77
self._check_scroll_direction(self.
_filepaths
[direction],
/external/autotest/client/site_tests/touch_TouchscreenTaps/
touch_TouchscreenTaps.py
28
self._blocking_playback(filepath=self.
_filepaths
[self._CLICK_NAME],
47
self.
_filepaths
= self._find_test_files(
49
if not self.
_filepaths
:
/external/autotest/client/site_tests/touch_ScrollDirection/
touch_ScrollDirection.py
54
self._check_scroll_direction(self.
_filepaths
[direction],
58
self._check_scroll_direction(self.
_filepaths
[direction],
73
self.
_filepaths
= self._find_test_files_from_directions(
75
if not self.
_filepaths
:
/external/autotest/client/site_tests/touch_TapSettings/
touch_TapSettings.py
33
self._playback(self.
_filepaths
[self._CLICK_NAME])
50
self._blocking_playback(self.
_filepaths
[self._DRAG_NAME])
68
self.
_filepaths
= self._find_test_files(
70
if not self.
_filepaths
:
Completed in 55 milliseconds