Home
last modified time | relevance | path

Searched refs:over (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java197 static long x(long d, long m, long over) { in x() argument
198 if (d > +over) return Long.MAX_VALUE; in x()
199 if (d < -over) return Long.MIN_VALUE; in x()
/libcore/ojluni/src/main/java/java/nio/file/attribute/
DFileTime.java208 private static long scale(long d, long m, long over) { in scale() argument
209 if (d > over) return Long.MAX_VALUE; in scale()
210 if (d < -over) return Long.MIN_VALUE; in scale()
/libcore/expectations/
Dknownfailures.txt10 …/* libcore tests that take over 15 minutes on device because of DHParametersHelper.generateSafePri…
1671 description: "We're retiring the security manager. Unfortunately, tests all over the place