Home
last modified time | relevance | path

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

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