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

  /external/skia/tools/
sanitize_source_files.py 87 stripped_line = line.rstrip() + '\n'
88 if line != stripped_line:
90 return stripped_line
  /external/autotest/client/common_lib/
cartesian_config.py 613 stripped_line = line.lstrip()
614 indent = len(line) - len(stripped_line)
615 if (not stripped_line
616 or stripped_line.startswith("#")
617 or stripped_line.startswith("//")):
619 self._lines.append((stripped_line, indent, linenum + 1))
  /external/autotest/client/bin/
site_utils.py 288 stripped_line = line.split('] ', 1)[1]
289 if whitelist_re.search(stripped_line):
291 unexpected.append(stripped_line)
    [all...]

Completed in 652 milliseconds