Home
last modified time | relevance | path

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

/external/cronet/testing/unexpected_passes_common/
Dexpectations.py316 if _IsCommentOrBlankLine(stripped_line):
396 if _IsCommentOrBlankLine(stripped_line):
454 if _IsCommentOrBlankLine(stripped_line):
786 if _IsCommentOrBlankLine(line.strip()):
918 def _IsCommentOrBlankLine(line: str) -> bool: function