Searched refs:VarRef (Results 1 – 2 of 2) sorted by relevance
/art/tools/ |
D | checker_test.py | 90 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)
|
D | checker.py | 165 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:
|