Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtree.java52 private int maximum = -1; field in GeneralSubtree
66 this.maximum = max; in GeneralSubtree()
92 maximum = opt.getInteger(); in GeneralSubtree()
123 return maximum; in getMaximum()
133 if (maximum == -1) { in toString()
136 s += "\t Maximum: " + maximum; in toString()
161 if (this.maximum != otherGS.maximum) in equals()
180 if (maximum != -1) { in hashCode()
181 myhash = 37 * myhash + maximum; in hashCode()
203 if (maximum != -1) { in encode()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/apache/harmony/kernel/dalvik/
DThreadsTest.java260 long maximum = expectedMillis + 200L; in assertDurationIsInRange() local
268 } else if (duration > maximum) { in assertDurationIsInRange()
270 " maximum duration: " + maximum + in assertDurationIsInRange()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template176 * A positive float value indicating the maximum number of
253 * A positive float value indicating the maximum number of
486 * Returns the maximum number of $otype$s that will be produced for each
497 * @return The maximum number of $otype$s that will be produced per
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template801 * The maximum number of $type$s to be written to the given