Home
last modified time | relevance | path

Searched defs:max (Results 1 – 23 of 23) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributesImpl.java201 int max = length * 5; in getIndex() local
220 int max = length * 5; in getIndex() local
242 int max = length * 5; in getType() local
262 int max = length * 5; in getType() local
284 int max = length * 5; in getValue() local
304 int max = length * 5; in getValue() local
570 int max; in ensureCapacity() local
DNamespaceSupport.java198 int max = contexts.length; in pushContext() local
DParserAdapter.java978 int max = atts.getLength(); in getIndex() local
/libcore/luni/src/test/java/libcore/java/lang/
DLongTest.java23 final long max = Long.MAX_VALUE; in test_compare() local
DShortTest.java23 final short max = Short.MAX_VALUE; in test_compare() local
DIntegerTest.java23 final int max = Integer.MAX_VALUE; in test_compare() local
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DSSLContextSpiImpl.java62 int max = 65535; in engineCreateSSLEngine() local
/libcore/luni/src/test/java/libcore/javax/net/
DServerSocketFactoryTest.java96 int max = 100; in assertBacklog() local
/libcore/luni/src/main/java/java/lang/
DStrictMath.java479 public static double max(double d1, double d2) { in max() method in StrictMath
512 public static float max(float f1, float f2) { in max() method in StrictMath
537 public static int max(int i1, int i2) { in max() method in StrictMath
551 public static long max(long l1, long l2) { in max() method in StrictMath
DMath.java477 public static double max(double d1, double d2) { in max() method in Math
514 public static float max(float f1, float f2) { in max() method in Math
543 public static native int max(int i1, int i2); in max() method in Math
555 public static long max(long l1, long l2) { in max() method in Math
DInteger.java370 int max = Integer.MIN_VALUE / radix; in parse() local
DLong.java357 long max = Long.MIN_VALUE / radix; in parse() local
/libcore/luni/src/main/java/java/sql/
DStatement.java626 public void setMaxFieldSize(int max) throws SQLException; in setMaxFieldSize()
639 public void setMaxRows(int max) throws SQLException; in setMaxRows()
/libcore/luni/src/main/java/java/util/zip/
DGZIPInputStream.java115 int max = length > buf.length ? buf.length : length; in GZIPInputStream() local
/libcore/luni/src/main/java/java/util/concurrent/
DArrayBlockingQueue.java619 int max = count; in drainTo() local
656 int max = (maxElements < count) ? maxElements : count; in drainTo() local
DExchanger.java295 private final AtomicInteger max = new AtomicInteger(); field in Exchanger
DConcurrentSkipListMap.java869 int max = h.level; in insertIndex() local
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DGeneralName.java401 int max = address[i + _length] & 0xff; in isAcceptable() local
/libcore/luni/src/test/java/tests/java/sql/
DSelectFunctionalityTest.java536 Double max = result.getDouble("max"); in test_SelectHaving() local
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1035 public void setMaxFieldSize(int max) throws SQLException; in setMaxFieldSize()
1047 public void setMaxRows(int max) throws SQLException; in setMaxRows()
/libcore/luni/src/main/java/java/math/
DBigInteger.java788 public BigInteger max(BigInteger value) { in max() method in BigInteger
DBigDecimal.java2218 public BigDecimal max(BigDecimal val) { in max() method in BigDecimal
/libcore/luni/src/main/java/java/util/
DGregorianCalendar.java1301 int max = -1; in roll() local