Searched refs:FIND_ONE (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/atest-py2/ |
D | unittest_constants.py | 39 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/ |
D | test_finder_utils_unittest.py | 38 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)
|
D | module_finder_unittest.py | 88 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/ |
D | unittest_constants.py | 45 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/ |
D | test_finder_utils_unittest.py | 44 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)
|
D | module_finder_unittest.py | 96 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)
|