Searched refs:gcda_dict (Results 1 – 1 of 1) sorted by relevance
311 gcda_dict = {}348 gcda_dict[gcda.strip()] = gcda_content350 return gcda_dict384 def _AutoProcess(self, cov_zip, revision_dict, gcda_dict, isGlobal): argument423 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): argument572 if gcda_name not in gcda_dict:585 gcda_content = gcda_dict[gcda_name]635 gcda_dict = self._GetGcdaDict(dut, serial)[all …]