/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/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CanvasTest.java | 103 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 104 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(canvas).getDescription()); in drawPath_shouldAppendDescriptionToBitmap() 106 assertEquals("Path " + shadowOf(path1).getPoints().toString() + "\n" in drawPath_shouldAppendDescriptionToBitmap() 107 … + "Path " + shadowOf(path2).getPoints().toString(), shadowOf(targetBitmap).getDescription()); in drawPath_shouldAppendDescriptionToBitmap()
|
D | PathTest.java | 34 List<ShadowPath.Point> moveToPoints = shadowOf(path).getPoints(); in testMoveTo() 46 List<ShadowPath.Point> lineToPoints = shadowOf(path).getPoints(); in testLineTo()
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
D | HullCollisionShape.java | 25 this.points = getPoints(mesh); in HullCollisionShape() 50 this.points = getPoints(mesh); in read() 86 protected float[] getPoints(Mesh mesh) { in getPoints() method in HullCollisionShape
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
D | HullCollisionShape.java | 24 this.points = getPoints(mesh); in HullCollisionShape() 49 this.points = getPoints(mesh); in read() 67 protected float[] getPoints(Mesh mesh) { in getPoints() method in HullCollisionShape
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
D | RagdollUtils.java | 162 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() 170 … points.addAll(getPoints(g.getMesh(), index, initialScale, initialPosition, weightThreshold)); in makeShapeFromVerticeWeights() 193 …private static List<Float> getPoints(Mesh mesh, int boneIndex, Vector3f initialScale, Vector3f off… in getPoints() method in RagdollUtils
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
D | SkeletonDebugger.java | 71 public SkeletonPoints getPoints() { in getPoints() method in SkeletonDebugger
|
/external/skia/src/animator/ |
D | SkMatrixParts.cpp | 243 int srcPts = sourcePath.getPoints(src, 4); in add() 245 int dstPts = destPath.getPoints(dst, 4); in add()
|
/external/skia/gm/ |
D | techtalk1.cpp | 94 int count = d0.getPoints(pts0, SK_ARRAY_COUNT(pts0)); in show_mesh_between() 95 int count1 = d1.getPoints(pts1, SK_ARRAY_COUNT(pts1)); in show_mesh_between() 117 int count = path.getPoints(pts, SK_ARRAY_COUNT(pts)); in show_fan()
|
D | strokerect.cpp | 34 path.getPoints(points.get(), n); in draw_path()
|
/external/skia/include/core/ |
D | SkPathRef.h | 52 SkPoint* points() { return fPathRef->getPoints(); } in points() 427 SkPoint* getPoints() { in getPoints() function
|
D | SkPath.h | 261 int getPoints(SkPoint points[], int max) const;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPath.java | 54 public List<Point> getPoints() { in getPoints() method in ShadowPath
|
D | ShadowCanvas.java | 92 appendDescription("Path " + shadowOf(path).getPoints().toString()); in drawPath()
|
/external/jmonkeyengine/engine/src/test/jme3test/light/ |
D | TestShadow.java | 101 frustum = new WireFrustum(bsr.getPoints()); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
D | BasicShadowRenderer.java | 123 public Vector3f[] getPoints() { in getPoints() method in BasicShadowRenderer
|
/external/skia/src/gpu/gl/ |
D | GrGLPath.cpp | 114 skPath.getPoints(reinterpret_cast<SkPoint*>(&pathCoords[0]), pointCnt); in InitPathObject()
|
/external/skia/src/gpu/effects/ |
D | GrConvexPolyEffect.cpp | 292 int count = path.getPoints(pts, kMaxEdges); in Create()
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 272 path.getPoints(ptPtr, count); in draw_points()
|
/external/skia/tests/ |
D | PathTest.cpp | 2199 int count = p1.getPoints(pts1, kPtCount); in test_transform() 3689 REPORTER_ASSERT(reporter, p.getPoints(NULL, 0) == 4); in DEF_TEST() 3692 int count = p.getPoints(pts, 4); in DEF_TEST()
|
/external/skia/src/core/ |
D | SkPath.cpp | 577 int SkPath::getPoints(SkPoint dst[], int max) const { in getPoints() function in SkPath
|
/external/zxing/core/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |