Searched defs:Path (Results  1 – 13 of 13) sorted by relevance
| /frameworks/base/services/incremental/test/ | 
| D | path_test.cpp | 25 TEST(Path, Normalize) {  in TEST()  argument33 TEST(Path, Comparator) {  in TEST()  argument
 43 TEST(Path, Join) {  in TEST()  argument
 
 | 
| /frameworks/compile/mclinker/lib/Support/ | 
| D | Path.cpp | 49 Path::Path() : m_PathName() {  in Path()  function in mcld::sys::fs::Path52 Path::Path(const Path::ValueType* s) : m_PathName(s) {  in Path()  function in mcld::sys::fs::Path
 55 Path::Path(const Path::StringType& s) : m_PathName(s) {  in Path()  function in mcld::sys::fs::Path
 58 Path::Path(const Path& pCopy) : m_PathName(pCopy.m_PathName) {  in Path()  function in mcld::sys::fs::Path
 
 | 
| /frameworks/compile/mclinker/include/mcld/Support/ | 
| D | FileSystem.h | 69 class Path;  variable
 | 
| /frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/ | 
| D | PathTools.kt | 48 fun Path.parseSvgPathData(d: String) {  in Path()  method
 | 
| /frameworks/base/libs/hwui/ | 
| D | Outline.h | 29     enum class Type { None = 0, Empty = 1, Path = 2, RoundRect = 3 };  enumerator
 | 
| D | VectorDrawable.cpp | 49 Path::Path(const char* pathStr, size_t strLength) {  in Path()  function in android::uirenderer::VectorDrawable::Path56 Path::Path(const Path& path) : Node(path) {  in Path()  function in android::uirenderer::VectorDrawable::Path
 
 | 
| D | VectorDrawable.h | 168     Path() {}  in Path()  function
 | 
| D | SkiaCanvas.cpp | 95         Path,  enumerator
 | 
| /frameworks/base/libs/androidfw/include/androidfw/ | 
| D | AssetsProvider.h | 112     static PathOrDebugName Path(std::string value) {  in Path()  function
 | 
| /frameworks/base/graphics/java/android/graphics/ | 
| D | Path.java | 36 public class Path {  class50     public Path() {  in Path()  method in Path
 60     public Path(@Nullable Path src) {  in Path()  method in Path
 
 | 
| /frameworks/base/core/java/android/provider/ | 
| D | DocumentsContract.java | 1784     public static final class Path implements Parcelable {  class in DocumentsContract1796         public Path(@Nullable String rootId, List<String> path) {  in Path()  method in DocumentsContract.Path
 
 | 
| /frameworks/compile/slang/ | 
| D | slang.cpp | 282     clang::ModuleIdPath Path,  in loadModule()
 | 
| /frameworks/rs/ | 
| D | rs_hal.h | 88 class Path;  variable
 |