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 100 empty_line_pattern = re.compile('^\s*$')
102 return empty_line_pattern.match(line)
  /external/skqp/
PRESUBMIT.py 100 empty_line_pattern = re.compile('^\s*$')
102 return empty_line_pattern.match(line)

Completed in 2743 milliseconds