Lines Matching refs:cooker
105 def __init__(self, cooker, eventfile): argument
107 self.cooker = cooker
130 … f.write("%s\n" % json.dumps({ "allvariables" : self.cooker.getAllKeysWithFlags(["doc", "func"])}))
192 def _process_inotify_updates(server, cooker, halt): argument
193 cooker.process_inotify_updates()
2150 def __init__(self, cooker, mcfilelist, masked): argument
2152 self.cooker = cooker
2153 self.cfgdata = cooker.data
2154 self.cfghash = cooker.data_hash
2155 self.cfgbuilder = cooker.databuilder
2169 … self.bb_caches = bb.cache.MulticonfigCache(self.cfgbuilder, self.cfghash, cooker.caches_array)
2172 for mc in self.cooker.multiconfigs:
2174 appends = self.cooker.collections[mc].get_file_appends(filename)
2205 …parser = Parser(self.jobs[i], self.result_queue, self.parser_quit, self.cooker.configuration.profi…
2273 if self.cooker.configuration.profile:
2383 self.cooker.skiplist[virtualfn] = SkippedPackage(info_array[0])
2384 self.bb_caches[mc].add_info(virtualfn, info_array, self.cooker.recipecaches[mc],
2385 parsed=parsed, watcher = self.cooker.add_filewatch)
2390 for mc in self.cooker.multiconfigs:
2391 to_reparse.add((mc, filename, self.cooker.collections[mc].get_file_appends(filename)))
2396 self.cooker.recipecaches[mc].add_from_recipeinfo(vfn, info_array)