Home
last modified time | relevance | path

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

/external/toolchain-utils/crosperf/
Dexperiment_file.py185 def CurrentLine(self, strip_comment=True): argument
187 if strip_comment:
191 def NextLine(self, strip_comment=True): argument
195 return self.CurrentLine(strip_comment)