Lines Matching full:group
91 if elem.kind == TestScripts.Parser.TreeElem.GROUP:
92 kind = "Group"
140 if elem.kind == TestScripts.Parser.TreeElem.GROUP:
141 kind = "Group"
142 if kind == "Group":
225 if elem.kind == TestScripts.Parser.TreeElem.GROUP:
226 kind = "Group"
266 if elem.kind == TestScripts.Parser.TreeElem.GROUP:
267 kind = "Group"
329 data = m.group(1)
335 path = str(m.group(1))
385 # NORMAL mode is when we are parsing suite or group.
403 # Line starting with g or s is a suite or group.
451 # End of suite or group
471 theId=m.group(1)
474 theError=m.group(2)
477 theLine=m.group(3)
480 maybeCycles = m.group(4)
486 status=m.group(5)
518 errorDetail = m.group(1)
528 params=m.group(1).strip()