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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
build_report.py 25 stripped_line = line.strip()
26 if re.match("\<=+\>", stripped_line):
28 elif re.match("g.*Guid", stripped_line):
29 guid = stripped_line
  /build/make/tools/
checkowners.py 62 stripped_line = re.sub('#.*$', '', line).strip()
63 if not patterns.match(stripped_line):
67 elif args.check_address and address_pattern.match(stripped_line):
68 address = address_pattern.match(stripped_line).group(2)
  /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/bin/
utils.py     [all...]

Completed in 403 milliseconds