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

  /external/libvpx/libvpx/
vpxstats.h 35 void stats_close(stats_io_t *stats, int last_pass);
vpxstats.c 82 void stats_close(stats_io_t *stats, int last_pass) {
84 if (stats->pass == last_pass) {
95 if (stats->pass == last_pass)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxstats.h 35 void stats_close(stats_io_t *stats, int last_pass);
vpxstats.c 79 void stats_close(stats_io_t *stats, int last_pass) {
81 if (stats->pass == last_pass) {
92 if (stats->pass == last_pass)
  /external/autotest/frontend/health/
utils.py 31 last_pass=django_models.Max('started_time'))
32 return {result['test']: result['last_pass'] for result in results}
52 last_pass=django_models.Max('started_time'))
54 return {result['test']: result['last_pass'] for result in results}
complete_failures.py 54 @param last_passes: The dictionary of test_name:last_pass pairs.
140 return [name for name, last_pass in tests.items() if last_pass < cutoff]

Completed in 114 milliseconds