Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DTimeUnit.java136 static long x(long d, long m, long over) { in x() argument
137 if (d > over) return Long.MAX_VALUE; in x()
138 if (d < -over) return Long.MIN_VALUE; in x()
/libcore/luni/src/main/java/java/security/
Dsecurity.properties23 # Favor Harmony's CertificateFactory.X509 over BouncyCastle's
/libcore/expectations/
Dbrokentests.txt50 description: "We're retiring the security manager. Unfortunately, tests all over the place