/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | AttributesImpl.java | 201 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
|
D | NamespaceSupport.java | 198 int max = contexts.length; in pushContext() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ShortTest.java | 23 final short max = Short.MAX_VALUE; in test_compare() local
|
D | IntegerTest.java | 42 final int max = Integer.MAX_VALUE; in testCompare() local
|
D | LongTest.java | 40 final long max = Long.MAX_VALUE; in testCompare() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | LoopingBackwardsBenchmark.java | 29 @Param({"2", "20", "2000", "20000000"}) int max; field in LoopingBackwardsBenchmark
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | SSLContextSpiImpl.java | 62 int max = 65535; in engineCreateSSLEngine() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ByteTest.java | 359 final Byte max = new Byte(Byte.MAX_VALUE); in test_compareToLjava_lang_Byte() local
|
D | CharacterTest.java | 534 final Character max = new Character(Character.MAX_VALUE); in test_compareToLjava_lang_Byte() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | TreeSetTest.java | 715 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()
|
D | ConcurrentSkipListSetTest.java | 709 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()
|
D | ArrayDequeTest.java | 770 int max = rng.nextInt(5) + 2; in testIteratorRemove() local 838 int max = rng.nextInt(5) + 2; in testDescendingIteratorRemove() local
|
D | ConcurrentLinkedDequeTest.java | 740 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/ |
D | Math.java | 452 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
|
D | StrictMath.java | 447 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
|
D | Long.java | 357 long max = Long.MIN_VALUE / radix; in parse() local
|
/libcore/luni/src/main/java/java/sql/ |
D | Statement.java | 626 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/ |
D | ServerSocketFactoryTest.java | 96 int max = 100; in assertBacklog() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | GregorianCalendarTest.java | 420 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/ |
D | GZIPInputStream.java | 227 int max = length > scratch.length ? scratch.length : length; in parseGzipHeader() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | CharsetEncoderTest.java | 1037 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/ |
D | GeneralName.java | 413 int max = address[i + _length] & 0xff; in isAcceptable() local
|
/libcore/luni/src/main/java/java/math/ |
D | BigInteger.java | 195 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/ |
D | SelectFunctionalityTest.java | 536 Double max = result.getDouble("max"); in test_SelectHaving() local
|
/libcore/luni/src/main/java/java/text/ |
D | SimpleDateFormat.java | 1103 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()
|