Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 25 of 102) sorted by relevance

12345

/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPath.java43 public class Path class
51 public Path(AddressImpl address) { in Path() method in Path
59 public Path() in Path() method in Path
/external/webkit/Source/WebCore/svg/
DSVGStyledTransformableElement.h32 class Path; variable
53 virtual void toPathData(Path&) const { } in toPathData() argument
/external/clang/lib/Basic/
DFileSystemStatCache.cpp42 bool FileSystemStatCache::get(const char *Path, struct stat &StatBuf, in get()
106 MemorizeStatCalls::getStat(const char *Path, struct stat &StatBuf, in getStat()
/external/clang/unittests/Basic/
DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory()
44 void InjectFile(const char *Path, ino_t INode) { in InjectFile()
49 void InjectDirectory(const char *Path, ino_t INode) { in InjectDirectory()
54 virtual LookupResult getStat(const char *Path, struct stat &StatBuf, in getStat()
/external/llvm/include/llvm/Support/
DSystemUtils.h22 namespace sys { class Path; } variable
DPathV2.h50 StringRef Path; //< The entire path. variable
DPathV1.h173 Path() : path() {} in Path() function
174 Path(const Path &that) : path(that.path) {} in Path() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResource.h50 class Path; variable
64 … virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*) { } in postApplyResource()
DSVGMarkerLayoutInfo.h31 class Path; variable
/external/skia/src/svg/
DSkSVGPath.cpp17 DEFINE_SVG_INFO(Path) in DEFINE_SVG_INFO() argument
/external/webkit/Source/WebCore/platform/graphics/cairo/
DCairoUtilities.h38 class Path; variable
/external/clang/include/clang/Frontend/
DASTConsumers.h20 namespace sys { class Path; } variable
/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.h49 class Path; variable
/external/llvm/bindings/ocaml/bitwriter/
Dbitwriter_ocaml.c27 CAMLprim value llvm_write_bitcode_file(value M, value Path) { in llvm_write_bitcode_file()
/external/clang/lib/AST/
DCXXInheritance.cpp28 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound() local
359 CXXBasePath &Path, in FindBaseClass()
368 CXXBasePath &Path, in FindVirtualBaseClass()
378 CXXBasePath &Path, in FindTagMember()
394 CXXBasePath &Path, in FindOrdinaryMember()
412 CXXBasePath &Path, in FindNestedNameSpecifierMember()
DAPValue.cpp43 LValuePathEntry Path[InlinePathSpace]; member
81 PathElem Path[InlinePathSpace]; member
396 ArrayRef<LValuePathEntry> Path = getLValuePath(); in printPretty() local
555 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, in setLValue()
599 ArrayRef<const CXXRecordDecl*> Path) { in MakeMemberPointer()
/external/chromium/chrome/browser/chromeos/frame/
Dbubble_frame_view.h15 class Path; variable
/external/llvm/lib/Bitcode/Writer/
DBitWriter.cpp18 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp40 Path::Path() in Path() function in WebCore::Path
50 Path::Path(const Path& other) in Path() function in WebCore::Path
/external/webkit/Source/WebCore/html/
DHTMLAreaElement.h34 class Path; variable
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp32 Path::Path() in Path() function in WebCore::Path
37 Path::Path(const Path& other) in Path() function in WebCore::Path
/external/clang/lib/Rewrite/
DFrontendActions.cpp68 SmallString<128> Path(Filename); in RewriteFilename() local
78 SmallString<128> Path; in RewriteFilename() local
/external/clang/include/clang/Basic/
DFileSystemStatCache.h72 LookupResult statChained(const char *Path, struct stat &StatBuf, in statChained()
/external/webkit/Source/WebCore/platform/graphics/
DPathTraversalState.h34 class Path; variable
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.h38 class Path; variable

12345