Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dmodels.py68 fanned_out = db.ListProperty(db.Key, indexed=False) variable in _PipelineRecord
Dpipeline.py2131 not pipeline_record.fanned_out):
2477 pipeline_record.fanned_out = child_pipeline_list
2704 all_pipeline_keys.add(str(parent.fanned_out[index]))
2970 'children': [key.name() for key in pipeline_record.fanned_out],
3150 for child_pipeline_key in pipeline_record.fanned_out: