Lines Matching refs:search
131 if re.search("resource out of date", error.output):
204 match = re.search(status_regexp, line)
219 match = re.search(self.commit_success_regexp(), commit_text, re.MULTILINE)
364 match = re.search("^%s: (?P<value>.+)$" % field_name, info_output, re.MULTILINE)
375 # Search up the directory hierarchy until we find a different UUID.
462 match = re.search('^r(?P<revision>\d+) ', line)
626 return re.search('x86_64', file_output)
632 # We could path-search entirely in python or with
762 match = re.search("^\s*git-svn-id:.*@(?P<svn_revision>\d+)\ ", git_log, re.MULTILINE)