Searched refs:Path (Results 1 - 25 of 388) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGPathData.h27 class Path;
29 void updatePathFromGraphicsElement(SVGElement*, Path&);
H A DRenderSVGTextPath.h33 Path layoutPath() const;
43 Path m_layoutPath;
H A DRenderSVGTextPath.cpp42 Path RenderSVGTextPath::layoutPath() const
47 return Path();
51 Path pathData;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DPathWinCE.cpp21 #include "Path.h"
32 Path::Path() function in class:WebCore::Path
37 Path::Path(const Path& other) function in class:WebCore::Path
42 Path::~Path()
47 Path& Path
[all...]
/macosx-10.9.5/CPAN-52/Modules/Path-Class-0.24/
H A DMakefile1 NAME = Path-Class
/macosx-10.9.5/CPAN-52/Modules/Path-Class-0.26/
H A DMakefile1 NAME = Path-Class
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DGestureTapHighlighter.h35 class Path;
40 Path pathForNodeHighlight(const Node*);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DSystemUtils.cpp41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName,
46 sys::Path Result = sys::Path::GetMainExecutable(Argv0, MainAddr);
51 Result.appendSuffix(sys::Path::GetEXESuffix());
H A DProgram.cpp26 Program::ExecuteAndWait(const Path& path,
29 const Path** redirects,
41 Program::ExecuteNoWait(const Path& path,
44 const Path** redirects,
H A DToolOutputFile.cpp22 sys::RemoveFileOnSignal(sys::Path(Filename));
28 sys::Path(Filename).eraseFromDisk();
33 sys::DontRemoveFileOnSignal(sys::Path(Filename));
H A DGraphWriter.cpp16 #include "llvm/Support/Path.h"
58 ExecGraphViewer(const sys::Path &ExecPath, std::vector<const char*> &args,
59 const sys::Path &Filename, bool wait, std::string &ErrMsg) {
75 void llvm::DisplayGraph(const sys::Path &Filename, bool wait,
80 sys::Path Graphviz(LLVM_PATH_GRAPHVIZ);
107 if (!ExecGraphViewer(sys::Path(LLVM_PATH_XDOT_PY), args, Filename, wait, ErrMsg))
112 sys::Path PSFilename = Filename;
115 sys::Path prog;
119 prog = sys::Path(LLVM_PATH_CIRCO);
122 prog = sys::Path(LLVM_PATH_TWOP
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DPathBlackBerry.cpp20 #include "Path.h"
44 Path::Path() : m_path(new BlackBerry::Platform::Graphics::Path) function in class:WebCore::Path
48 Path::Path(const PlatformPath& path) function in class:WebCore::Path
49 : m_path(new BlackBerry::Platform::Graphics::Path(path))
53 Path::~Path()
61 Path function in class:WebCore::Path
239 drawFocusRing(const Path&, int, int, const Color&) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dvtree338 Path="."
89 Path=${1:-.}
91 if [ ! -d "$Path" ]; then
98 echo "!$Path/"
99 ExpandDirectory $Path
H A Dvtree3a38 Path="."
90 Path=${1:-.}
92 if [ ! -d "$Path" ]; then
99 echo "!$Path/"
100 ExpandDirectory $Path
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV1.h1 //===- llvm/Support/PathV1.h - Path Operating System Concept ----*- C++ -*-===//
10 // This file declares the llvm::sys::Path class.
68 /// extensions and several omissions (not relevant to LLVM). A Path object
73 /// such a Path to act on the file system could produce errors. There is one
74 /// invalid Path value which is permitted: the empty path. The class should
80 /// invalid path name (in which case the Path object is left unchanged) or
82 /// grouped into four basic categories: Path Accessors (provide information
84 /// information about the underlying file or directory), Path Mutators
91 class Path { class in namespace:llvm::sys
101 LLVM_ATTRIBUTE_DEPRECATED(static Path GetRootDirector
173 Path() : path() {} function in class:llvm::sys::Path
174 Path(const Path &that) : path(that.path) {} function in class:llvm::sys::Path
[all...]
H A DProgram.h17 #include "llvm/Support/Path.h"
28 /// programs from the path and to execute them in various ways. The sys::Path
53 /// invoking program. If Path::executable() does not return true when this
59 ( const Path& path, ///< sys::Path object providing the path of the
68 const sys::Path** redirects = 0, ///< An optional array of pointers to
73 ///< When an empty Path is passed in, the corresponding file
95 ( const Path& path, ///< The path to the child process executable.
121 /// @returns A Path object initialized to the path of the program or a
122 /// Path objec
[all...]
H A DSignals.h18 #include "llvm/Support/Path.h"
30 bool RemoveFileOnSignal(const Path &Filename, std::string* ErrMsg = 0);
34 void DontRemoveFileOnSignal(const Path &Filename);
H A DSystemUtils.h22 namespace sys { class Path; }
39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DPathCG.cpp28 #include "Path.h"
76 Path::Path() function in class:WebCore::Path
81 Path::~Path()
87 PlatformPathPtr Path::ensurePlatformPath()
94 Path::Path(const Path& other) function in class:WebCore::Path
99 Path
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DBitWriter.h38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinker.cpp17 #include "llvm/Support/Path.h"
67 Linker::addPath(const sys::Path& path) {
74 LibPaths.push_back(sys::Path(paths[i]));
79 sys::Path::GetBitcodeLibraryPaths(LibPaths);
80 LibPaths.insert(LibPaths.begin(),sys::Path("./"));
97 Linker::LoadObject(const sys::Path &FN) {
117 // a non-empty sys::Path if its found, an empty one otherwise.
118 static inline sys::Path IsLibrary(StringRef Name,
119 const sys::Path &Directory) {
121 sys::Path FullPat
[all...]
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/
H A DClass.pm1 package Path::Class;
10 use Path::Class::File;
11 use Path::Class::Dir;
13 sub file { Path::Class::File->new(@_) }
14 sub dir { Path::Class::Dir ->new(@_) }
15 sub foreign_file { Path::Class::File->new_foreign(@_) }
16 sub foreign_dir { Path::Class::Dir ->new_foreign(@_) }
24 Path::Class - Cross-platform path specification manipulation
28 use Path::Class;
30 my $dir = dir('foo', 'bar'); # Path
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DLinker.h22 namespace sys { class Path; }
115 const std::vector<sys::Path>& getLibPaths() const { return LibPaths; }
137 void addPath(const sys::Path& path);
181 const std::vector<sys::Path> & Files ///< Files to link in
192 const sys::Path& File, ///< File to link in.
239 const sys::Path& Filename, ///< Filename of the archive to link
273 /// will be empty (i.e. sys::Path::isEmpty() will return true).
274 /// @returns A sys::Path to the found library
276 sys::Path FindLib(StringRef Filename);
284 std::auto_ptr<Module> LoadObject(const sys::Path
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DPathQt.cpp32 #include "Path.h"
49 Path::Path() function in class:WebCore::Path
53 Path::~Path()
57 Path::Path(const Path& other) function in class:WebCore::Path
62 Path& Path
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.h49 class Path;
53 // The LoopBlinnPathProcessor turns a Path (assumed to contain one or
72 void process(const Path&, LoopBlinnPathCache&);
81 void buildContours(const Path&);

Completed in 163 milliseconds

1234567891011>>