Home
last modified time | relevance | path

Searched refs:OTHER_TWO_VALUES (Results 1 – 4 of 4) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java33 import static com.google.common.math.StatsTesting.OTHER_TWO_VALUES;
93 twoValuesAccumulator = createFilledPairedStatsAccumulator(TWO_VALUES, OTHER_TWO_VALUES); in setUp()
95 createPartitionedFilledPairedStatsAccumulator(TWO_VALUES, OTHER_TWO_VALUES, 1); in setUp()
DStatsTesting.java59 static final ImmutableList<Double> OTHER_TWO_VALUES = ImmutableList.of(123.456, -789.012); field in StatsTesting
221 static final Stats OTHER_TWO_VALUES_STATS = Stats.of(OTHER_TWO_VALUES);
278 createPairedStatsOf(TWO_VALUES, OTHER_TWO_VALUES);
/external/guava/guava-tests/test/com/google/common/math/
DPairedStatsAccumulatorTest.java33 import static com.google.common.math.StatsTesting.OTHER_TWO_VALUES;
93 twoValuesAccumulator = createFilledPairedStatsAccumulator(TWO_VALUES, OTHER_TWO_VALUES); in setUp()
95 createPartitionedFilledPairedStatsAccumulator(TWO_VALUES, OTHER_TWO_VALUES, 1); in setUp()
DStatsTesting.java60 static final ImmutableList<Double> OTHER_TWO_VALUES = ImmutableList.of(123.456, -789.012); field in StatsTesting
250 static final Stats OTHER_TWO_VALUES_STATS = Stats.of(OTHER_TWO_VALUES);
307 createPairedStatsOf(TWO_VALUES, OTHER_TWO_VALUES);