Searched defs:nanos (Results 1 – 4 of 4) sorted by relevance
7 required int32 nanos = 2; field
181 Long nanos = unit.toNanos(timeout); in poll() local198 private T blockingPoll(Long nanos, IMatcher<T> matcher) throws InterruptedException { in blockingPoll()
334 private String nanosToHoursMinutesSeconds(long nanos) { in nanosToHoursMinutesSeconds()