Home
last modified time | relevance | path

Searched refs:lcov_queue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/tools/code_coverage/
Dcroc.py505 def AddConfig(self, config_data, lcov_queue=None, addfiles_queue=None): argument
526 if lcov_queue is not None:
527 lcov_queue.append(add_lcov)
675 cov.ParseConfig(config_file, lcov_queue=options.inputs,
Dcroc_test.py507 lcov_queue = []
526 }""", lcov_queue=lcov_queue, addfiles_queue=addfiles_queue)
528 self.assertEqual(lcov_queue, ['a.lcov', 'b.lcov'])