Searched defs:start_revision (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/models/
H A Dalert.py33 # start_revision and end_revision could be the same.
34 start_revision = ndb.IntegerProperty(indexed=True) variable in class:Alert
105 self.start_revision != original_alert.start_revision):
H A Dalert_group.py25 start_revision = ndb.IntegerProperty(indexed=True) variable in class:AlertGroup
45 if self.start_revision != start or self.end_revision != end:
46 self.start_revision = start
76 query = AlertGroup.query(AlertGroup.start_revision <= max_start_revision)
77 query = query.order(-AlertGroup.start_revision)
101 if (_IsOverlapping(alert_entity, group.start_revision, group.end_revision)
112 group.start_revision = alert_entity.start_revision
124 if alert_entity.start_revision > group.start_revision
[all...]
H A Dstoppage_alert.py54 def start_revision(self): member in class:StoppageAlert

Completed in 929 milliseconds