Home
last modified time | relevance | path

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

/external/antlr/runtime/Python3/tests/
Dt057autoAST.py64 def execParser(self, grammar, grammarEntry, input, expectErrors=False): argument
73 if not expectErrors:
85 if not expectErrors:
848 expectErrors=True)
868 expectErrors=True)
887 expectErrors=True)
903 found, errors = self.execParser(grammar, "a", "abc", expectErrors=True)
920 found, errors = self.execParser(grammar, "a", "abc", expectErrors=True)
939 expectErrors=True)
956 found, errors = self.execParser(grammar, "a", "34", expectErrors=True)
[all …]
Dt058rewriteAST.py64 def execParser(self, grammar, grammarEntry, input, expectErrors=False): argument
73 if not expectErrors:
85 if not expectErrors:
1357 expectErrors=True)
1378 expectErrors=True)
1397 expectErrors=True)
1415 expectErrors=True)
1435 expectErrors=True)
1453 found, errors = self.execParser(grammar, "a", "34", expectErrors=True)
1472 found, errors = self.execParser(grammar, "a", "34", expectErrors=True)
[all …]
/external/antlr/runtime/Python/tests/
Dt057autoAST.py64 def execParser(self, grammar, grammarEntry, input, expectErrors=False): argument
73 if not expectErrors:
85 if not expectErrors:
848 expectErrors=True)
868 expectErrors=True)
887 expectErrors=True)
903 found, errors = self.execParser(grammar, "a", "abc", expectErrors=True)
920 found, errors = self.execParser(grammar, "a", "abc", expectErrors=True)
939 expectErrors=True)
956 found, errors = self.execParser(grammar, "a", "34", expectErrors=True)
[all …]
Dt058rewriteAST.py64 def execParser(self, grammar, grammarEntry, input, expectErrors=False): argument
73 if not expectErrors:
85 if not expectErrors:
1369 expectErrors=True)
1390 expectErrors=True)
1409 expectErrors=True)
1427 expectErrors=True)
1447 expectErrors=True)
1465 found, errors = self.execParser(grammar, "a", "34", expectErrors=True)
1484 found, errors = self.execParser(grammar, "a", "34", expectErrors=True)
[all …]