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

  /external/skia/
PRESUBMIT.py 147 empty_line_pattern = re.compile('^\s*$')
149 return empty_line_pattern.match(line)
  /external/skqp/
PRESUBMIT.py 124 empty_line_pattern = re.compile('^\s*$')
126 return empty_line_pattern.match(line)

Completed in 157 milliseconds