Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/
DHeuristic.py20 PenaltyCommand = namedtuple('PenaltyCommand', ['pen_dict', 'max_penalty']) variable
121 self.penalties[name] = PenaltyCommand(p,
135 self.penalties[name] = PenaltyCommand(p,
160 self.penalties['expected program states'] = PenaltyCommand(
184 self.penalties['step kind differences'] = PenaltyCommand(
211 total = PenaltyCommand(d, len(cmds) * upen)
266 total = PenaltyCommand(unseen_line_dict, len(expected) * mispen)
268 total = PenaltyCommand(skipped_line_dict, len(expected) * mispen)
324 total = PenaltyCommand(diff_msgs, len(cmd_num_lst) * ordpen)