HomeSort by relevance Sort by last modified time
    Searched refs:root_pipeline (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
models.py 38 root_pipeline: The root of the whole workflow; set to itself this pipeline
66 root_pipeline = db.SelfReferenceProperty( variable in class:_PipelineRecord
128 root_pipeline: The root of the workflow.
138 root_pipeline = db.ReferenceProperty(_PipelineRecord) variable in class:_SlotRecord
178 root_pipeline: The root of the workflow.
194 root_pipeline = db.ReferenceProperty(_PipelineRecord) variable in class:_BarrierRecord
244 root_pipeline = db.ReferenceProperty(_PipelineRecord) variable in class:_BarrierIndex
285 root_pipeline = db.ReferenceProperty(_PipelineRecord) variable in class:_StatusRecord
pipeline.py 606 _PipelineRecord.root_pipeline.get_value_for_datastore(pipeline_record),
796 key=status_key, root_pipeline=root_pipeline_key)
    [all...]

Completed in 850 milliseconds