Home
last modified time | relevance | path

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

12

/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
/libcore/luni/src/test/java/libcore/java/lang/
DShortTest.java23 final short max = Short.MAX_VALUE; in test_compare() local
DIntegerTest.java42 final int max = Integer.MAX_VALUE; in testCompare() local
DLongTest.java40 final long max = Long.MAX_VALUE; in testCompare() local
/libcore/benchmarks/src/benchmarks/regression/
DLoopingBackwardsBenchmark.java29 @Param({"2", "20", "2000", "20000000"}) int max; field in LoopingBackwardsBenchmark
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DSSLContextSpiImpl.java62 int max = 65535; in engineCreateSSLEngine() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DByteTest.java359 final Byte max = new Byte(Byte.MAX_VALUE); in test_compareToLjava_lang_Byte() local
DCharacterTest.java534 final Character max = new Character(Character.MAX_VALUE); in test_compareToLjava_lang_Byte() local
/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSetTest.java715 void mutateSet(NavigableSet<Integer> set, int min, int max) { in mutateSet()
740 void mutateSubSet(NavigableSet<Integer> set, int min, int max) { in mutateSubSet()
782 int min, int max, boolean ascending) { in bashSubSet()
784 check(set.descendingSet(), min, max, !ascending); in bashSubSet() local
788 check(set.descendingSet(), min, max, !ascending); in bashSubSet() local
863 final int min, final int max, final boolean ascending) { in check()
DConcurrentSkipListSetTest.java709 void mutateSet(NavigableSet<Integer> set, int min, int max, BitSet bs) { in mutateSet()
734 void mutateSubSet(NavigableSet<Integer> set, int min, int max, in mutateSubSet()
777 int min, int max, boolean ascending, in bashSubSet()
780 check(set.descendingSet(), min, max, !ascending, bs); in bashSubSet() local
784 check(set.descendingSet(), min, max, !ascending, bs); in bashSubSet() local
859 final int min, final int max, final boolean ascending, in check()
DArrayDequeTest.java770 int max = rng.nextInt(5) + 2; in testIteratorRemove() local
838 int max = rng.nextInt(5) + 2; in testDescendingIteratorRemove() local
DConcurrentLinkedDequeTest.java740 int max = rng.nextInt(5) + 2; in testIteratorRemove() local
808 int max = rng.nextInt(5) + 2; in testDescendingIteratorRemove() local
/libcore/luni/src/main/java/java/lang/
DMath.java452 public static double max(double d1, double d2) { in max() method in Math
483 public static float max(float f1, float f2) { in max() method in Math
506 public static int max(int i1, int i2) { in max() method in Math
514 public static long max(long l1, long l2) { in max() method in Math
DStrictMath.java447 public static double max(double d1, double d2) { in max() method in StrictMath
474 public static float max(float f1, float f2) { in max() method in StrictMath
493 public static int max(int i1, int i2) { in max() method in StrictMath
501 public static long max(long l1, long l2) { in max() method in StrictMath
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/test/java/libcore/javax/net/
DServerSocketFactoryTest.java96 int max = 100; in assertBacklog() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DGregorianCalendarTest.java420 int[] max = { 1, 292269054, 11, 50, 3, 28, 355, 7, 3, 1, 11, 23, 59, in test_getLeastMaximumI() local
457 int[] max = { 1, 292278994, 11, 53, 6, 31, 366, 7, 6, 1, 11, 23, 59, in test_getMaximumI() local
/libcore/luni/src/main/java/java/util/zip/
DGZIPInputStream.java227 int max = length > scratch.length ? scratch.length : length; in parseGzipHeader() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetEncoderTest.java1037 public MockCharsetEncoder(Charset cs, float aver, float max) { in MockCharsetEncoder()
1041 public MockCharsetEncoder(Charset cs, float aver, float max, in MockCharsetEncoder()
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DGeneralName.java413 int max = address[i + _length] & 0xff; in isAcceptable() local
/libcore/luni/src/main/java/java/math/
DBigInteger.java195 final int max = (int) Math.sqrt(x); in isSmallPrime() local
822 public BigInteger max(BigInteger value) { in max() method in BigInteger
/libcore/luni/src/test/java/tests/java/sql/
DSelectFunctionalityTest.java536 Double max = result.getDouble("max"); in test_SelectHaving() local
/libcore/luni/src/main/java/java/text/
DSimpleDateFormat.java1103 private Number parseNumber(int max, String string, ParsePosition position) { in parseNumber()
1131 private int parseNumber(int max, String string, int offset, int field, int skew) { in parseNumber()

12