OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halt_on_failure
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/build/android/buildbot/
bb_utils.py
55
def RunCmd(command, flunk_on_failure=True,
halt_on_failure
=False,
68
if code != warning_code and
halt_on_failure
:
bb_host_steps.py
50
RunCmd(['gclient', 'runhooks'],
halt_on_failure
=True)
64
halt_on_failure
=True,
bb_device_steps.py
182
RunCmd(['build/android/adb_install_apk.py'] + args,
halt_on_failure
=True)
418
RunCmd(cmd,
halt_on_failure
=True)
Completed in 60 milliseconds