Searched refs:depgraph (Results 1 – 10 of 10) sorted by relevance
50 diff -Nurp anthy-9100h.org/depgraph/Makefile.am anthy-9100h/depgraph/Makefile.am51 --- anthy-9100h.org/depgraph/Makefile.am 2008-11-29 21:46:14.000000000 +090052 +++ anthy-9100h/depgraph/Makefile.am 2014-11-11 17:12:03.813999991 +090084 -anthy.dic : mkfiledic ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info .…86 +anthy.dic : ../mkworddic/anthy.wdic ../depgraph/anthy.dep ../calctrans/anthy.cand_info ../calctran…
21 Index: anthy-9100h/depgraph/Makefile.am23 --- anthy-9100h.orig/depgraph/Makefile.am24 +++ 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]:
728 def parse(self, depgraph): argument729 for task in depgraph["tdepends"]:731 for depend in depgraph["tdepends"][task]:
891 depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)892 bb.event.fire(bb.event.DepTreeGenerated(depgraph), self.data)900 depgraph = self.generateTaskDepTreeData(pkgs_to_build, task)902 pns = depgraph["pn"].keys()924 for task in sorted(depgraph["tdepends"]):926 fn = depgraph["pn"][pn]["filename"]927 version = depgraph["pn"][pn]["version"]929 for dep in sorted(depgraph["tdepends"][task]):
662 def __init__(self, depgraph): argument664 self._depgraph = depgraph
1580 depgraph = self.cooker.buildDependTree(self, self.rqdata.taskData)1582 bb.event.fire(bb.event.DepTreeGenerated(depgraph), self.cooker.data)
785 depgraph = Mock()786 event = bb.event.DepTreeGenerated(depgraph)