Searched refs:fanned_out (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dmodels.py40 fanned_out: List of child _PipelineRecords that were started when this
68 fanned_out = db.ListProperty(db.Key, indexed=False) variable in class:_PipelineRecord
H A Dpipeline.py1709 # starting at the root pipeline and following "fanned_out" onward. This
2131 not pipeline_record.fanned_out):
2474 # fanned_out property refers to those pipelines that were run using a
2477 pipeline_record.fanned_out = child_pipeline_list
2697 # fanned_out property is consistent here.
2704 all_pipeline_keys.add(str(parent.fanned_out[index]))
2970 'children': [key.name() for key in pipeline_record.fanned_out],
3142 # _PipelineRecord.fanned_out property values.
3150 for child_pipeline_key in pipeline_record.fanned_out:

Completed in 76 milliseconds