Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dcommon_includes.py84 def Fill80(line): function
126 result += "%s\n" % Fill80("%s%s%s." % (raw_title, space, bug_reference))
130 result += "%s\n" % Fill80("(%s)" % author.strip())
Dcreate_release.py149 changelog_entry = "\n".join(map(Fill80, changelog_entry.splitlines()))
Dpush_to_candidates.py185 changelog_entry = "\n".join(map(Fill80, changelog_entry.splitlines()))