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

  /external/chromium_org/v8/test/message/
testcfg.py 75 def _IgnoreLine(self, string):
96 actual_lines = [ s for s in raw_lines if not self._IgnoreLine(s) ]
  /external/chromium_org/v8/test/webkit/
testcfg.py 102 def _IgnoreLine(self, string):
128 if self._IgnoreLine(line.strip()): continue

Completed in 54 milliseconds