Searched refs:offsets (Results 1 – 4 of 4) sorted by relevance
104 offsets = p.Parse()105 return (p._bitness, offsets)
95 bitness, offsets = sancov_parser.ParseSancovFile(self.GOLDEN_SANCOV_PATH)97 self.assertEqual(self.GOLDEN_EXPECTED_OFFSETS, offsets)
311 bitness, offsets = sancov_parser.ParseSancovFile(313 binary_to_sancov[binary] = (bitness, offsets)
184 List<Long> offsets = (List<Long>) e.getProperty(FAILING_OFFSETS); in fromEntity() local185 if (ids.size() == offsets.size()) { in fromEntity()188 new TestCaseReference(ids.get(i), offsets.get(i).intValue())); in fromEntity()