Lines Matching refs:checksum
151 of gcno files with the same checksum as the gcda file by matching
167 # For each gcno files with the matched checksum, compare the
194 """Generates a dictionary from gcno checksum to GCNOParser object.
197 checksum to the GCNOParser object wrapping the gcno content.
198 Note there might be multiple gcno files corresponds to the same checksum.
224 if gcno_file_parser.checksum in checksum_gcno_dict:
225 checksum_gcno_dict[gcno_file_parser.checksum].append(
228 checksum_gcno_dict[gcno_file_parser.checksum] = [
405 if not gcda_file_parser.checksum in checksum_gcno_dict:
408 gcno_file_parsers = checksum_gcno_dict[gcda_file_parser.checksum]