Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dcreate_release.py126 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
Dpush_to_candidates.py168 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
Dtest_scripts.py134 MakeComment(" Line 1\n Line 2\n"))
136 MakeComment("Line 1\n Line 2"))
Dcommon_includes.py94 def MakeComment(text): function