Home
last modified time | relevance | path

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

/external/chromium_org/v8/tools/push-to-trunk/
Dpush_to_trunk.py220 comment_body = MakeComment(MakeChangeLogBody(commit_messages))
Dtest_scripts.py114 MakeComment(" Line 1\n Line 2\n"))
116 MakeComment("Line 1\n Line 2"))
Dcommon_includes.py89 def MakeComment(text): function