Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/
Dunittest_constants.py38 FIND_ONE = ROOT + 'foo/bar/jank/src/android/jank/cts/ui/CtsDeviceJankUi.java\n' variable
39 FIND_TWO = ROOT + 'other/dir/test.java\n' + FIND_ONE
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils_unittest.py32 FIND_TWO = uc.ROOT + 'other/dir/test.java\n' + uc.FIND_ONE
106 self, test_finder_utils.extract_test_path(uc.FIND_ONE), path)
Dmodule_finder_unittest.py77 return uc.FIND_ONE
148 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)
203 @mock.patch('subprocess.check_output', return_value=uc.FIND_ONE)