Searched refs:caller_output (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ |
D | pipeline.py | 1102 caller_output): argument 1105 context, pipeline_key, root_pipeline_key, caller_output, 1116 caller_output, argument 1124 context, pipeline_key, root_pipeline_key, caller_output, result_status) 2072 caller_output = pipeline_func.outputs 2086 caller_output, abort_signal) 2135 self.fill_slot(pipeline_key, caller_output.default, None) 2144 self, pipeline_key, root_pipeline_key, caller_output) 2159 self.fill_slot(pipeline_key, caller_output.default, result) 2173 expected_outputs = set(caller_output._output_dict.iterkeys()) [all …]
|