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

  /external/chromium_org/google_apis/
google_api_keys.py 29 line_regexp = '^#define\s*%s\s*"([^"]+)"' % token_name
30 line_pattern = re.compile(line_regexp)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 168 line_regexp = re.compile("^(?P<author>.+)@\S+ (?P<timestamp>\d+)$")
174 match_result = line_regexp.match(output_line)

Completed in 143 milliseconds