Home
last modified time | relevance | path

Searched refs:StripComments (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/
Dzlib2ansi52 StripComments($params);
53 StripComments($param_list);
102 sub StripComments subroutine
/external/v8/tools/release/
Dcreate_release.py124 changelog_entry = StripComments(changelog_entry)
Dpush_to_candidates.py166 changelog_entry = StripComments(changelog_entry)
Dtest_scripts.py106 StripComments(" Line 1\n# Line 2\n Line 3\n#\n"))
108 StripComments("###\n# \n\n# Line 1\nLine 2 ### Test\n #"))
Dcommon_includes.py106 def StripComments(text): function