Home
last modified time | relevance | path

Searched refs:FIND_ONE (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest-py2/
Dunittest_constants.py39 FIND_ONE = ROOT + 'foo/bar/jank/src/android/jank/cts/ui/CtsDeviceJankUi.java\n' variable
40 FIND_TWO = ROOT + 'other/dir/test.java\n' + FIND_ONE
/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils_unittest.py38 FIND_TWO = uc.ROOT + 'other/dir/test.java\n' + uc.FIND_ONE
127 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
134 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths)
164 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
Dmodule_finder_unittest.py88 return uc.FIND_ONE
140 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)
199 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)
/tools/asuite/atest/
Dunittest_constants.py45 FIND_ONE = ROOT + 'foo/bar/jank/src/android/jank/cts/ui/CtsDeviceJankUi.java\n' variable
46 FIND_TWO = ROOT + 'other/dir/test.java\n' + FIND_ONE
/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py44 FIND_TWO = uc.ROOT + 'other/dir/test.java\n' + uc.FIND_ONE
144 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
151 self, test_finder_utils.extract_test_path(uc.FIND_ONE, 'method'), paths)
194 self, test_finder_utils.extract_test_path(uc.FIND_ONE), paths)
Dmodule_finder_unittest.py96 return uc.FIND_ONE
200 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)
263 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)
800 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)