Home
last modified time | relevance | path

Searched refs:INTEGER_MANY_VALUES (Results 1 – 6 of 6) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DStatsTesting.java161 static final ImmutableList<Integer> INTEGER_MANY_VALUES = field in StatsTesting
229 Stats.of(Ints.toArray(INTEGER_MANY_VALUES));
230 static final Stats INTEGER_MANY_VALUES_STATS_ITERABLE = Stats.of(INTEGER_MANY_VALUES);
DStatsTest.java24 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
544 assertThat(Stats.meanOf(INTEGER_MANY_VALUES)) in testMeanOf()
547 assertThat(Stats.meanOf(Ints.toArray(INTEGER_MANY_VALUES))) in testMeanOf()
DStatsAccumulatorTest.java21 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
141 integerManyValuesAccumulatorByAddAllIterable.addAll(INTEGER_MANY_VALUES); in setUp()
/external/guava/guava-tests/test/com/google/common/math/
DStatsTesting.java162 static final ImmutableList<Integer> INTEGER_MANY_VALUES = field in StatsTesting
258 Stats.of(Ints.toArray(INTEGER_MANY_VALUES));
259 static final Stats INTEGER_MANY_VALUES_STATS_ITERABLE = Stats.of(INTEGER_MANY_VALUES);
DStatsTest.java25 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
609 assertThat(Stats.meanOf(INTEGER_MANY_VALUES)) in testMeanOf()
612 assertThat(Stats.meanOf(Ints.toArray(INTEGER_MANY_VALUES))) in testMeanOf()
DStatsAccumulatorTest.java21 import static com.google.common.math.StatsTesting.INTEGER_MANY_VALUES;
148 integerManyValuesAccumulatorByAddAllIterable.addAll(INTEGER_MANY_VALUES); in setUp()