Home | History | Annotate | Download | only in site_utils

Lines Matching refs:keyword

111     def _CollectKeyval(self, testdir, keyword):
118 @param keyword: The keyword of keyval, either 'perf' or 'attr'.
134 match = re.search(r'^(.+){%s}=(.+)$' % keyword, line)