Home
last modified time | relevance | path

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

1234

/libcore/luni/src/main/java/org/xml/sax/helpers/
DAttributesImpl.java203 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/
DLoopingBackwardsBenchmark.java27 @Param({"2", "20", "2000", "20000000"}) int max; field in LoopingBackwardsBenchmark
/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.java41 final long max = Long.MAX_VALUE; in testCompare() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestNumberParser.java96 …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/
DSSLContextSpiImpl.java62 int max = 65535; in engineCreateSSLEngine() local
/libcore/ojluni/src/main/java/java/util/
DIntSummaryStatistics.java69 private int max = Integer.MIN_VALUE; field in IntSummaryStatistics
DLongSummaryStatistics.java70 private long max = Long.MIN_VALUE; field in LongSummaryStatistics
DDoubleSummaryStatistics.java69 private double max = Double.NEGATIVE_INFINITY; field in DoubleSummaryStatistics
/libcore/ojluni/src/main/java/sun/security/util/
DPropertyExpander.java71 int max = value.length(); in expand() 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/
DConcurrentSkipListSetTest.java712 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()
DTreeSetTest.java716 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/
DStatement.java151 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/
DServerSocketFactoryTest.java100 int max = 100; in assertBacklog() local
/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java999 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
DMath.java1284 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/
DMath.annotated.java126 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/
DGeneralSubtree.java63 public GeneralSubtree(GeneralName name, int min, int max) { in GeneralSubtree()
/libcore/ojluni/src/main/java/sun/nio/ch/
DThreadPool.java139 int max = ((ThreadPoolExecutor)executor).getMaximumPoolSize(); in wrap() local
/libcore/ojluni/src/main/java/java/util/zip/
DInflaterInputStream.java228 int max = (int)Math.min(n, Integer.MAX_VALUE); in skip() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DGregorianCalendarTest.java436 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/
DTCKLocalDate.java156 LocalDate max = LocalDate.MAX; in setUp() local

1234