Searched refs:__doesNotParse (Results 1 – 1 of 1) sorted by relevance
/art/tools/ |
D | checker_test.py | 100 def __doesNotParse(self, string, partType): member in TestCheckLine_Parse 164 self.__doesNotParse("{{}}", checker.CheckElement.Variant.Pattern) 165 self.__doesNotParse("[[]]", checker.CheckElement.Variant.VarRef) 166 self.__doesNotParse("[[:]]", checker.CheckElement.Variant.VarDef) 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) 172 self.__doesNotParse("[[0ABC:abc]]", checker.CheckElement.Variant.VarDef) 173 self.__doesNotParse("[[AB=C:abc]]", checker.CheckElement.Variant.VarDef) 174 self.__doesNotParse("[[ABC=:abc]]", checker.CheckElement.Variant.VarDef)
|