Searched refs:RecipeParsed (Results 1 – 8 of 8) sorted by relevance
15 if isinstance(e, bb.event.RecipeParsed):59 prexport_handler[eventmask] = "bb.event.RecipeParsed bb.event.ParseStarted bb.event.ParseCompleted"
46 migrate_localcount_handler[eventmask] = "bb.event.RecipeParsed"
264 … bb.event.MultiConfigParsed bb.event.BuildStarted bb.event.RecipePreFinalise bb.event.RecipeParsed"319 if isinstance(e, bb.event.RecipeParsed):
327 if isinstance(event, bb.event.RecipeParsed):
831 bb.event.RecipeParsed,
364 bb.event.fire(bb.event.RecipeParsed(fn), d)
439 class RecipeParsed(RecipeEvent): class
561 event = bb.event.RecipeParsed(callback)