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

  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 78 _SlotRecord = models._SlotRecord
180 slot_key: The db.Key for this slot's _SlotRecord if it's already been
189 slot_key = db.Key.from_path(_SlotRecord.kind(), uuid.uuid4().hex)
248 """Sets the value of this slot based on its corresponding _SlotRecord.
253 slot_record: The _SlotRecord containing this Slot's value.
255 if slot_record.status == _SlotRecord.FILLED:
257 self._filler_pipeline_key = _SlotRecord.filler.get_value_for_datastore(
    [all...]
models.py 120 class _SlotRecord(db.Model):
210 Previously, when a _SlotRecord was filled, notify_barriers() would query for
212 _SlotRecord's key. The problem with that approach is the 'blocking_slots'
222 ensures that even all _BarrierRecords dependent on a _SlotRecord will
227 _PipelineRecord<owns_slot_id>/_SlotRecord<slot_id>/
232 _SlotRecord<slot_id>/_PipelineRecord<dependent_pipeline_id>/

Completed in 155 milliseconds