Searched defs:Path (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp1 //===- Path.cpp -----------------------------------------------------------===//
9 #include "mcld/Support/Path.h"
34 const Path::StringType separator_str("/");
41 const Path::StringType separator_str("/");
47 // Path
49 Path::Path() : m_PathName() { function in class:mcld::sys::fs::Path
52 Path::Path(const Path function in class:mcld::sys::fs::Path
55 Path::Path(const Path::StringType& s) : m_PathName(s) { function in class:mcld::sys::fs::Path
58 Path::Path(const Path& pCopy) : m_PathName(pCopy.m_PathName) { function in class:mcld::sys::fs::Path
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h1 //===- Path.h -------------------------------------------------------------===//
9 // This file declares the mcld::sys::fs::Path. It follows TR2/boost
40 /** \class Path
41 * \brief Path provides an abstraction for the path to a file or directory in
44 class Path { class in namespace:mcld::sys::fs
50 Path();
51 explicit Path(const ValueType* s);
52 explicit Path(const StringType& s);
53 Path(const Path
[all...]
/frameworks/base/libs/hwui/
H A DPathCache.h119 Path
132 struct Path { struct in union:android::uirenderer::PathDescription::Shape
H A DVectorDrawable.cpp36 void Path::draw(SkCanvas* outCanvas, const SkMatrix& groupStackedMatrix, float scaleX, float scaleY,
64 void Path::dump() {
65 ALOGD("Path: %s has %zu points", mName.c_str(), mProperties.getData().points.size());
68 float Path::getMatrixScale(const SkMatrix& groupStackedMatrix) {
96 Path::Path(const char* pathStr, size_t strLength) { function in class:android::uirenderer::VectorDrawable::Path
103 Path::Path(const Path& path) : Node(path) { function in class:android::uirenderer::VectorDrawable::Path
107 const SkPath& Path
[all...]
H A DVectorDrawable.h56 * Group Path Group
58 * Path Path Path
121 class ANDROID_API Path : public Node { class in namespace:android::uirenderer::VectorDrawable
159 Path(const Path& path);
160 Path(const char* path, size_t strLength);
161 Path() {} function in class:android::uirenderer::VectorDrawable::Path
203 class ANDROID_API FullPath: public Path {
[all...]
/frameworks/compile/slang/
H A Dslang.cpp71 #include "llvm/Support/Path.h"
286 clang::ModuleIdPath Path,
284 loadModule( clang::SourceLocation ImportLoc, clang::ModuleIdPath Path, clang::Module::NameVisibilityKind Visibility, bool IsInclusionDirective) argument
/frameworks/base/graphics/java/android/graphics/
H A DPath.java23 * The Path class encapsulates compound (multiple contour) geometric paths
29 public class Path { class
48 public Path() { method in class:Path
57 public Path(Path src) { method in class:Path
97 public void set(@NonNull Path src) {
119 * @see #op(Path, android.graphics.Path.Op)
120 * @see #op(Path, Path, androi
[all...]

Completed in 4079 milliseconds