Home
last modified time | relevance | path

Searched refs:_test (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/
DAndroid.bp88 "public/*_test.py",
89 "public/actions/*_test.py",
90 "internal/lib/*_test.py",
131 "public/*_test.py",
132 "public/actions/*_test.py",
145 "internal/lib/*_test.py",
167 "setup/*_test.py",
D.coveragerc10 *_test.py
/tools/dexter/slicer/
DAndroid.bp78 "tests/src/*_test.cpp",
/tools/asuite/atest/
Datest_main.py109 _test: bool
118 (self._test, self._install, self._device_update)
131 return self._test
135 return self._test and not any(
Dtest_finder_handler_unittest.py49 def unregistered_find_method_from_example_finder(self, _test): argument