| /third_party/node/doc/api/ |
| D | packages.md | 251 ### Main entry point export 274 ### Subpath exports 307 ### Subpath imports 349 ### Subpath patterns 422 ### Exports sugar 449 ### Conditional exports 538 ### Nested conditions 563 ### Resolving user conditions 583 ### Conditions Definitions 635 ### Self-referencing a package using its name
|
| /third_party/libwebsockets/READMEs/ |
| D | README.ci.md | 18 ### cmake 22 ### including dependent packages into travis 26 ### performing prepared test actions
|
| /third_party/skia/tests/ |
| D | PathCoverageTest.cpp | 39 static inline int estimate_distance(const SkPoint points[]) { in estimate_distance() 44 static inline SkScalar compute_distance(const SkPoint points[]) { in compute_distance() 69 static uint32_t quadraticPointCount_EE(const SkPoint points[]) { in quadraticPointCount_EE() 74 static uint32_t quadraticPointCount_EC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_EC() 79 static uint32_t quadraticPointCount_CE(const SkPoint points[]) { in quadraticPointCount_CE() 84 static uint32_t quadraticPointCount_CC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_CC()
|
| /third_party/flutter/skia/tests/ |
| D | PathCoverageTest.cpp | 39 static inline int estimate_distance(const SkPoint points[]) { in estimate_distance() 44 static inline SkScalar compute_distance(const SkPoint points[]) { in compute_distance() 69 static uint32_t quadraticPointCount_EE(const SkPoint points[]) { in quadraticPointCount_EE() 74 static uint32_t quadraticPointCount_EC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_EC() 79 static uint32_t quadraticPointCount_CE(const SkPoint points[]) { in quadraticPointCount_CE() 84 static uint32_t quadraticPointCount_CC(const SkPoint points[], SkScalar tol) { in quadraticPointCount_CC()
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserErrorRecoveryArrayLiteralExpression2.js | 2 var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0 variable 8 var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0, variable
|
| D | ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.js | 26 var points = /** @class */ (function () { function 27 function points() { function
|
| /third_party/flutter/skia/docs/examples/ |
| D | Path_getPoints.cpp | 7 auto debugster = [](const char* prefix, const SkPath& path, SkPoint* points, int max) -> void { in draw() 18 SkPoint points[3]; in draw() local
|
| D | Point_Offset_2.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Path_IsLineDegenerate.cpp | 7 SkPoint points[] = { {100, 100}, {100.000001f, 100.000001f}, {100.0001f, 100.0001f} }; in draw() local
|
| /third_party/skia/docs/examples/ |
| D | Path_getPoints.cpp | 7 auto debugster = [](const char* prefix, const SkPath& path, SkPoint* points, int max) -> void { in draw() 18 SkPoint points[3]; in draw() local
|
| D | Point_Offset_2.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| D | Point_subtract_operator.cpp | 9 SkPoint points[] = { { 3, 1 }, { 4, 2 }, { 5, 1 }, { 7, 3 }, in draw() local
|
| /third_party/flutter/skia/gm/ |
| D | gamma.cpp | 157 SkPoint points[2] = { variable 169 SkPoint points[2] = { variable 181 SkPoint points[2] = { variable 193 SkPoint points[2] = { variable
|
| D | p3.cpp | 214 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 240 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 269 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 295 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 323 SkPoint points[] = {{10.5,10.5}, {10.5,69.5}}; variable
|
| /third_party/skia/gm/ |
| D | p3.cpp | 199 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 225 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 254 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 280 SkPoint points[] = {{10.5,10.5}, {69.5,69.5}}; variable 308 SkPoint points[] = {{10.5,10.5}, {10.5,69.5}}; variable
|
| /third_party/mingw-w64/mingw-w64-headers/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 …]
|
| /third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
| D | WLEyes.cpp | 149 int& nPoint, TPoint*& points) in CreateEllipsePoints() 262 WLEye::GetEyeLinerGeom(int* nPoint, float** points) in GetEyeLinerGeom() 269 WLEye::GetWhiteEyeGeom(int* nPoint, float** points) in GetWhiteEyeGeom() 276 WLEye::GetPupilGeom(int* nPoint, float** points) in GetPupilGeom() 318 WLEyes::GetEyeLinerGeom(int n, int* nPoint, float** points) in GetEyeLinerGeom() 328 WLEyes::GetWhiteEyeGeom(int n, int* nPoint, float** points) in GetWhiteEyeGeom() 338 WLEyes::GetPupilGeom(int n, int* nPoint, float** points) in GetPupilGeom()
|
| /third_party/boost/libs/geometry/test/algorithms/set_operations/intersection/ |
| D | intersection_multi.cpp | 31 #define TEST_INTERSECTION(caseid, clips, points, area) \ argument 35 #define TEST_INTERSECTION_REV(caseid, clips, points, area) \ argument 39 #define TEST_INTERSECTION_IGNORE(caseid, clips, points, area) \ argument
|
| /third_party/boost/libs/geometry/test/algorithms/set_operations/union/ |
| D | union_multi.cpp | 32 #define TEST_UNION(caseid, clips, holes, points, area) \ argument 36 #define TEST_UNION_IGNORE(caseid, clips, holes, points, area) \ argument
|
| D | union.cpp | 29 #define TEST_UNION(caseid, clips, holes, points, area) \ argument 33 #define TEST_UNION_REV(caseid, clips, holes, points, area) \ argument
|
| /third_party/skia/bench/ |
| D | PatchBench.cpp | 45 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 169 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 195 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 221 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
|
| /third_party/flutter/skia/bench/ |
| D | PatchBench.cpp | 44 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 168 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 194 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local 220 const SkPoint points[SkPatchUtils::kNumCtrlPts] = { in setCubics() local
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/ |
| D | parserErrorRecoveryArrayLiteralExpression2.ts | 1 var points = [-0.6961439251899719, 1.207661509513855, 0.19374050199985504, -0 variable
|
| /third_party/node/deps/npm/node_modules/worker-farm/examples/pi/ |
| D | calc.js | 13 module.exports = function (points, callback) { argument
|