Lines Matching refs:graph
366 # A regular expression for results. If the parent graph provides a
450 """Changes the cwd to to path defined in the current graph.
526 """Factory method for making graph configuration objects."""
531 # A main file makes this graph runnable. Empty strings are accepted.
533 # This graph has subgraphs (traces).
536 # This graph has no subgraphs, it's a leaf.
546 """Builds a tree structure of graph objects that corresponds to the suite
554 graph = MakeGraphConfig(suite, arch, parent)
556 BuildGraphConfigs(subsuite, arch, graph)
557 parent.AppendChild(graph)
558 return graph
1062 # Build the graph/trace tree structure.
1070 # Traverse graph/trace tree and iterate over all runnables.