HomeSort by relevance Sort by last modified time
    Searched refs:comment_char (Results 1 - 3 of 3) sorted by null

  /test/vts/utils/python/common/
list_utils.py 107 comment_char=DEFAULT_COMMENT_CHAR):
132 comment_char: string, character to denote comment.
153 comment_char=DEFAULT_COMMENT_CHAR)
164 comment_char=DEFAULT_COMMENT_CHAR):
189 comment_char: string, character to denote comment.
203 idx = line.find(comment_char)
215 lines = filter(lambda line: not line.strip().startswith(comment_char),
  /external/libvpx/libvpx/build/make/
ads2gas.pl 46 $comment_char = ";";
50 if (/$comment_char/)
53 ($line, $comment) = /(.*?)$comment_char(.*)/;
  /development/vndk/snapshot/
gen_buildfiles.py 141 def _gen_autogen_msg(self, comment_char):
144 '{0}{0} DO NOT EDIT\n'.format(comment_char))

Completed in 629 milliseconds