Lines Matching refs:gcda_dict
311 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)
636 logging.debug("Coverage file paths %s", str([fp for fp in gcda_dict]))
645 self._AutoProcess(cov_zip, revision_dict, gcda_dict, isGlobal)
648 self._ManualProcess(cov_zip, revision_dict, gcda_dict, isGlobal)