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 60 stripped_line = re.sub('#.*$', '', line).strip()
61 if not patterns.match(stripped_line):
65 elif args.check_address and address_pattern.match(stripped_line):
66 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/
site_utils.py 255 stripped_line = line.split('] ', 1)[1]
256 if whitelist_re.search(stripped_line):
258 unexpected.append(stripped_line)
    [all...]

Completed in 213 milliseconds