HomeSort by relevance Sort by last modified time
    Searched full:force_clean (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 137 def RunCleanCommand(force_clean, variable_expander):
141 force_clean: A boolean indicating whether to force cleaning existing
149 interactive_option = '--interactive' if not force_clean else ''
224 def RunTests(mini_installer_path, config, force_clean):
230 force_clean: A boolean indicating whether to force cleaning existing
238 RunCleanCommand(force_clean, variable_expander)
253 parser.add_option('--force-clean', action='store_true', dest='force_clean',
265 if not RunTests(mini_installer_path, config, options.force_clean):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/
commitannouncer.py 60 if not self._update(force_clean=True):
97 def _update(self, force_clean=False):
99 if not force_clean:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 45 force_clean = make_option("--force-clean", action="store_true", dest="force_clean", default=False, help="Clean working directory before applying patches (removes local changes and commits)") variable in class:Options

Completed in 573 milliseconds