Home
last modified time | relevance | path

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

/art/tools/
Dchecker.py223 def __init__(self, content, variant=Variant.InOrder, fileName=None, lineNo=-1): argument
225 self.lineNo = lineNo
231 Logger.fail("Empty check line", self.fileName, self.lineNo)
236 Logger.fail("CHECK-NOT lines cannot define variables", self.fileName, self.lineNo)
300 self.fileName, self.lineNo)
345 self.fileName, self.lineNo)
359 def __init__(self, name, lines, fileName=None, lineNo=-1): argument
361 self.lineNo = lineNo
364 Logger.fail("Check group does not have a name", self.fileName, self.lineNo)
366 Logger.fail("Check group does not have a body", self.fileName, self.lineNo)
[all …]