Lines Matching defs:depth
481 int ToolTargetsList(const vector<Node*>& nodes, int depth, int indent) {
490 if (depth > 1 || depth <= 0)
491 ToolTargetsList((*n)->in_edge()->inputs_, depth - 1, indent + 1);
608 int depth = 1;
619 } else if (mode == "depth") {
621 depth = atoi(argv[1]);
626 SpellcheckString(mode.c_str(), "rule", "depth", "all", NULL);
640 return ToolTargetsList(root_nodes, depth, 0);
1130 { "targets", "list targets by their rule or depth in the DAG",