Home
last modified time | relevance | path

Searched refs:should_use_progress_bars (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py145 and not self.project_builder.should_use_progress_bars()
192 if self.project_builder.should_use_progress_bars():
259 and self.project_builder.should_use_progress_bars()
387 and not self.project_builder.should_use_progress_bars()
523 if project_builder.should_use_progress_bars():
629 elif event_handler.project_builder.should_use_progress_bars():
640 elif event_handler.project_builder.should_use_progress_bars():
/external/pigweed/pw_build/py/pw_build/
Dproject_builder.py744 def should_use_progress_bars(self) -> bool: member in ProjectBuilder
983 if not project_builder.should_use_progress_bars():
999 if not project_builder.should_use_progress_bars():
1011 if project_builder.should_use_progress_bars():
1033 if project_builder.should_use_progress_bars():
1090 if project_builder.should_use_progress_bars():
Dproject_builder_presubmit_runner.py806 if project_builder.should_use_progress_bars():