Lines Matching refs:step
75 api.run(api.step, 'swiftshader cmake',
79 api.run(api.step, 'swiftshader ninja',
81 api.run(api.step, 'rename legacy libEGL binary',
83 api.run(api.step, 'rename legacy libGLESv2 binary',
120 with api.step.nest('ensure xcode') as step_result:
132 api.step('install xcode', install_xcode_cmd)
133 api.step('select xcode', [
362 api.run(api.step, 'ccache stats-start', cmd=[ccache, '-s'])
363 api.run(api.step, 'gn gen',
365 api.run(api.step, 'ninja', cmd=['ninja', '-C', out_dir])
367 api.run(api.step, 'ccache stats-end', cmd=[ccache, '-s'])