Searched refs:timeouts (Results 1 – 3 of 3) sorted by relevance
798 long[] timeouts = { Long.MIN_VALUE, 0L, Long.MAX_VALUE }; in testGet_NullTimeUnit() local800 for (long timeout : timeouts) { in testGet_NullTimeUnit()809 for (long timeout : timeouts) { in testGet_NullTimeUnit()
821 long[] timeouts = { Long.MIN_VALUE, 0L, Long.MAX_VALUE }; in testGet_NullTimeUnit() local823 for (long timeout : timeouts) { in testGet_NullTimeUnit()832 for (long timeout : timeouts) { in testGet_NullTimeUnit()
686 long[] timeouts = { Long.MIN_VALUE, -1, 0, 1, Long.MAX_VALUE };687 RANDOM_TIMEOUT = timeouts[rnd.nextInt(timeouts.length)];688 RANDOM_EXPIRED_TIMEOUT = timeouts[rnd.nextInt(3)];