Searched refs:depgraph (Results 1 – 9 of 9) sorted by relevance
48 diff -Nurp anthy-9100h.org/depgraph/Makefile.am anthy-9100h/depgraph/Makefile.am49 --- anthy-9100h.org/depgraph/Makefile.am 2008-11-29 21:46:14.000000000 +090050 +++ anthy-9100h/depgraph/Makefile.am 2014-11-11 17:12:03.813999991 +090082 -anthy.dic : mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info .…84 +anthy.dic : ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info ../calctran…
19 Index: anthy-9100h/depgraph/Makefile.am21 --- anthy-9100h.orig/depgraph/Makefile.am22 +++ anthy-9100h/depgraph/Makefile.am
360 depgraph = None384 depgraph = event._depgraph386 if depgraph is None:388 return depgraph416 depgraph = get_depgraph(failsafe=True)417 depends = depgraph['tdepends']
107 depgraph = get_depgraph()108 depends = depgraph['tdepends']
169 def parse(self, depgraph): argument170 for task in depgraph["tdepends"]:172 for depend in depgraph["tdepends"][task]:
970 depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)971 bb.event.fire(bb.event.DepTreeGenerated(depgraph), self.data)979 depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)982 for pn in depgraph["pn"]:1002 for task in sorted(depgraph["tdepends"]):1004 fn = depgraph["pn"][pn]["filename"]1005 version = depgraph["pn"][pn]["version"]1007 for dep in sorted(depgraph["tdepends"][task]):
657 def __init__(self, depgraph): argument659 self._depgraph = depgraph
1509 depgraph = self.cooker.buildDependTree(self, self.rqdata.taskData)1511 bb.event.fire(bb.event.DepTreeGenerated(depgraph), self.cooker.data)
796 depgraph = Mock()797 event = bb.event.DepTreeGenerated(depgraph)