Lines Matching refs:group
387 'ok %i %s # skip %s' % (self._done, command, skip.group(1)))
1304 condition_str = header_match.group(1).strip()
1312 path = prefix + SplitPath(rule_match.group(1).strip())
1313 value_str = rule_match.group(2).strip()
1317 current_section.AddRule(Rule(rule_match.group(1), path, value))
1321 name = def_match.group(1).lower()
1322 value = ParseCondition(def_match.group(2).strip())
1329 prefix = SplitPath(prefix_match.group(1).strip())
1405 help="Divide the tests in m groups (interleaved) and run tests from group n (--run=n,m with n < m)",
1446 print("The test group to run (n) must be smaller than number of groups (m).")