Searched refs:time (Results 1 - 4 of 4) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java189 long time = date.getTime();
190 date.setTime(time - (time % 3600000l));
H A DFileHistoryCache.java268 // at the same time. Since I would like to avoid read-locking, I just
485 * For these it would be waste of time to get their history
496 long time;
498 time = System.currentTimeMillis();
500 time = System.currentTimeMillis() - time;
516 (time > env.getHistoryReaderTimeLimit()))) {
643 // cache, so leave it to the caller to find a reasonable time to
644 // display (typically the last modified time on the file system).
H A DJDBCHistoryCache.java646 Timestamp time = rs.getTimestamp(3);
649 revision, time, author, null, message, true);
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexer.java666 long time = (System.currentTimeMillis() - start) / 1000;
667 LOGGER.log(Level.INFO, "Done scanning for repositories ({0}s)", time);

Completed in 33 milliseconds