Searched refs:step_result (Results 1 – 6 of 6) sorted by relevance
23 step_result = api.step('platform things', cmd=None)24 step_result.presentation.logs['name'] = [target.os]25 step_result.presentation.logs['arch'] = [target.arch]26 step_result.presentation.logs['platform'] = [target.platform]27 step_result.presentation.logs['triple'] = [target.triple]28 step_result.presentation.logs['string'] = [str(target)]
80 step_result = self.m.json.read(87 data = step_result.json.output.get('env')
129 StepResult step_result = Step(heap); in RunInternal() local133 step_result != StepResult::kNoImmediateWork in RunInternal()
157 step_result = api.run(212 output = dict(step_result.json.output)
216 step_result = api.run(341 output = dict(step_result.json.output)
120 with api.step.nest('ensure xcode') as step_result:121 step_result.presentation.step_text = (