Home
last modified time | relevance | path

Searched refs:BuildRecipe (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_build/py/pw_build/
Dproject_builder.py66 from pw_build.build_recipe import BuildRecipe, create_build_recipes
138 recipe: BuildRecipe, argument
141 line_processed_callback: Optional[Callable[[BuildRecipe], None]] = None, argument
162 recipe: BuildRecipe, argument
164 line_processed_callback: Optional[Callable[[BuildRecipe], None]] = None, argument
259 cfg: BuildRecipe, argument
298 cfg: BuildRecipe, argument
423 build_recipes: Sequence[BuildRecipe], argument
429 [List, Dict, BuildRecipe, logging.Logger, Optional[Callable]], bool
644 def __getitem__(self, index: int) -> BuildRecipe:
[all …]
Dproject_builder_context.py46 from pw_build.build_recipe import BuildRecipe
141 procs: Dict[BuildRecipe, subprocess.Popen] = field(default_factory=dict)
142 recipes: List[BuildRecipe] = field(default_factory=list)
309 def mark_progress_step_complete(self, recipe: BuildRecipe) -> None: argument
317 def mark_progress_done(self, recipe: BuildRecipe) -> None: argument
326 def mark_progress_started(self, recipe: BuildRecipe) -> None: argument
336 self, recipe: BuildRecipe, proc: subprocess.Popen argument
Dbuild_recipe.py382 class BuildRecipe: class
491 def create_build_recipes(prefs: 'ProjectBuilderPrefs') -> List[BuildRecipe]:
493 build_recipes: List[BuildRecipe] = []
498 BuildRecipe(
524 BuildRecipe(
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py77 from pw_build.build_recipe import BuildRecipe, create_build_recipes
342 def run_recipe(self, index: int, cfg: BuildRecipe, env) -> None: argument
372 recipe: BuildRecipe, argument
398 recipe: BuildRecipe, argument
406 def new_line_callback(recipe: BuildRecipe) -> None: argument