Home
last modified time | relevance | path

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

/external/v8/build/android/buildbot/
Dbb_device_steps.py181 bb_annotations.PrintNamedStep(suite)
190 bb_annotations.PrintNamedStep(suite)
196 bb_annotations.PrintNamedStep('chromedriver_annotation')
216 bb_annotations.PrintNamedStep('install_%s' % test.name.lower())
240 bb_annotations.PrintNamedStep('%s_instrumentation_tests' % test.name.lower())
282 bb_annotations.PrintNamedStep('webkit_lint')
288 bb_annotations.PrintNamedStep('webkit_tests')
353 bb_annotations.PrintNamedStep('archive_webkit_results')
445 bb_annotations.PrintNamedStep('provision_devices')
465 bb_annotations.PrintNamedStep('device_status_check')
[all …]
Dbb_host_steps.py31 bb_annotations.PrintNamedStep('check_licenses')
42 bb_annotations.PrintNamedStep('Clobber')
49 bb_annotations.PrintNamedStep('runhooks')
60 bb_annotations.PrintNamedStep('generate_build_files')
77 bb_annotations.PrintNamedStep('compile')
85 bb_annotations.PrintNamedStep('zip_build')
94 bb_annotations.PrintNamedStep('extract_build')
Dbb_annotations.py45 def PrintNamedStep(step): function