Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/peg_generator/scripts/
Dtest_parse_directory.py85 expected_tree = _peg_parser.parse_string(f.read(), oldparser=True)
87 expected_text = ast_dump(expected_tree, include_attributes=include_attributes)
97 expected = show_parse.format_tree(expected_tree, include_attributes)
107 diff = show_parse.diff_trees(expected_tree, actual_tree, include_attributes)
/external/autotest/server/site_tests/firmware_FMap/
Dfirmware_FMap.py202 def check_areas(self, areas, expected_tree, bounds=None): argument
244 for branch in expected_tree:
264 elif not self.check_areas(areas, expected_tree[branch], region):
/external/antlr/runtime/Ruby/test/functional/ast-output/
Dconstruction.rb376 expected_tree = opts[ :ast ]
387 elsif expected_tree then
388 result.tree.inspect.should == expected_tree
/external/antlr/runtime/Ruby/test/functional/tree-parser/
Dbasic.rb685 expected_tree = <<-END.strip!.gsub!( /\s+/, ' ' )
698 result.tree.inspect.should == expected_tree