Searched defs:checkNotNegative (Results 1 – 6 of 6) sorted by relevance
40 private static void checkNotNegative(long l) { in checkNotNegative() method in BlockingSemaphore
41 private static void checkNotNegative(long l) { in checkNotNegative() method in NonBlockingSemaphore
47 static void checkNotNegative(long n, String description) { in checkNotNegative() method in Util
166 public static Duration checkNotNegative(Duration duration) { in checkNotNegative() method in Durations