Searched refs:CheckGroup (Results 1 – 2 of 2) sorted by relevance
/art/tools/ |
D | checker_test.py | 267 checkGroup = checker.CheckGroup("MyGroup", prepareChecks(checkLines)) 448 [ checker.CheckGroup("Example Group", prepareChecks([ "foo", "bar" ])) ]) 457 [ checker.CheckGroup("Example Group1", prepareChecks([ "foo", "bar" ])), 458 checker.CheckGroup("Example Group2", prepareChecks([ "abc", "def" ])) ]) 466 [ checker.CheckGroup("Example Group",
|
D | checker.py | 355 class CheckGroup(CommonEqualityMixin): class 601 return CheckGroup(name, checkLines, self.fileName, lineNo)
|