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

  /external/chromium-trace/catapult/dashboard/dashboard/
stats_test.py 213 # After the initial request, a StatContainer entity is created
215 containers = stats.StatContainer.query().fetch()
285 containers = stats.StatContainer.query().fetch()
379 containers = stats.StatContainer.query().fetch()
stats.py 38 class StatContainer(ndb.Model):
111 recent_stats = StatContainer.query().order(
112 -StatContainer.timestamp).fetch(limit=20)
147 container: A StatContainer entity.
166 container: A StatContainer entity.
232 stat_container = StatContainer(stat_type=stat_type)
249 stat_container: A StatContainer entity to populate.
280 stat_container: A StatContainer entity to populate.
324 parent_key: The urlsafe string of a StatContainer key.

Completed in 51 milliseconds