HomeSort by relevance Sort by last modified time
    Searched refs:FIND_ONE (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/atest/
unittest_constants.py 38 FIND_ONE = ROOT + 'foo/bar/jank/src/android/jank/cts/ui/CtsDeviceJankUi.java\n'
39 FIND_TWO = ROOT + 'other/dir/test.java\n' + FIND_ONE
  /tools/tradefederation/core/atest/test_finders/
test_finder_utils_unittest.py 32 FIND_TWO = uc.ROOT + 'other/dir/test.java\n' + uc.FIND_ONE
106 self, test_finder_utils.extract_test_path(uc.FIND_ONE), path)
module_finder_unittest.py 77 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)

Completed in 272 milliseconds