Home | History | Annotate | Download | only in test

Lines Matching refs:search

1253             m = re.search('version ([0-9\.]+)', line)
1417 """ Returns the path that the OS-specific library search environment variable
1705 match_object = re.search(pattern, output)
1797 # Search for regular expression patterns, if specified.
1802 matched = bool(re.search(pattern, output))