Lines Matching refs:lines
25 def ConvertTrace(lines):
28 tracer.ConvertTrace(lines)
76 # Examples of matched trace lines include lines from tombstone files like:
79 # Or lines from AndroidFeedback crash report system logs like:
83 # Examples of matched value lines include:
89 # Lines from 'code around' sections of the output will be matched before
90 # value lines because otheriwse the 'code around' sections will be confused as
91 # value lines.
140 def ConvertTrace(self, lines):
141 lines = map(self.CleanLine, lines)
142 for line in lines:
228 # Code lines should be ignored. If this were exluded the 'code around'