Home
last modified time | relevance | path

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

/art/tools/
Dchecker_test.py90 self.assertEqual(checker.CheckElement.Variant.VarRef, line.lineParts[0].variant)
165 self.__doesNotParse("[[]]", checker.CheckElement.Variant.VarRef)
169 self.__doesNotParse("[[0ABC]]", checker.CheckElement.Variant.VarRef)
170 self.__doesNotParse("[[AB=C]]", checker.CheckElement.Variant.VarRef)
171 self.__doesNotParse("[[ABC=]]", checker.CheckElement.Variant.VarRef)
Dchecker.py165 Text, Pattern, VarRef, VarDef, Separator = range(5) variable in CheckElement.Variant
207 return CheckElement(CheckElement.Variant.VarRef, name, None)
295 if linePart.variant == CheckElement.Variant.VarRef: