/external/opencensus-java/contrib/dropwizard/src/test/java/io/opencensus/contrib/dropwizard/ |
D | DropWizardMetricsTest.java | 138 assertThat(metrics.get(0).getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in collect() 139 assertThat(metrics.get(0).getTimeSeriesList().get(0).getPoints().get(0).getValue()) in collect() 154 assertThat(metrics.get(1).getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in collect() 155 assertThat(metrics.get(1).getTimeSeriesList().get(0).getPoints().get(0).getValue()) in collect() 170 assertThat(metrics.get(2).getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in collect() 171 assertThat(metrics.get(2).getTimeSeriesList().get(0).getPoints().get(0).getValue()) in collect() 186 assertThat(metrics.get(3).getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in collect() 187 assertThat(metrics.get(3).getTimeSeriesList().get(0).getPoints().get(0).getValue()) in collect() 202 assertThat(metrics.get(4).getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in collect() 203 assertThat(metrics.get(4).getTimeSeriesList().get(0).getPoints().get(0).getValue()) in collect() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | KMeansPlusPlusClusterer.java | 105 if (cluster.getPoints().isEmpty()) { in cluster() 121 newCenter = cluster.getCenter().centroidOf(cluster.getPoints()); in cluster() 211 if (!cluster.getPoints().isEmpty()) { in getPointFromLargestVarianceCluster() 216 for (final T point : cluster.getPoints()) { in getPointFromLargestVarianceCluster() 236 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestVarianceCluster() 254 final int number = cluster.getPoints().size(); in getPointFromLargestNumberCluster() 270 final List<T> selectedPoints = selected.getPoints(); in getPointFromLargestNumberCluster() 290 final List<T> points = cluster.getPoints(); in getFarthestPoint() 307 return selectedCluster.getPoints().remove(selectedPoint); in getFarthestPoint()
|
D | Cluster.java | 62 public List<T> getPoints() { in getPoints() method in Cluster
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPathTest.java | 23 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints(); in testMoveTo() 35 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints(); in testLineTo() 50 List<ShadowPath.Point> points = shadowPath.getPoints(); in testReset() 62 assertEquals(shadowOf(path).getPoints(), shadowOf(copiedPath).getPoints()); in test_copyConstructor()
|
D | ShadowCanvasTest.java | 115 assertEquals(drawnPath.getPoints().get(0), new ShadowPath.Point(10, 10, LINE_TO)); in drawPath_shouldRecordThePathAndThePaint() 136 …assertEquals(shadowOf(shadow.getDrawnPath(0)).getPoints().get(0), new ShadowPath.Point(10, 10, LIN… in drawPath_shouldRecordThePointsOfEachPathEvenWhenItIsTheSameInstance() 137 …assertEquals(shadowOf(shadow.getDrawnPath(1)).getPoints().get(0), new ShadowPath.Point(20, 20, LIN… in drawPath_shouldRecordThePointsOfEachPathEvenWhenItIsTheSameInstance() 154 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 155 + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(canvas).getDescription()); in drawPath_shouldAppendDescriptionToBitmap() 157 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 158 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(targetBitmap).getDescription()); in drawPath_shouldAppendDescriptionToBitmap()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowPathTest.java | 29 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints(); in testMoveTo() 41 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints(); in testLineTo() 56 List<ShadowPath.Point> points = shadowPath.getPoints(); in testReset() 69 assertEquals(shadowOf(path).getPoints(), shadowOf(copiedPath).getPoints()); in copyConstructor_copiesShadowPoints()
|
D | ShadowCanvasTest.java | 134 assertEquals(drawnPath.getPoints().get(0), new ShadowPath.Point(10, 10, LINE_TO)); in drawPath_shouldRecordThePathAndThePaint() 157 shadowOf(shadow.getDrawnPath(0)).getPoints().get(0), new ShadowPath.Point(10, 10, LINE_TO)); in drawPath_shouldRecordThePointsOfEachPathEvenWhenItIsTheSameInstance() 159 shadowOf(shadow.getDrawnPath(1)).getPoints().get(0), new ShadowPath.Point(20, 20, LINE_TO)); in drawPath_shouldRecordThePointsOfEachPathEvenWhenItIsTheSameInstance() 178 + shadowOf(path1).getPoints().toString() in drawPath_shouldAppendDescriptionToBitmap() 181 + shadowOf(path2).getPoints().toString(), in drawPath_shouldAppendDescriptionToBitmap() 186 + shadowOf(path1).getPoints().toString() in drawPath_shouldAppendDescriptionToBitmap() 189 + shadowOf(path2).getPoints().toString(), in drawPath_shouldAppendDescriptionToBitmap()
|
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/filter/ |
D | Approximator.java | 46 return line.getPoints(); in reduceWithDouglasPeucker() 98 public float[] getPoints() { in getPoints() method in Approximator.Line
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/metrics/ |
D | LongGaugeImplTest.java | 127 assertThat(metric.getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in getOrCreateTimeSeries_WithNegativePointValues() 128 assertThat(metric.getTimeSeriesList().get(0).getPoints().get(0).getValue()) in getOrCreateTimeSeries_WithNegativePointValues() 130 assertThat(metric.getTimeSeriesList().get(0).getPoints().get(0).getTimestamp()) in getOrCreateTimeSeries_WithNegativePointValues()
|
D | DoubleGaugeImplTest.java | 128 assertThat(metric.getTimeSeriesList().get(0).getPoints().size()).isEqualTo(1); in getOrCreateTimeSeries_WithNegativePointValues() 129 assertThat(metric.getTimeSeriesList().get(0).getPoints().get(0).getValue()) in getOrCreateTimeSeries_WithNegativePointValues() 131 assertThat(metric.getTimeSeriesList().get(0).getPoints().get(0).getTimestamp()) in getOrCreateTimeSeries_WithNegativePointValues()
|
/external/skia/docs/examples/ |
D | Path_getPoints.cpp | 8 int count = path.getPoints(points, max); in draw()
|
D | strokerect_gm.cpp | 60 fillPath.getPoints(points.get(), n); in draw()
|
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/export/ |
D | TimeSeriesTest.java | 59 assertThat(cumulativeTimeSeries.getPoints()).containsExactly(POINT_1).inOrder(); in testGet_TimeSeries() 101 assertThat(cumulativeTimeSeries.getPoints()).containsExactly(POINT_1).inOrder(); in testGet_WithOnePointTimeSeries()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 18 public abstract List<Point> getPoints(); in getPoints() method in ShadowPath
|
D | ShadowLegacyPath.java | 52 points = new ArrayList<>(shadowPath.getPoints()); in __constructor__() 157 public List<Point> getPoints() { in getPoints() method in ShadowLegacyPath
|
D | ShadowNativePath.java | 235 public List<Point> getPoints() { in getPoints() method in ShadowNativePath
|
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
D | TimeSeries.java | 116 public abstract List<Point> getPoints(); in getPoints() method in TimeSeries
|
D | Metric.java | 107 for (Point point : timeSeries.getPoints()) { in checkTypeMatch()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/content/ |
D | PolystarShape.java | 71 public AnimatableFloatValue getPoints() { in getPoints() method in PolystarShape
|
/external/skia/gm/ |
D | pathcontourstart.cpp | 113 path.getPoints(points.get(), n); in drawOneColumn()
|
D | strokerect.cpp | 48 path.getPoints(points.get(), n); in draw_path()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPath.java | 55 points = new ArrayList<>(shadowPath.getPoints()); in __constructor__() 157 public List<Point> getPoints() { in getPoints() method in ShadowPath
|
/external/skia/include/private/ |
D | SkPathRef.h | 496 const SkPoint* getPoints() const { in getPoints() function
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | PolystarContent.java | 56 pointsAnimation = polystarShape.getPoints().createAnimation(); in PolystarContent()
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/ |
D | ShadowNativePathTest.java | 445 ((ShadowPath) Shadow.extract(path)).getPoints(); in legacyShadowPathAPIs_notSupported()
|