Home
last modified time | relevance | path

Searched refs:step_result (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/infra/recipe_modules/target/examples/
Dfull.py23 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)]
/third_party/boost/libs/numeric/odeint/test/
Drunge_kutta_controlled_concepts.cpp78 controlled_step_result step_result = stepper.try_step( system , x , t , dt ); in check_controlled_stepper_concept() local
80 …BOOST_CHECK_MESSAGE( step_result == success , "step result: " << step_result ); // error = 0 for c… in check_controlled_stepper_concept()
/third_party/gn/infra/recipe_modules/windows_sdk/
Dapi.py80 step_result = self.m.json.read(
87 data = step_result.json.output.get('env')
/third_party/flutter/skia/infra/bots/recipes/
Dandroid_compile.py66 step_result = api.step('Get task log links',
69 task_json = step_result.stdout
Dperf_skottietrace.py164 step_result = api.run(
223 output = dict(step_result.json.output)
Dperf_skottiewasm_lottieweb.py219 step_result = api.run(
344 output = dict(step_result.json.output)
/third_party/skia/infra/bots/recipes/
Dperf_skottietrace.py157 step_result = api.run(
212 output = dict(step_result.json.output)
Dperf_skottiewasm_lottieweb.py216 step_result = api.run(
341 output = dict(step_result.json.output)
/third_party/skia/infra/bots/recipe_modules/build/
Ddefault.py120 with api.step.nest('ensure xcode') as step_result:
121 step_result.presentation.step_text = (