Home
last modified time | relevance | path

Searched refs:CheckGroup (Results 1 – 2 of 2) sorted by relevance

/art/tools/
Dchecker_test.py267 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",
Dchecker.py355 class CheckGroup(CommonEqualityMixin): class
601 return CheckGroup(name, checkLines, self.fileName, lineNo)