/third_party/ltp/testcases/kernel/syscalls/symlink/ |
D | symlink01.c | 316 int creat_both(char *path1, char *path2, char *path3); 318 int creat_path_max(char *path1, char *path2, char *path3); 319 int ck_symlink(char *path1, char *path2, char *path3); 321 int ck_object(char *path1, char *path2, char *path3); 322 int ck_both(char *path1, char *path2, char *path3); 323 int ck_path_max(char *path1, char *path2, char *path3); 333 int (*test_setup) (char *path1, char *path2, char *path3); 334 int (*ck_test) (char *path1, char *path2, char *path3); 714 int creat_both(char *path1, char *path2, char *path3) in creat_both() argument 718 else if (creat_object(path3) == -1) in creat_both() [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | path_test.dart | 156 // final Path path3 = new Path(); 157 // path3.moveTo(468.3, 685.6); 158 // path3.quadraticBezierTo(644.7, 555.2, 594.9, 681.2); 160 // path3.getBounds(), 184 // final Path path3 = new Path(); 185 // path3.moveTo(220, 300); 186 // path3.cubicTo(839.8, 67.9, 400.0, 125.0, 410.0, 280.0); 188 // path3.getBounds(),
|
/third_party/flutter/skia/tests/ |
D | GpuDrawPathTest.cpp | 137 SkPath path3; variable 141 path3.conicTo(s, 3.f * s / 4, s + 1.f, s, 0.5f + s / 2000.f); 147 GrPath::ComputeKey(GrShape(path3, style), &key3, &isVolatile); 157 path3.setIsVolatile(true); 158 GrPath::ComputeKey(GrShape(path3, style), &key1, &isVolatile);
|
D | PathOpsBuildUseTest.cpp | 72 SkPath path3(path); in build1_1() local 73 builder.add(path3, (SkPathOp) 2); in build1_1()
|
D | PathOpsIssue3651.cpp | 480 static SkPath path3() { in path3() function 1213 SkPath path = path3(); in issue3651_2()
|
/third_party/skia/gm/ |
D | strokefill.cpp | 316 SkPath path3; variable 317 path3.setFillType(SkPathFillType::kWinding); 318 path3.addRect(r, SkPathDirection::kCW); 320 path3.addRect(r, SkPathDirection::kCCW); 321 canvas->drawPath(path3, paint);
|
/third_party/flutter/skia/gm/ |
D | strokefill.cpp | 309 SkPath path3; variable 310 path3.setFillType(SkPath::kWinding_FillType); 311 path3.addRect(r, SkPath::kCW_Direction); 313 path3.addRect(r, SkPath::kCCW_Direction); 314 canvas->drawPath(path3, paint);
|
/third_party/glib/gio/tests/ |
D | g-file.c | 33 const char *path3; member 430 g_assert_cmpstr (s, ==, dirs[i].path3); in test_g_file_has_prefix()
|
/third_party/googletest/googlemock/scripts/generator/ |
D | README.cppclean | 81 yield '/path3'
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | paragraph_unittests.cc | 2078 SkPath path3; in TEST_F() local 2080 paragraph->ComputeWavyDecoration(path3, 1, 1, 11.2, 1); in TEST_F() 2090 ASSERT_EQ(path3.countPoints(), canonical_path3.countPoints()); in TEST_F() 2092 ASSERT_EQ(path3.getPoint(i).x(), canonical_path3.getPoint(i).x()); in TEST_F() 2093 ASSERT_EQ(path3.getPoint(i).y(), canonical_path3.getPoint(i).y()); in TEST_F()
|
/third_party/jsoncpp/src/test_lib_json/ |
D | main.cpp | 2060 const Json::Path path3(".property1.0"); in JSONTEST_FIXTURE_LOCAL() local 2061 result = path3.resolve(root); in JSONTEST_FIXTURE_LOCAL() 2063 result = path3.resolve(root, defaultValue); in JSONTEST_FIXTURE_LOCAL()
|
/third_party/skia/tests/ |
D | PathOpsBuildUseTest.cpp | 68 SkPath path3(path); in build1_1() local 69 builder.add(path3, (SkPathOp) 2); in build1_1()
|
D | PathOpsIssue3651.cpp | 480 static SkPath path3() { in path3() function 1213 SkPath path = path3(); in issue3651_2()
|