Searched refs:canonicalParse (Results 1 – 3 of 3) sorted by relevance
64 List<Event> tokens = canonicalParse(input); in testCanonicalParser()
93 List<Event> events2 = canonicalParse(new FileInputStream(canonical)); in testParser()113 List<Event> events2 = canonicalParse(new FileInputStream(file)); in testParserOnCanonical()
88 protected List<Event> canonicalParse(InputStream input2) throws IOException { in canonicalParse() method in PyImportTest