Searched refs:comment (Results 1 – 8 of 8) sorted by relevance
1 Regression test for the optimizing compiler. See comment in smali file.
2 compiler. See comment in smali file.
521 comment = 'jfuzz {0}\nReproduce test:\n{1}\nReproduce divergence:\n{2}\n'.format(527 comment += 'Diff:\n' + output529 comment += '{0} vs {1}\n'.format(retc1, retc2)531 script_cmd = [self._report_script, title, comment]
19 may be blank, hold a comment (line starts with '#'), or be a command.
2048 def CheckComment(comment, filename, linenum, error): argument2057 match = _RE_PATTERN_TODO.match(comment)