Searched refs:OTHER_TWO_VALUES (Results 1 – 4 of 4) sorted by relevance
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | PairedStatsAccumulatorTest.java | 33 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()
|
D | StatsTesting.java | 59 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/ |
D | PairedStatsAccumulatorTest.java | 33 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()
|
D | StatsTesting.java | 60 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);
|