/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/widget/ |
H A D | NotificationProgressBarTest.java | 42 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_segmentsIsEmpty() local 57 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_segmentsLengthNotMatchingProgressMax() local 72 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_segmentLengthIsNegative() local 87 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_segmentLengthIsZero() local 101 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_progressIsNegative() local 115 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_progressIsZero() local 133 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_progressAtMax() local 150 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_progressAboveMax() local 163 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_pointPositionIsNegative() local 178 List<ProgressStyle.Point> points = new ArrayList<>(); in processAndConvertToDrawableParts_pointPositionAboveMax() local [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdipluspath.h | 135 Status AddBeziers(const PointF *points, INT count) in AddBeziers() 140 Status AddBeziers(const Point *points, INT count) in AddBeziers() 145 Status AddClosedCurve(const PointF *points, INT count) in AddClosedCurve() 150 Status AddClosedCurve(const Point *points, INT count) in AddClosedCurve() 155 Status AddClosedCurve(const PointF *points, INT count, REAL tension) in AddClosedCurve() 160 Status AddClosedCurve(const Point *points, INT count, REAL tension) in AddClosedCurve() 165 Status AddCurve(const PointF *points, INT count) in AddCurve() 170 Status AddCurve(const Point *points, INT count) in AddCurve() 175 Status AddCurve(const PointF *points, INT count, REAL tension) in AddCurve() 180 Status AddCurve(const Point *points, INT count, REAL tension) in AddCurve() [all …]
|
D | gdiplusgraphics.h | 195 Status DrawBeziers(const Pen *pen, const PointF *points, INT count) in DrawBeziers() 201 Status DrawBeziers(const Pen *pen, const Point *points, INT count) in DrawBeziers() 214 Status DrawClosedCurve(const Pen *pen, const PointF *points, INT count) in DrawClosedCurve() 220 Status DrawClosedCurve(const Pen *pen, const Point *points, INT count) in DrawClosedCurve() 226 Status DrawClosedCurve(const Pen *pen, const PointF *points, INT count, in DrawClosedCurve() 233 Status DrawClosedCurve(const Pen *pen, const Point *points, INT count, in DrawClosedCurve() 240 Status DrawCurve(const Pen *pen, const PointF *points, INT count) in DrawCurve() 246 Status DrawCurve(const Pen *pen, const Point *points, INT count) in DrawCurve() 252 Status DrawCurve(const Pen *pen, const PointF *points, INT count, in DrawCurve() 259 Status DrawCurve(const Pen *pen, const Point *points, INT count, in DrawCurve() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/gesture/ |
H A D | GestureUtils.java | 330 static float[] computeCentroid(float[] points) { in computeCentroid() 352 private static float[][] computeCoVariance(float[] points) { in computeCoVariance() 376 static float computeTotalLength(float[] points) { in computeTotalLength() 387 static float computeStraightness(float[] points) { in computeStraightness() 394 static float computeStraightness(float[] points, float totalLen) { in computeStraightness() 472 float[] points = new float[count * 2]; in computeOrientedBoundingBox() local 491 float[] points = new float[size]; in computeOrientedBoundingBox() local 499 … private static OrientedBoundingBox computeOrientedBoundingBox(float[] points, float[] centroid) { in computeOrientedBoundingBox() 563 static float[] rotate(float[] points, float angle) { in rotate() 576 static float[] translate(float[] points, float dx, float dy) { in translate() [all …]
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v14/common/ |
H A D | simulation.proto | 33 repeated CpcBidSimulationPoint points = 1; field 39 repeated CpvBidSimulationPoint points = 1; field 45 repeated TargetCpaSimulationPoint points = 1; field 51 repeated TargetRoasSimulationPoint points = 1; field 57 repeated PercentCpcBidSimulationPoint points = 1; field 63 repeated BudgetSimulationPoint points = 1; field 70 repeated TargetImpressionShareSimulationPoint points = 1; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v16/common/ |
H A D | simulation.proto | 33 repeated CpcBidSimulationPoint points = 1; field 39 repeated CpvBidSimulationPoint points = 1; field 45 repeated TargetCpaSimulationPoint points = 1; field 51 repeated TargetRoasSimulationPoint points = 1; field 57 repeated PercentCpcBidSimulationPoint points = 1; field 63 repeated BudgetSimulationPoint points = 1; field 70 repeated TargetImpressionShareSimulationPoint points = 1; field
|
/aosp_15_r20/external/googleapis/google/ads/googleads/v15/common/ |
H A D | simulation.proto | 33 repeated CpcBidSimulationPoint points = 1; field 39 repeated CpvBidSimulationPoint points = 1; field 45 repeated TargetCpaSimulationPoint points = 1; field 51 repeated TargetRoasSimulationPoint points = 1; field 57 repeated PercentCpcBidSimulationPoint points = 1; field 63 repeated BudgetSimulationPoint points = 1; field 70 repeated TargetImpressionShareSimulationPoint points = 1; field
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/ |
D | numeric.rs | 406 let points = coord.key_points(10); in test_small_coord() localVariable 419 let points = coord.key_points(500); in regession_test_issue_358_key_points_no_hang() localVariable 426 let points = coord.key_points(500); in regression_test_issue_358_key_points_no_hang_2() localVariable 433 let points = coord.key_points(6); in test_coord_follows_hint() localVariable 437 let points = coord.key_points(12); in test_coord_follows_hint() localVariable 440 let points = coord.key_points(11); in test_coord_follows_hint() localVariable 443 let points = coord.key_points(2); in test_coord_follows_hint() localVariable
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | eval.c | 157 const GLfloat *points ) in _mesa_copy_map_points1f() 181 const GLdouble *points ) in _mesa_copy_map_points1d() 214 const GLfloat *points ) in _mesa_copy_map_points2f() 257 const GLdouble *points ) in _mesa_copy_map_points2d() 305 GLint uorder, const GLvoid *points, GLenum type ) in map1() 371 GLint order, const GLfloat *points ) in _mesa_Map1f() 379 GLint order, const GLdouble *points ) in _mesa_Map1d() 388 const GLvoid *points, GLenum type ) in map2() 472 const GLfloat *points) in _mesa_Map2f() 483 const GLdouble *points ) in _mesa_Map2d()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathCoverageTest.cpp | 46 static inline int estimate_distance(const SkPoint points[]) { in estimate_distance() 51 static inline SkScalar compute_distance(const SkPoint points[]) { in compute_distance() 76 static uint32_t quadraticPointCount_EE(const SkPoint points[]) { in quadraticPointCount_EE() 81 static uint32_t quadraticPointCount_EC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_EC() 86 static uint32_t quadraticPointCount_CE(const SkPoint points[]) { in quadraticPointCount_CE() 91 static uint32_t quadraticPointCount_CC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_CC()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/ |
H A D | scaler_test.rs | 72 pub points: Vec<Point<F26Dot6>>, field 121 let points = parse_points(line.strip_prefix("m ").unwrap().trim()); in parse_glyph_outlines() localVariable 125 let points = parse_points(line.strip_prefix("l ").unwrap().trim()); in parse_glyph_outlines() localVariable 129 let points = parse_points(line.strip_prefix("q ").unwrap().trim()); in parse_glyph_outlines() localVariable 138 let points = parse_points(line.strip_prefix("c ").unwrap().trim()); in parse_glyph_outlines() localVariable 160 let mut points = vec![]; localVariable
|
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
H A D | ShadowNativePathIteratorTest.java | 166 float[] points = segment.getPoints(); in testLine() local 184 float[] points = segment.getPoints(); in testIterable() local 239 float[] points = segment.getPoints(); in testQuad() local 271 float[] points = segment.getPoints(); in testConic() local 304 float[] points = segment.getPoints(); in testCubic() local 428 Path pathCopy, float[] points, boolean lineDone, int verb, float conicWeight) { in issuePathCommand()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
H A D | GaussianParametersGuesser.java | 79 private double[] basicGuess(WeightedObservedPoint[] points) { in basicGuess() 111 private int findMinY(WeightedObservedPoint[] points) { in findMinY() 128 private int findMaxY(WeightedObservedPoint[] points) { in findMaxY() 154 private double interpolateXAtY(WeightedObservedPoint[] points, in interpolateXAtY() 189 private WeightedObservedPoint[] getInterpolationPointsForY(WeightedObservedPoint[] points, in getInterpolationPointsForY()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/proposed/ |
H A D | psa-driver-interface.md | 179 #### Overview of driver entry points 205 #### General considerations on driver entry point parameters 217 #### Driver entry points for single-part cryptographic operations 863 #### Driver initialization 936 #### Random generator initialization 948 #### Entropy injection 973 #### Combining entropy sources with a random generation driver 983 #### Random generator drivers without entropy injection 992 #### The `"get_random"` entry point
|
/aosp_15_r20/external/mbedtls/docs/proposed/ |
H A D | psa-driver-interface.md | 179 #### Overview of driver entry points 205 #### General considerations on driver entry point parameters 217 #### Driver entry points for single-part cryptographic operations 863 #### Driver initialization 936 #### Random generator initialization 948 #### Entropy injection 973 #### Combining entropy sources with a random generation driver 983 #### Random generator drivers without entropy injection 992 #### The `"get_random"` entry point
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/common/ |
H A D | DepthPhotoProcessor.cpp | 242 inline void unpackDepth16(uint16_t value, std::vector<float> *points /*out*/, in unpackDepth16() 269 void rotate0AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate0AndUnpack() 281 void rotate90AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate90AndUnpack() 292 void rotate180AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate180AndUnpack() 304 void rotate270AndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotate270AndUnpack() 314 bool rotateAndUnpack(DepthPhotoInputFrame inputFrame, std::vector<float> *points /*out*/, in rotateAndUnpack() 345 std::vector<float> points, confidence; in processDepthMapFrame() local
|
/aosp_15_r20/external/skia/gm/ |
H A D | p3.cpp | 161 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 187 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 216 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 242 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 270 SkPoint points[] = {{10.5,10.5}, {10.5,69.5}}; variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/ |
D | tables.go | 13 points [8]projCached member 18 points [8]affineCached member 23 points [8]projCached member 28 points [64]affineCached member
|
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/ |
H A D | basePen.py | 159 def curveTo(self, *points): 162 def qCurveTo(self, *points): 297 def curveTo(self, *points): 326 def qCurveTo(self, *points): 355 def decomposeSuperBezierSegment(points): argument 390 def decomposeQuadraticSegment(points): argument
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | eval.c | 18 const GLfloat * points, GLubyte * pc) in __glFillMap1f() 37 const GLdouble * points, GLubyte * pc) in __glFillMap1d() 56 const GLfloat * points, GLfloat * data) in __glFillMap2f() 81 const GLdouble * points, GLdouble * data) in __glFillMap2d()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/stat/clustering/ |
H A D | KMeansPlusPlusClusterer.java | 103 public List<Cluster<T>> cluster(final Collection<T> points, final int k, in cluster() 159 public List<Cluster<T>> cluster(final Collection<T> points, final int k, in cluster() 228 assignPointsToClusters(final List<Cluster<T>> clusters, final Collection<T> points, in assignPointsToClusters() 256 chooseInitialCenters(final Collection<T> points, final int k, final Random random) { in chooseInitialCenters() 469 final List<T> points = cluster.getPoints(); in getFarthestPoint() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/clustering/ |
H A D | KMeansPlusPlusClusterer.java | 196 public List<CentroidCluster<T>> cluster(final Collection<T> points) in cluster() 263 final Collection<T> points, in assignPointsToClusters() 287 private List<CentroidCluster<T>> chooseInitialCenters(final Collection<T> points) { in chooseInitialCenters() 501 final List<T> points = cluster.getPoints(); in getFarthestPoint() local 551 private Clusterable centroidOf(final Collection<T> points, final int dimension) { in centroidOf()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/ |
H A D | Detector.java | 52 ResultPoint[] points = detectSolid1(cornerPoints); in detect() local 135 ResultPoint[] points = {pointD, pointA, pointB, pointC}; in detectSolid1() local 163 private ResultPoint[] detectSolid2(ResultPoint[] points) { in detectSolid2() 203 private ResultPoint correctTopRight(ResultPoint[] points) { in correctTopRight() 251 private ResultPoint[] shiftToModuleCenter(ResultPoint[] points) { in shiftToModuleCenter()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/graphics/graphics-path/1.0.0-rc01/androidx.graphics_graphics-path/android_common_apex34/aar/ |
D | androidx.graphics_graphics-path.jar | ... [], int)
int index
float[] points
int offset
public static synthetic boolean nextQuadratic$default ( ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/graphics/graphics-path/1.0.0-rc01/androidx.graphics_graphics-path/android_common_apex30/aar/ |
D | classes.jar | ... [], int)
int index
float[] points
int offset
public static synthetic boolean nextQuadratic$default ( ... |