Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 25 of 115) sorted by relevance

12345

/frameworks/compile/mclinker/lib/Support/
DPath.cpp24 Path::Path() in Path() function in Path
28 Path::Path(const Path::ValueType* s ) in Path() function in Path
32 Path::Path(const Path::StringType &s ) in Path() function in Path
36 Path::Path(const Path& pCopy) in Path() function in Path
40 Path::~Path() in ~Path()
44 bool Path::isFromRoot() const in isFromRoot()
51 bool Path::isFromPWD() const in isFromPWD()
58 Path& Path::assign(const Path::StringType &s) in assign()
64 Path& Path::assign(const Path::ValueType* s, unsigned int length) in assign()
73 Path& Path::append(const Path& pPath) in append()
[all …]
DRealPath.cpp17 : Path() { in RealPath()
21 : Path(s) { in RealPath()
26 : Path(s) { in RealPath()
30 RealPath::RealPath(const Path& pPath) in RealPath()
31 : Path(pPath) { in RealPath()
39 RealPath& RealPath::assign(const Path& pPath) in assign()
41 Path::m_PathName.assign(pPath.native()); in assign()
DCommandLine.cpp18 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O, in parse()
21 mcld::sys::fs::Path &Val) in parse()
29 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O, in printOptionDiff()
30 const mcld::sys::fs::Path &V, in printOptionDiff()
31 parser<mcld::sys::fs::Path>::OptVal Default, in printOptionDiff()
46 void parser<mcld::sys::fs::Path>::anchor() in anchor()
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h44 class Path
55 Path();
56 Path(const ValueType* s);
57 Path(const StringType &s);
58 Path(const Path& pCopy);
59 virtual ~Path();
63 Path& assign(InputIterator begin, InputIterator end);
64 Path& assign(const StringType &s);
65 Path& assign(const ValueType* s, unsigned int length);
69 Path& append(InputIterator begin, InputIterator end);
[all …]
DDirectory.h51 explicit Directory(const Path& pPath,
67 void assign(const Path& pPath,
77 const Path& path() const in path()
90 mcld::sys::fs::Path m_Path;
137 Path* generic_path();
139 Path* path();
140 const Path* path() const;
DRealPath.h25 class RealPath : public Path
28 typedef Path::ValueType ValueType;
29 typedef Path::StringType StringType;
35 explicit RealPath(const Path& pPath);
39 RealPath& assign(const Path& pPath);
DCommandLine.h26 class parser<mcld::sys::fs::Path> : public basic_parser<mcld::sys::fs::Path>
32 mcld::sys::fs::Path &Val);
36 const mcld::sys::fs::Path &V,
DFileSystem.h74 class Path; variable
78 bool exists(const Path &pPath);
79 bool is_directory(const Path &pPath);
103 void status(const Path& p, FileStatus& pFileStatus);
104 void symlink_status(const Path& p, FileStatus& pFileStatus);
DMemoryAreaFactory.h45 class MemoryAreaFactory : public UniqueGCFactoryBase<sys::fs::Path, MemoryArea, 0>
54 MemoryArea* produce(const sys::fs::Path& pPath, int pFlags);
55 MemoryArea* produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode);
/frameworks/rs/
DrsPath.cpp24 Path::Path(Context *rsc) : ObjectBase(rsc) { in Path() function in Path
27 Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic, in Path() function in Path
41 Path::Path(Context *rsc, uint32_t vertexBuffersCount, uint32_t primitivesCount) in Path() function in Path
46 Path::~Path() { in ~Path()
51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc) { in rasterize()
59 void Path::render(Context *rsc) { in render()
62 void Path::serialize(OStream *stream) const { in serialize()
66 RsA3DClassID Path::getClassId() const { in getClassId()
75 return new Path(rsc, pp, isStatic, (Allocation *)vtx, (Allocation *)loops, quality); in rsi_PathCreate()
DrsPath.h27 class Path : public ObjectBase {
39 Path(Context *);
40 Path(Context *, uint32_t vertexBuffersCount, uint32_t primitivesCount);
41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
43 ~Path();
/frameworks/compile/mclinker/unittests/
DPathTest.cpp23 m_pTestee = new Path(); in PathTest()
51 m_pTestee = new Path(root); in TEST_F()
61 m_pTestee = new Path(root); in TEST_F()
72 m_pTestee = new Path(root); in TEST_F()
83 m_pTestee = new Path(root); in TEST_F()
92 Path* p2 = new Path("ccc///////"); in TEST_F()
97 m_pTestee = new Path(root); in TEST_F()
104 Path* p2=new Path("aaa//"); in TEST_F()
110 m_pTestee = new Path(root); in TEST_F()
123 m_pTestee = new Path("aa/"); in TEST_F()
[all …]
/frameworks/base/graphics/java/android/renderscript/
DPath.java26 public class Path extends BaseObj { class
44 Path(int id, RenderScript rs, Primitive p, Allocation vtx, Allocation loop, float q) { in Path() method in Path
69 … public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx) { in createStaticPath()
71 Path newPath = new Path(id, rs, p, null, null, quality); in createStaticPath()
75 …public static Path createStaticPath(RenderScript rs, Primitive p, float quality, Allocation vtx, A… in createStaticPath()
79 …public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx) { in createDynamicPath()
83 …public static Path createDynamicPath(RenderScript rs, Primitive p, float quality, Allocation vtx, … in createDynamicPath()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPathsCacheActivity.java23 import android.graphics.Path;
33 private Path mPath;
36 private final ArrayList<Path> mPathList = new ArrayList<Path>();
48 private Path makePath() { in makePath()
49 Path path = new Path(); in makePath()
54 private void buildPath(Path path) { in buildPath()
96 Path path = makePath(); in onDraw()
DTextOnPathActivity.java23 import android.graphics.Path;
30 private Path mPath;
31 private Path mStraightPath;
44 private Path makePath() { in makePath()
45 Path path = new Path(); in makePath()
50 private void buildPath(Path path) { in buildPath()
57 private Path makeStraightPath() { in makeStraightPath()
58 Path path = new Path(); in makeStraightPath()
63 private void buildStraightPath(Path path) { in buildStraightPath()
DSmallCircleActivity.java23 import android.graphics.Path;
49 private final Path mPath;
54 mPath = new Path(); in PathView()
55 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.275f, Path.Direction.CW); in PathView()
56 mPath.addCircle(SIZE * 0.5f, SIZE * 0.5f, SIZE * 0.225f, Path.Direction.CCW); in PathView()
DPathDestructionActivity.java23 import android.graphics.Path;
58 private Path getRandomPath() { in getRandomPath()
64 Path path = new Path(); in getRandomPath()
82 Path path; in onDraw()
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRoundRectShape.java21 import android.graphics.Path;
37 private Path mPath; // this is what we actually draw
73 mPath = new Path(); in RoundRectShape()
89 mPath.addRoundRect(r, mOuterRadii, Path.Direction.CW); in onResize()
91 mPath.addRect(r, Path.Direction.CW); in onResize()
98 mPath.addRoundRect(mInnerRect, mInnerRadii, Path.Direction.CCW); in onResize()
100 mPath.addRect(mInnerRect, Path.Direction.CCW); in onResize()
113 shape.mPath = new Path(mPath); in clone()
DPathShape.java21 import android.graphics.Path;
30 private Path mPath;
48 public PathShape(Path path, float stdWidth, float stdHeight) { in PathShape()
71 shape.mPath = new Path(mPath); in clone()
/frameworks/rs/driver/
DrsdPath.h24 const android::renderscript::Path *m,
28 const android::renderscript::Path *m);
30 const android::renderscript::Path *m);
32 const android::renderscript::Path *m);
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDFile.h60 const sys::fs::Path& pPath,
72 void setPath(const sys::fs::Path& pPath) in setPath()
91 const sys::fs::Path& path() const in path()
115 sys::fs::Path m_Path;
144 const sys::fs::Path& pPath,
156 const mcld::sys::fs::Path& pPath, in produce()
/frameworks/base/core/java/android/gesture/
DGesture.java22 import android.graphics.Path;
125 public Path toPath() { in toPath()
129 public Path toPath(Path path) { in toPath()
130 if (path == null) path = new Path(); in toPath()
142 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
147 if (path == null) path = new Path(); in toPath()
204 Path path = strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample); in toBitmap()
234 final Path path = toPath(); in toBitmap()
DGestureStroke.java21 import android.graphics.Path;
42 private Path mCachedPath;
113 public Path getPath() { in getPath()
125 Path path = null; in makePath()
134 path = new Path(); in makePath()
161 public Path toPath(float width, float height, int numSample) { in toPath()
175 Path path = null; in toPath()
183 path = new Path(); in toPath()
DOrientedBoundingBox.java20 import android.graphics.Path;
55 public Path toPath() { in toPath()
56 Path path = new Path(); in toPath()
/frameworks/compile/mclinker/lib/MC/
DContextFactory.cpp17 : UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>(pNum) in ContextFactory()
25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) in produce()
29 result = UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>::allocate(); in produce()

12345