Lines Matching refs:nodes
33 Also can highlight fanins and/or fanouts of certain nodes matching the
69 incl: Include only nodes matching this regexp; such nodes' fanin/fanout
71 excl: Exclude nodes matching this regexp; such nodes' fanin/fanout is
73 hilite_fanins: Highlight fanins of nodes matching this regexp with a
75 hilite_fanouts: Highlight fanouts of nodes matching this regexp with a
140 """Computes nodes' and edges' properties for the dependency graph |deps| and
187 # Edges and nodes are emphasized with color and line/border weight depending
235 nodes = []
241 nodes.append(' "%s" [%s];' % (node, ','.join(attr_strs)))
243 # Output nodes and edges to |out| (can be a file or a pipe).
245 nodes.sort()
248 out.write('\n'.join(nodes))
271 of /apps and /content/browser/renderer_host. Overlapping nodes in both fanins
272 will be emphasized by a thicker border. Those nodes are the ones that are
334 help="Exclude dependent nodes that match the specified regexp. "
339 help="Highlight fanins of nodes matching the specified regexp.")
343 help="Highlight fanouts of nodes matching the specified regexp.")
396 print('include nodes : ', options.incl)
397 print('exclude nodes : ', options.excl)