Home
last modified time | relevance | path

Searched refs:step_result (Results 1 – 6 of 6) 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/gn/infra/recipe_modules/windows_sdk/
Dapi.py80 step_result = self.m.json.read(
87 data = step_result.json.output.get('env')
/third_party/node/deps/v8/src/heap/
Dincremental-marking-job.cc129 StepResult step_result = Step(heap); in RunInternal() local
133 step_result != StepResult::kNoImmediateWork in RunInternal()
/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 = (