Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py247 def _set_value(self, slot_record): argument
255 if slot_record.status == _SlotRecord.FILLED:
258 slot_record)
259 self._fill_datetime = slot_record.fill_time
260 self._value = slot_record.value
351 for slot, slot_record in zip(slot_key_dict.itervalues(), all_slots):
352 if slot_record is None:
357 slot = slot_key_dict[slot_record.key()]
358 slot._set_value(slot_record)
1294 for key, slot_record in zip(lookup_slots, db.get(lookup_slots)):
[all …]