Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
DPrimitiveArrayTest.java59 Assert.assertArrayEquals(doubles, ((DoubleArr) wrappers.get(5)).getDoubles(), 0.001); in testValidConstructor()
129 ((DoubleArr) yaml.load(pkg + ".DoubleArr [ [ 3, 5 ] ] ")).getDoubles(), 0.001f); in testPromotion()
174 Assert.assertArrayEquals(doubleArr.getDoubles(), in testCycle()
175 ((DoubleArr) cycle(doubleArr)).getDoubles(), 0.001); in testCycle()
DDoubleArr.java34 public double[] getDoubles() { in getDoubles() method in DoubleArr
/external/auto/common/src/test/java/com/google/auto/common/
DAnnotationValuesTest.java318 public void getDoubles() { in getDoubles() method in AnnotationValuesTest
320 assertThat(AnnotationValues.getDoubles(value)).containsExactly(17D, 18D).inOrder(); in getDoubles()
/external/auto/common/src/main/java/com/google/auto/common/
DAnnotationValues.java447 public static ImmutableList<Double> getDoubles(AnnotationValue value) { in getDoubles() method in AnnotationValues