Searched defs:statistics (Results 1 – 7 of 7) sorted by relevance
242 for (const TaskStatistics& statistics : stats) { in main() local
311 struct statistics { struct312 struct timeval prev_tv;313 int prev_fbd;314 int bytes_generated;
268 struct statistics { struct269 struct timespec prev_tv;270 OMX_U32 prev_fbd;271 OMX_U32 bytes_generated;
274 struct statistics { struct275 struct timeval prev_tv;276 int prev_fbd;277 int bytes_generated;
275 struct statistics { struct276 struct timeval prev_tv;277 int prev_fbd;278 int bytes_generated;
297 struct statistics { struct298 struct timeval prev_tv;299 int prev_fbd;300 int bytes_generated;
170 TEST(logd, statistics) { in TEST() argument