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

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/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
116 addPath(const Path&, const AffineTransform&) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGPathData.h26 class Path;
28 void updatePathFromGraphicsElement(SVGElement*, Path&);
H A DRenderSVGTextPath.h34 Path layoutPath() const;
45 Path m_layoutPath;
H A DRenderSVGTextPath.cpp45 Path RenderSVGTextPath::layoutPath() const
49 return Path();
53 Path pathData;
/macosx-10.10/CPAN-56/Modules/Path-Class-0.26/
H A DMakefile1 NAME = Path-Class
/macosx-10.10/CPAN-56/Modules/Path-Class-0.33/
H A DMakefile1 NAME = Path-Class
/macosx-10.10/WebCore-7600.1.25/page/
H A DGestureTapHighlighter.h35 class Path;
40 Path pathForNodeHighlight(const Node*);
/macosx-10.10/llvmCore-3425.0.34/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.10/bash-94.1.2/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.10/llvmCore-3425.0.34/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.10/llvmCore-3425.0.34/include/llvm-c/
H A DBitWriter.h38 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
/macosx-10.10/llvmCore-3425.0.34/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.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPathCG.cpp28 #include "Path.h"
76 Path::Path() function in class:WebCore::Path
81 Path::Path(RetainPtr<CGMutablePathRef> p) function in class:WebCore::Path
86 Path::~Path()
92 PlatformPathPtr Path::ensurePlatformPath()
99 Path::Path(cons function in class:WebCore::Path
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DPath.h84 class Path { class in namespace:WebCore
87 Path();
89 Path(RetainPtr<CGMutablePathRef>);
91 ~Path();
93 Path(const Path&);
94 Path& operator=(const Path&);
112 // Note the Path can be empty (isEmpty() == true) and still have a current point.
136 void addPath(const Path
[all...]
/macosx-10.10/llvmCore-3425.0.34/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.10/WebCore-7600.1.25/svg/
H A DSVGPathUtilities.h29 class Path;
35 // String/SVGPathByteStream -> Path
36 bool buildPathFromString(const String&, Path&);
37 bool buildPathFromByteStream(SVGPathByteStream*, Path&);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderDetailsMarker.h44 Path getCanonicalPath() const;
45 Path getPath(const LayoutPoint& origin) const;
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/bitwriter/
H A Dbitwriter_ocaml.c27 CAMLprim value llvm_write_bitcode_file(value M, value Path) { argument
28 int res = LLVMWriteBitcodeToFile((LLVMModuleRef) M, String_val(Path));

Completed in 560 milliseconds

1234567891011>>