Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dvpxstats.c82 void stats_close(stats_io_t *stats, int last_pass) { in stats_close() argument
84 if (stats->pass == last_pass) { in stats_close()
95 if (stats->pass == last_pass) in stats_close()
Dvpxstats.h35 void stats_close(stats_io_t *stats, int last_pass);
/external/autotest/frontend/health/
Dutils.py31 last_pass=django_models.Max('started_time'))
52 last_pass=django_models.Max('started_time'))
Dcomplete_failures.py140 return [name for name, last_pass in tests.items() if last_pass < cutoff]