Home
last modified time | relevance | path

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

/test/vts/utils/python/coverage/
Dcoverage_utils.py311 gcda_dict = {}
348 gcda_dict[gcda.strip()] = gcda_content
350 return gcda_dict
384 def _AutoProcess(self, cov_zip, revision_dict, gcda_dict, isGlobal): argument
423 for gcda_name in gcda_dict:
429 gcda_stream = io.BytesIO(gcda_dict[gcda_name])
505 def _ManualProcess(self, cov_zip, revision_dict, gcda_dict, isGlobal): argument
572 if gcda_name not in gcda_dict:
585 gcda_content = gcda_dict[gcda_name]
635 gcda_dict = self._GetGcdaDict(dut, serial)
[all …]