/external/skia/tools/ |
D | BigPathBench.inc | 2 path.moveTo(-1113, 81); 3 path.lineTo(-1113, 83); 4 path.lineTo(-1113, 82); 5 path.lineTo(-1112, 82); 6 path.lineTo(-1112, 83); 7 path.lineTo(-1111, 82); 8 path.lineTo(-1111, 82); 9 path.lineTo(-1110, 81); 10 path.lineTo(-1110, 81); 11 path.lineTo(-1109, 80); [all …]
|
/external/skqp/tools/ |
D | BigPathBench.inc | 2 path.moveTo(-1113, 81); 3 path.lineTo(-1113, 83); 4 path.lineTo(-1113, 82); 5 path.lineTo(-1112, 82); 6 path.lineTo(-1112, 83); 7 path.lineTo(-1111, 82); 8 path.lineTo(-1111, 82); 9 path.lineTo(-1110, 81); 10 path.lineTo(-1110, 81); 11 path.lineTo(-1109, 80); [all …]
|
/external/skqp/tests/ |
D | TessellatingPathRendererTests.cpp | 29 SkPath path; in create_path_0() local 30 path.moveTo(229.127044677734375f, 67.34100341796875f); in create_path_0() 31 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in create_path_0() 32 path.lineTo(171.411407470703125f, 50.94266510009765625f); in create_path_0() 33 path.lineTo(245.5253753662109375f, 9.6253643035888671875f); in create_path_0() 34 path.moveTo(208.4683990478515625f, 30.284009933471679688f); in create_path_0() 35 path.lineTo(171.411407470703125f, 50.94266510009765625f); in create_path_0() 36 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in create_path_0() 37 return path; in create_path_0() 43 SkPath path; in create_path_1() local [all …]
|
D | PathOpsSimplifyTest.cpp | 12 SkPath path; in testLine1() local 13 path.moveTo(2,0); in testLine1() 14 path.lineTo(1,1); in testLine1() 15 path.lineTo(0,0); in testLine1() 16 path.close(); in testLine1() 17 testSimplify(reporter, path, filename); in testLine1() 21 SkPath path; in testLine1x() local 22 path.setFillType(SkPath::kEvenOdd_FillType); in testLine1x() 23 path.moveTo(2,0); in testLine1x() 24 path.lineTo(1,1); in testLine1x() [all …]
|
D | PathOpsBattles.cpp | 92 SkPath path; in battleOp1() local 93 path.setFillType((SkPath::FillType) 0); in battleOp1() 94 path.moveTo(SkBits2Float(0x27b71bcd), SkBits2Float(0xc2a60000)); in battleOp1() 95 path.cubicTo(SkBits2Float(0x3ea4d9f5), SkBits2Float(0xc2a5ffff), SkBits2Float(0x3f24d9a9), SkBits2F… in battleOp1() 96 path.lineTo(SkBits2Float(0x3f32bfc3), SkBits2Float(0xc26ffbd7)); in battleOp1() 97 path.cubicTo(SkBits2Float(0x3eee5669), SkBits2Float(0xc26ffe9e), SkBits2Float(0x3e6e56cc), SkBits2F… in battleOp1() 98 path.lineTo(SkBits2Float(0x27b71bcd), SkBits2Float(0xc2a60000)); in battleOp1() 99 path.close(); in battleOp1() 101 SkPath path1(path); in battleOp1() 102 path.reset(); in battleOp1() [all …]
|
D | PathOpsSkpTest.cpp | 12 SkPath path; in skpcheeseandburger_com225() local 13 path.setFillType(SkPath::kEvenOdd_FillType); in skpcheeseandburger_com225() 14 path.moveTo(555, 468); in skpcheeseandburger_com225() 15 path.lineTo(555, 362); in skpcheeseandburger_com225() 16 path.lineTo(872, 362); in skpcheeseandburger_com225() 17 path.lineTo(872, 468); in skpcheeseandburger_com225() 18 path.lineTo(555, 468); in skpcheeseandburger_com225() 19 path.close(); in skpcheeseandburger_com225() 369 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcheeseandburger_com225() 373 SkPath path; in skpeverytechpro_blogspot_com100() local [all …]
|
D | PathOpsOpTest.cpp | 13 PathTest_Private(SkPath* path) in PathTest_Private() argument 14 : fPath(path) {} in PathTest_Private() 23 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) { in path_edit() argument 24 PathTest_Private testPath(path); in path_edit() 25 for (int index = 0; index < path->countPoints(); ++index) { in path_edit() 26 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) { in path_edit() 34 SkPath path, pathB; in cubicOp1d() local 35 path.setFillType(SkPath::kWinding_FillType); in cubicOp1d() 36 path.moveTo(0,1); in cubicOp1d() 37 path.cubicTo(0,2, 1,0, 1,0); in cubicOp1d() [all …]
|
D | PathOpsFuzz763Test.cpp | 13 SkPath path; in fuzz763_3084() local 14 path.setFillType((SkPath::FillType) 1); in fuzz763_3084() 15 path.moveTo(SkBits2Float(0xc19e6455), SkBits2Float(0xc19e6455)); in fuzz763_3084() 16 path.quadTo(SkBits2Float(0xc1399153), SkBits2Float(0xc1e00000), SkBits2Float(0x00000000), SkBits2Fl… in fuzz763_3084() 17 path.quadTo(SkBits2Float(0x41399153), SkBits2Float(0xc1e00000), SkBits2Float(0x419e6455), SkBits2Fl… in fuzz763_3084() 18 path.quadTo(SkBits2Float(0x41e00000), SkBits2Float(0xc1399153), SkBits2Float(0x41e00000), SkBits2Fl… in fuzz763_3084() 19 path.quadTo(SkBits2Float(0x41e00000), SkBits2Float(0x41399153), SkBits2Float(0x419e6455), SkBits2Fl… in fuzz763_3084() 20 path.quadTo(SkBits2Float(0x415b75ce), SkBits2Float(0x41cf0dc3), SkBits2Float(0x40b878fc), SkBits2Fl… in fuzz763_3084() 21 path.quadTo(SkBits2Float(0x41000000), SkBits2Float(0x41ee1ba4), SkBits2Float(0x41000000), SkBits2Fl… in fuzz763_3084() 22 path.quadTo(SkBits2Float(0x41000000), SkBits2Float(0x4211413d), SkBits2Float(0x40b504f3), SkBits2Fl… in fuzz763_3084() [all …]
|
/external/skia/tests/ |
D | TessellatingPathRendererTests.cpp | 29 SkPath path; in create_path_0() local 30 path.moveTo(229.127044677734375f, 67.34100341796875f); in create_path_0() 31 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in create_path_0() 32 path.lineTo(171.411407470703125f, 50.94266510009765625f); in create_path_0() 33 path.lineTo(245.5253753662109375f, 9.6253643035888671875f); in create_path_0() 34 path.moveTo(208.4683990478515625f, 30.284009933471679688f); in create_path_0() 35 path.lineTo(171.411407470703125f, 50.94266510009765625f); in create_path_0() 36 path.lineTo(187.8097381591796875f, -6.7729740142822265625f); in create_path_0() 37 return path; in create_path_0() 43 SkPath path; in create_path_1() local [all …]
|
D | PathOpsSimplifyTest.cpp | 12 SkPath path; in testLine1() local 13 path.moveTo(2,0); in testLine1() 14 path.lineTo(1,1); in testLine1() 15 path.lineTo(0,0); in testLine1() 16 path.close(); in testLine1() 17 testSimplify(reporter, path, filename); in testLine1() 21 SkPath path; in testLine1x() local 22 path.setFillType(SkPath::kEvenOdd_FillType); in testLine1x() 23 path.moveTo(2,0); in testLine1x() 24 path.lineTo(1,1); in testLine1x() [all …]
|
D | PathOpsBattles.cpp | 92 SkPath path; in battleOp1() local 93 path.setFillType((SkPath::FillType) 0); in battleOp1() 94 path.moveTo(SkBits2Float(0x27b71bcd), SkBits2Float(0xc2a60000)); in battleOp1() 95 path.cubicTo(SkBits2Float(0x3ea4d9f5), SkBits2Float(0xc2a5ffff), SkBits2Float(0x3f24d9a9), SkBits2F… in battleOp1() 96 path.lineTo(SkBits2Float(0x3f32bfc3), SkBits2Float(0xc26ffbd7)); in battleOp1() 97 path.cubicTo(SkBits2Float(0x3eee5669), SkBits2Float(0xc26ffe9e), SkBits2Float(0x3e6e56cc), SkBits2F… in battleOp1() 98 path.lineTo(SkBits2Float(0x27b71bcd), SkBits2Float(0xc2a60000)); in battleOp1() 99 path.close(); in battleOp1() 101 SkPath path1(path); in battleOp1() 102 path.reset(); in battleOp1() [all …]
|
D | PathOpsSkpTest.cpp | 12 SkPath path; in skpcheeseandburger_com225() local 13 path.setFillType(SkPath::kEvenOdd_FillType); in skpcheeseandburger_com225() 14 path.moveTo(555, 468); in skpcheeseandburger_com225() 15 path.lineTo(555, 362); in skpcheeseandburger_com225() 16 path.lineTo(872, 362); in skpcheeseandburger_com225() 17 path.lineTo(872, 468); in skpcheeseandburger_com225() 18 path.lineTo(555, 468); in skpcheeseandburger_com225() 19 path.close(); in skpcheeseandburger_com225() 369 testPathOp(reporter, path, pathB, kIntersect_SkPathOp, filename); in skpcheeseandburger_com225() 373 SkPath path; in skpeverytechpro_blogspot_com100() local [all …]
|
D | PathOpsOpTest.cpp | 13 PathTest_Private(SkPath* path) in PathTest_Private() argument 14 : fPath(path) {} in PathTest_Private() 23 static void path_edit(const SkPoint& from, const SkPoint& to, SkPath* path) { in path_edit() argument 24 PathTest_Private testPath(path); in path_edit() 25 for (int index = 0; index < path->countPoints(); ++index) { in path_edit() 26 if (SkDPoint::ApproximatelyEqual(path->getPoint(index), from)) { in path_edit() 34 SkPath path, pathB; in cubicOp1d() local 35 path.setFillType(SkPath::kWinding_FillType); in cubicOp1d() 36 path.moveTo(0,1); in cubicOp1d() 37 path.cubicTo(0,2, 1,0, 1,0); in cubicOp1d() [all …]
|
/external/skia/gm/ |
D | pathfill.cpp | 13 static SkScalar make_frame(SkPath* path) { in make_frame() argument 16 path->addRoundRect(r, SkIntToScalar(15), SkIntToScalar(15)); in make_frame() 21 paint.getFillPath(*path, path); in make_frame() 25 static SkScalar make_triangle(SkPath* path) { in make_triangle() argument 29 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); in make_triangle() 30 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); in make_triangle() 31 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); in make_triangle() 32 path->close(); in make_triangle() 33 path->offset(SkIntToScalar(10), SkIntToScalar(0)); in make_triangle() 37 static SkScalar make_rect(SkPath* path) { in make_rect() argument [all …]
|
D | strokefill.cpp | 20 SkPath path; in papyrus_hello() local 21 path.moveTo(169.824f, 83.4102f); in papyrus_hello() 22 path.lineTo(167.285f, 85.6074f); in papyrus_hello() 23 path.lineTo(166.504f, 87.2188f); in papyrus_hello() 24 path.lineTo(165.82f, 86.7793f); in papyrus_hello() 25 path.lineTo(165.186f, 87.1211f); in papyrus_hello() 26 path.lineTo(164.6f, 88.1953f); in papyrus_hello() 27 path.lineTo(161.914f, 89.416f); in papyrus_hello() 28 path.lineTo(161.719f, 89.2207f); in papyrus_hello() 29 path.lineTo(160.596f, 88.8789f); in papyrus_hello() [all …]
|
/external/skqp/gm/ |
D | pathfill.cpp | 13 static SkScalar make_frame(SkPath* path) { in make_frame() argument 16 path->addRoundRect(r, SkIntToScalar(15), SkIntToScalar(15)); in make_frame() 21 paint.getFillPath(*path, path); in make_frame() 25 static SkScalar make_triangle(SkPath* path) { in make_triangle() argument 29 path->moveTo(SkIntToScalar(gCoord[0]), SkIntToScalar(gCoord[1])); in make_triangle() 30 path->lineTo(SkIntToScalar(gCoord[2]), SkIntToScalar(gCoord[3])); in make_triangle() 31 path->lineTo(SkIntToScalar(gCoord[4]), SkIntToScalar(gCoord[5])); in make_triangle() 32 path->close(); in make_triangle() 33 path->offset(SkIntToScalar(10), SkIntToScalar(0)); in make_triangle() 37 static SkScalar make_rect(SkPath* path) { in make_rect() argument [all …]
|
D | strokefill.cpp | 20 SkPath path; in papyrus_hello() local 21 path.moveTo(169.824f, 83.4102f); in papyrus_hello() 22 path.lineTo(167.285f, 85.6074f); in papyrus_hello() 23 path.lineTo(166.504f, 87.2188f); in papyrus_hello() 24 path.lineTo(165.82f, 86.7793f); in papyrus_hello() 25 path.lineTo(165.186f, 87.1211f); in papyrus_hello() 26 path.lineTo(164.6f, 88.1953f); in papyrus_hello() 27 path.lineTo(161.914f, 89.416f); in papyrus_hello() 28 path.lineTo(161.719f, 89.2207f); in papyrus_hello() 29 path.lineTo(160.596f, 88.8789f); in papyrus_hello() [all …]
|
/external/libcxx/include/experimental/ |
D | filesystem | 17 class path; 19 void swap(path& lhs, path& rhs) noexcept; 20 size_t hash_value(const path& p) noexcept; 22 bool operator==(const path& lhs, const path& rhs) noexcept; 23 bool operator!=(const path& lhs, const path& rhs) noexcept; 24 bool operator< (const path& lhs, const path& rhs) noexcept; 25 bool operator<=(const path& lhs, const path& rhs) noexcept; 26 bool operator> (const path& lhs, const path& rhs) noexcept; 27 bool operator>=(const path& lhs, const path& rhs) noexcept; 29 path operator/ (const path& lhs, const path& rhs); [all …]
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.groovy | 56 def normalized = normalize(entry.path) 58 throw new FileSystemException("The path [" + normalized + "] already exists") 73 * @param path - the path of the filename to create 76 * @throws AssertionError - if path is null 79 public boolean createFile(String path) { 80 assert path != null 81 checkForInvalidFilename(path) 84 if (!parentDirectoryExists(path)) { 86 String parent = getParent(path) 92 … throw new FileSystemException("Parent directory does not exist: " + getParent(path)) [all …]
|
/external/syzkaller/sys/akaros/ |
D | dev.txt | 7 openat$dev_random(fromfd const[AT_FDCWD], path ptr[in, string["/dev/random"]], path_l len[path], of… 8 openat$dev_urandom(fromfd const[AT_FDCWD], path ptr[in, string["/dev/urandom"]], path_l len[path], … 9 openat$dev_bintime(fromfd const[AT_FDCWD], path ptr[in, string["/dev/bintime"]], path_l len[path], … 10 openat$dev_config(fromfd const[AT_FDCWD], path ptr[in, string["/dev/config"]], path_l len[path], of… 11 openat$dev_killkid(fromfd const[AT_FDCWD], path ptr[in, string["/dev/killkid"]], path_l len[path], … 12 openat$dev_cputime(fromfd const[AT_FDCWD], path ptr[in, string["/dev/cputime"]], path_l len[path], … 13 openat$dev_drivers(fromfd const[AT_FDCWD], path ptr[in, string["/dev/drivers"]], path_l len[path], … 14 openat$dev_hostdomain(fromfd const[AT_FDCWD], path ptr[in, string["/dev/hostdomain"]], path_l len[p… 15 openat$dev_hostowner(fromfd const[AT_FDCWD], path ptr[in, string["/dev/hostowner"]], path_l len[pat… 16 openat$dev_klog(fromfd const[AT_FDCWD], path ptr[in, string["/dev/klog"]], path_l len[path], oflag … [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.java | 106 String path = entry.getPath(); in add() local 107 checkForInvalidFilename(path); in add() 108 if (getEntry(path) != null) { in add() 109 throw new FileSystemException(path, "filesystem.pathAlreadyExists"); in add() 112 if (!parentDirectoryExists(path)) { in add() 113 String parent = getParent(path); in add() 126 entries.put(getFileSystemEntryKey(path), entry); in add() 131 * Delete the file or directory specified by the path. Return true if the file is successfully 132 * deleted, false otherwise. If the path refers to a directory, it must be empty. Return false 133 * if the path does not refer to a valid file or directory or if it is a non-empty directory. [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 25 namespace path { 30 /// @brief Path iterator. 33 /// \a path. The traversal order is as follows: 51 StringRef Path; ///< The entire path. variable 52 StringRef Component; ///< The current component. Not necessarily in Path. 53 size_t Position; ///< The iterators current position within Path. 55 // An end iterator has Position = Path.size() + 1. [all …]
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 25 namespace path { 30 /// @brief Path iterator. 33 /// \a path. The traversal order is as follows: 51 StringRef Path; ///< The entire path. variable 52 StringRef Component; ///< The current component. Not necessarily in Path. 53 size_t Position; ///< The iterators current position within Path. 55 // An end iterator has Position = Path.size() + 1. [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 27 namespace path { 34 /// Path iterator. 37 /// \a path. The traversal order is as follows: 56 StringRef Path; ///< The entire path. variable 57 StringRef Component; ///< The current component. Not necessarily in Path. 58 size_t Position; ///< The iterators current position within Path. 59 Style S; ///< The path style to use. [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PathV2.h | 1 //===- llvm/Support/PathV2.h - Path Operating System Concept ----*- C++ -*-===// 10 // This file declares the llvm::sys::path namespace. It is designed after 12 // path class. 26 namespace path { 31 /// @brief Path iterator. 34 /// components in \a path. The forward traversal order is as follows: 50 StringRef Path; //< The entire path. variable 51 StringRef Component; //< The current component. Not necessarily in Path. 52 size_t Position; //< The iterators current position within Path. 54 // An end iterator has Position = Path.size() + 1. [all …]
|