Lines Matching refs:targets
165 targets []string member
184 id = len(ns.targets)
186 ns.targets = append(ns.targets, t)
283 Targets: ns.targets,
514 targets := g.Targets
533 actualInputs = append(actualInputs, targets[i])
537 Output: targets[n.Output],
552 nodeMap[targets[n.Output]] = d
557 d := nodeMap[targets[n.Output]]
559 c, present := nodeMap[targets[o]]
561 return nil, fmt.Errorf("unknown target: %d (%s)", o, targets[o])
566 c, present := nodeMap[targets[o]]
568 return nil, fmt.Errorf("unknown target: %d (%s)", o, targets[o])
573 c, present := nodeMap[targets[o]]
575 return nil, fmt.Errorf("unknown target: %d (%s)", o, targets[o])
667 func showSerializedTargetsStats(targets []string) {
669 for _, t := range targets {
672 logStats("%d targets %s", len(targets), human(size))