Lines Matching refs:deps
99 self.deps = set()
109 and builds a dependency graph representation in self.deps."""
111 deps = rules.AsDependencyTuples(
114 self.deps.update(deps)
136 self._DumpDependenciesImpl(self.deps, out)
139 def _DumpDependenciesImpl(self, deps, out):
140 """Computes nodes' and edges' properties for the dependency graph |deps| and
146 for (allow, src, dst) in deps:
353 "", "--hide-disallowed-deps",