Home
last modified time | relevance | path

Searched refs:getMax (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DDoubleSummaryStatisticsTest.java36 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()
DIntSummaryStatisticsTest.java50 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()
DLongSummaryStatisticsTest.java32 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/
DCollectAndSummaryStatisticsTest.java106 …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()
DSummaryStatisticsTest.java55 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/
DIntSummaryStatistics.java184 public final int getMax() { in getMax() method in IntSummaryStatistics
212 getMax()); in toString()
DLongSummaryStatistics.java197 public final long getMax() { in getMax() method in LongSummaryStatistics
225 getMax()); in toString()
DDoubleSummaryStatistics.java281 public final double getMax() { in getMax() method in DoubleSummaryStatistics
316 getMax()); in toString()
/libcore/benchmarks/src/benchmarks/regression/
DScannerBenchmark.java49 int getMax() { in getMax() method in ScannerBenchmark.LineLength
65 data = new byte[lineLength.getMax() * linesCount]; in setUp()
/libcore/api/
Dcurrent.txt13948 method public final double getMax();
14251 method public final int getMax();
14507 method public final long getMax();