HomeSort by relevance Sort by last modified time
    Searched refs:expected_tree (Results 1 - 3 of 3) sorted by null

  /external/autotest/server/site_tests/firmware_FMap/
firmware_FMap.py 163 def check_areas(self, areas, expected_tree, bounds=None):
164 """Check the given area list met the hierarchy of the expected_tree.
171 @param expected_tree: A hierarchy dict of the expected FMap tree.
205 for branch in expected_tree:
225 elif not self.check_areas(areas, expected_tree[branch], region):
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 376 expected_tree = opts[ :ast ]
379 message = opts[ :message ] || rule.to_s #"should parse %p with rule %s and make tree %s" % [input, rule, expected_tree]
387 elsif expected_tree then
388 result.tree.inspect.should == expected_tree
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/tree-parser/
basic.rb 685 expected_tree = <<-END.strip!.gsub!( /\s+/, ' ' )
698 result.tree.inspect.should == expected_tree

Completed in 94 milliseconds