Lines Matching defs:time
83 // Maximum time for lamp warm-up
150 * range for expiration time
365 line exposure needed for conversion and led exposure time.
1006 // when we come here then the scanner needed too much time for this, so we better stop
2188 // acceleration total time
2291 // wait some time to let lamp to get dark
2295 // FIXME: what about scanners that take a long time to warm the lamp?
2490 // wait some time to let lamp to get dark
2494 // FIXME: what about scanners that take a long time to warm the lamp?
3536 struct timeval time;
3571 gettimeofday(&time, nullptr);
3572 found_cache_it->last_calibration = time.tv_sec;
4072 // wait some time between each test to avoid overloading USB and CPU
4114 * so we save time */
4765 /* expiration time for calibration cache entries */
4766 s->opt[OPT_EXPIRATION_TIME].name = "expiration-time";
4767 s->opt[OPT_EXPIRATION_TIME].title = SANE_I18N ("Calibration cache expiration time");
4776 /* Powersave time (turn lamp off) */
4777 s->opt[OPT_LAMP_OFF_TIME].name = "lamp-off-time";
4778 s->opt[OPT_LAMP_OFF_TIME].title = SANE_I18N ("Lamp off time");
4781 ("The lamp will be turned off after the given time (in minutes). "
6294 * so we save time */