/libcore/luni/src/test/java/libcore/java/util/ |
D | DoubleSummaryStatisticsTest.java | 36 assertEquals(Double.NEGATIVE_INFINITY, dss.getMax()); in test_empty() 55 assertEquals(100.0d, dssCombined.getMax()); in test_combine() 83 assertEquals(100.0d, dss1.getMax()); in test_getMax() 86 assertEquals(Double.NaN, dss1.getMax()); in test_getMax() 122 assertEquals(20d, dss.getMax()); in test_constructorLongDoubleDoubleDouble_takesArgumentsIntoAccountWhenCountIsNonZero() 131 assertEquals(Double.NEGATIVE_INFINITY, dss.getMax()); in test_constructorLongDoubleDoubleDouble_ignoresMinMaxSum_whenCountIsZero()
|
D | IntSummaryStatisticsTest.java | 50 assertEquals(Integer.MIN_VALUE, iss.getMax()); in test_defaults_when_count_is_zero() 58 assertEquals(5, iss.getMax()); in test_filled_constructor() 67 assertEquals(Integer.MIN_VALUE, iss.getMax()); in test_empty() 87 assertEquals(100, issCombined.getMax()); in test_combine() 109 assertEquals(100, iss1.getMax()); in test_getMax()
|
D | LongSummaryStatisticsTest.java | 32 assertEquals(Long.MIN_VALUE, lss.getMax()); in test_empty() 59 assertEquals(Long.MIN_VALUE, lss.getMax()); in test_defaults_when_count_is_zero() 67 assertEquals(5, lss.getMax()); in test_filled_constructor() 98 assertEquals(100L, lssCombined.getMax()); in test_combine() 120 assertEquals(100L, lss1.getMax()); in test_getMax()
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | CollectAndSummaryStatisticsTest.java | 106 …ew IntSummaryStatistics(original.getCount(), original.getMin(), original.getMax(), original.getSum… in testIntStatistics() 112 assertEquals(stats.getMax(), 1000); in testIntStatistics() 140 …w LongSummaryStatistics(original.getCount(), original.getMin(), original.getMax(), original.getSum… in testLongStatistics() 146 assertEquals(stats.getMax(), 1000L); in testLongStatistics() 173 …DoubleSummaryStatistics(original.getCount(), original.getMin(), original.getMax(), original.getSum… in testDoubleStatistics() 179 assertEquals(stats.getMax(), 1000.0); in testDoubleStatistics()
|
D | SummaryStatisticsTest.java | 55 assertEquals(stats.getMax(), 1000); in testIntStatistics() 70 assertEquals(stats.getMax(), 1000L); in testLongStatistics() 85 assertEquals(stats.getMax(), 1000.0); in testDoubleStatistics()
|
/libcore/ojluni/src/main/java/java/util/ |
D | IntSummaryStatistics.java | 184 public final int getMax() { in getMax() method in IntSummaryStatistics 212 getMax()); in toString()
|
D | LongSummaryStatistics.java | 197 public final long getMax() { in getMax() method in LongSummaryStatistics 225 getMax()); in toString()
|
D | DoubleSummaryStatistics.java | 281 public final double getMax() { in getMax() method in DoubleSummaryStatistics 316 getMax()); in toString()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | ScannerBenchmark.java | 49 int getMax() { in getMax() method in ScannerBenchmark.LineLength 65 data = new byte[lineLength.getMax() * linesCount]; in setUp()
|
/libcore/api/ |
D | current.txt | 13948 method public final double getMax(); 14251 method public final int getMax(); 14507 method public final long getMax();
|