/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | AttributesImpl.java | 203 int max = length * 5; in getIndex() local 222 int max = length * 5; in getIndex() local 244 int max = length * 5; in getType() local 264 int max = length * 5; in getType() local 286 int max = length * 5; in getValue() local 306 int max = length * 5; in getValue() local 573 int max; in ensureCapacity() local
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | LoopingBackwardsBenchmark.java | 27 @Param({"2", "20", "2000", "20000000"}) int max; field in LoopingBackwardsBenchmark
|
/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 | 41 final long max = Long.MAX_VALUE; in testCompare() local
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestNumberParser.java | 96 …public void test_parse_error(TemporalField field, int min, int max, SignStyle style, String text, … in test_parse_error() 308 …public void test_parseSignsStrict(String input, int min, int max, SignStyle style, int parseLen, I… in test_parseSignsStrict() 417 …public void test_parseSignsLenient(String input, int min, int max, SignStyle style, int parseLen, … in test_parseSignsLenient() 508 …public void test_parseDigitsLenient(String input, int min, int max, SignStyle style, int parseLen,… in test_parseDigitsLenient()
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | SSLContextSpiImpl.java | 62 int max = 65535; in engineCreateSSLEngine() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | IntSummaryStatistics.java | 69 private int max = Integer.MIN_VALUE; field in IntSummaryStatistics
|
D | LongSummaryStatistics.java | 70 private long max = Long.MIN_VALUE; field in LongSummaryStatistics
|
D | DoubleSummaryStatistics.java | 69 private double max = Double.NEGATIVE_INFINITY; field in DoubleSummaryStatistics
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | PropertyExpander.java | 71 int max = value.length(); in expand() 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 | ConcurrentSkipListSetTest.java | 712 void mutateSet(NavigableSet<Integer> set, int min, int max, BitSet bs) { in mutateSet() 737 void mutateSubSet(NavigableSet<Integer> set, int min, int max, in mutateSubSet() 780 int min, int max, boolean ascending, in bashSubSet() 783 check(set.descendingSet(), min, max, !ascending, bs); in bashSubSet() local 787 check(set.descendingSet(), min, max, !ascending, bs); in bashSubSet() local 862 final int min, final int max, final boolean ascending, in check()
|
D | TreeSetTest.java | 716 void mutateSet(NavigableSet<Integer> set, int min, int max) { in mutateSet() 741 void mutateSubSet(NavigableSet<Integer> set, int min, int max) { in mutateSubSet() 783 int min, int max, boolean ascending) { in bashSubSet() 785 check(set.descendingSet(), min, max, !ascending); in bashSubSet() local 789 check(set.descendingSet(), min, max, !ascending); in bashSubSet() local 864 final int min, final int max, final boolean ascending) { in check()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | Statement.java | 151 void setMaxFieldSize(int max) throws SQLException; in setMaxFieldSize() 181 void setMaxRows(int max) throws SQLException; in setMaxRows()
|
/libcore/luni/src/test/java/libcore/javax/net/ |
D | ServerSocketFactoryTest.java | 100 int max = 100; in assertBacklog() local
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 999 public static int max(int a, int b) { in max() method in StrictMath 1013 public static long max(long a, long b) { in max() method in StrictMath 1031 public static float max(float a, float b) { in max() method in StrictMath 1049 public static double max(double a, double b) { in max() method in StrictMath
|
D | Math.java | 1284 public static int max(int a, int b) { in max() method in Math 1298 public static long max(long a, long b) { in max() method in Math 1320 public static float max(float a, float b) { in max() method in Math 1346 public static double max(double a, double b) { in max() method in Math
|
/libcore/ojluni/annotations/mmodule/java/lang/ |
D | Math.annotated.java | 126 public static int max(int a, int b) { throw new RuntimeException("Stub!"); } in max() method in Math 128 public static long max(long a, long b) { throw new RuntimeException("Stub!"); } in max() method in Math 130 public static float max(float a, float b) { throw new RuntimeException("Stub!"); } in max() method in Math 132 public static double max(double a, double b) { throw new RuntimeException("Stub!"); } in max() method in Math
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | GeneralSubtree.java | 63 public GeneralSubtree(GeneralName name, int min, int max) { in GeneralSubtree()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ThreadPool.java | 139 int max = ((ThreadPoolExecutor)executor).getMaximumPoolSize(); in wrap() local
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | InflaterInputStream.java | 228 int max = (int)Math.min(n, Integer.MAX_VALUE); in skip() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | GregorianCalendarTest.java | 436 int[] max = { 1, 292269054, 11, 50, 3, 28, 355, 7, 3, 1, 11, 23, 59, in test_getLeastMaximumI() local 465 int[] max = { 1, 292278994, 11, 53, 6, 31, 366, 7, 6, 1, 11, 23, 59, in test_getMaximumI() local
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
D | TCKLocalDate.java | 156 LocalDate max = LocalDate.MAX; in setUp() local
|