Searched refs:Path (Results 101 - 125 of 481) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.h37 #include "platform/graphics/Path.h"
72 Path shape;
73 Path marginShape;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateMotionElement.h25 #include "platform/graphics/Path.h"
70 Path m_path;
71 Path m_animationPath;
/external/chromium_org/ui/aura/
H A Dwindow_delegate.h17 class Path;
101 virtual void GetHitTestMask(gfx::Path* mask) const = 0;
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h79 UString Path; member in struct:NWorkDir::CInfo
86 Path.Empty();
/external/qemu/distrib/sdl-1.2.15/src/main/beos/
H A DSDL_BeApp.cc27 #include <storage/Path.h>
73 chdir(path.Path());
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java15 import org.apache.tools.ant.types.Path;
84 public void setInstrpath (final Path path)
97 public Path createInstrpath ()
100 m_instrpath = new Path (project);
174 private Path m_instrpath;
/external/llvm/lib/Support/
H A DIntervalMap.cpp19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) {
25 NodeRef Path::getLeftSibling(unsigned Level) const {
48 void Path::moveLeft(unsigned Level) {
75 NodeRef Path::getRightSibling(unsigned Level) const {
98 void Path::moveRight(unsigned Level) {
H A DPath.cpp1 //===-- Path.cpp - Implement OS Path Concept ------------------------------===//
10 // This file implements the operating system Path API.
15 #include "llvm/Support/Path.h"
167 // Implemented in Unix/Path.inc and Windows/Path.inc.
245 i.Path = path;
253 i.Path = path;
259 assert(Position < Path.size() && "Tried to increment past end!");
265 if (Position == Path
[all...]
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp13 #include "llvm/Support/Path.h"
35 ErrorOr<vfs::Status> status(const Twine &Path) { argument
37 FilesAndDirs.find(Path.str());
42 std::error_code openFileForRead(const Twine &Path, argument
56 std::string Path; member in struct:__anon19541::DummyFileSystem::DirIterImpl
58 if (Path.size() < S.size() && S.find(Path) == 0) {
60 if (LastSep == Path.size() || LastSep == Path.size()-1)
68 Path(_Pat
96 addEntry(StringRef Path, const vfs::Status &Status) argument
100 addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) argument
106 addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) argument
112 addSymlink(StringRef Path) argument
269 SmallString<128> Path; member in struct:__anon19542::ScopedDir
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.cc44 Error HttpFs::OpenWithMode(const Path& path, int open_flags, mode_t mode,
79 ScopedNode HttpFs::FindExistingNode(const Path& path) {
86 Error HttpFs::Unlink(const Path& path) {
97 Error HttpFs::Mkdir(const Path& path, int permissions) {
105 Error HttpFs::Rmdir(const Path& path) {
116 Error HttpFs::Remove(const Path& path) {
124 Error HttpFs::Rename(const Path& path, const Path& newpath) {
236 error = FindOrCreateDir(Path("/"), &root);
247 Error HttpFs::FindOrCreateDir(const Path
[all...]
/external/clang/lib/AST/
H A DAPValue.cpp39 /// Path - The sequence of base classes, fields and array indices to follow to
43 LValuePathEntry Path[InlinePathSpace]; member in union:APValue::LV::__anon17709
63 LValuePathEntry *getPath() { return hasPathPtr() ? PathPtr : Path; }
65 return hasPathPtr() ? PathPtr : Path;
81 PathElem Path[InlinePathSpace]; member in union:APValue::MemberPointerData::__anon17711
100 PathElem *getPath() { return hasPathPtr() ? PathPtr : Path; }
102 return hasPathPtr() ? PathPtr : Path;
438 ArrayRef<LValuePathEntry> Path = getLValuePath(); local
440 for (unsigned I = 0, N = Path.size(); I != N; ++I) {
445 BaseOrMemberType::getFromOpaqueValue(Path[
595 setLValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, unsigned CallIndex) argument
642 MakeMemberPointer(const ValueDecl *Member, bool IsDerivedMember, ArrayRef<const CXXRecordDecl*> Path) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.cpp32 #include "platform/graphics/Path.h"
77 m_region = adoptPtr(new Path(getRegion(size)));
89 Path HTMLAreaElement::computePath(RenderObject* obj) const
92 return Path();
102 Path p = getRegion(size);
119 Path HTMLAreaElement::getRegion(const LayoutSize& size) const
122 return Path();
138 Path path;
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp23 #include "llvm/Support/Path.h"
68 SmallString<128> Path(Filename);
69 llvm::sys::path::replace_extension(Path,
70 NewSuffix + llvm::sys::path::extension(Path));
71 return Path.str();
78 SmallString<128> Path; variable
81 Path); variable
82 return Path.str();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipPathOperation.h34 #include "platform/graphics/Path.h"
105 const Path& path(const FloatRect& boundingRect)
109 m_path = adoptPtr(new Path);
124 OwnPtr<Path> m_path;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGPath.cpp88 Path* usePath;
133 Path* RenderSVGPath::zeroLengthLinecapPath(const FloatPoint& linecapPosition) const
135 DEFINE_STATIC_LOCAL(Path, tempPath, ());
/external/chromium_org/ui/views/window/
H A Dnon_client_view.h12 class Path;
78 gfx::Path* window_mask) = 0;
183 void GetWindowMask(const gfx::Size& size, gfx::Path* window_mask);
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp379 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1).
381 /// @param Path Set of extractvalue indices leading from the outermost type
386 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty
389 SmallVectorImpl<unsigned> &Path) {
391 // coordinates in Path.
392 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) {
393 Path.pop_back();
398 if (Path.empty())
403 ++Path
388 advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes, SmallVectorImpl<unsigned> &Path) argument
429 firstRealType(Type *Next, SmallVectorImpl<CompositeType *> &SubTypes, SmallVectorImpl<unsigned> &Path) argument
459 nextRealType(SmallVectorImpl<CompositeType *> &SubTypes, SmallVectorImpl<unsigned> &Path) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs77 return System.IO.Path.GetTempPath();
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_frame_view.h30 gfx::Path* window_mask) OVERRIDE;
/external/chromium_org/third_party/skia/src/animator/
H A DSkTextToPath.cpp21 SK_MEMBER(path, Path),
/external/chromium_org/ui/gfx/
H A Dgdi_util.h40 GFX_EXPORT HRGN ConvertPathToHRGN(const gfx::Path& path);
/external/chromium_org/ui/wm/core/
H A Dmasked_window_targeter.cc23 gfx::Path mask;
/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h81 StringRef Path, StringRef TempPath);
H A DFileSystem.h279 /// @brief Normalize path separators in \a Path
285 std::error_code normalize_separators(SmallVectorImpl<char> &Path);
381 /// @param Path Input path.
383 bool can_execute(const Twine &Path);
387 /// @param Path Input path.
389 bool can_write(const Twine &Path);
438 inline bool is_directory(const Twine &Path) { argument
440 return !is_directory(Path, Result) && Result;
460 inline bool is_regular_file(const Twine &Path) { argument
462 if (is_regular_file(Path, Resul
501 file_size(const Twine &Path, uint64_t &Result) argument
709 std::string Path; member in class:llvm::sys::fs::directory_entry
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp32 #include "llvm/Support/Path.h"
463 SmallVector<char, 16> Path(PathStr.begin(), PathStr.end());
464 sys::path::remove_filename(Path);
465 Directory = StringRef(Path.data(), Path.size());
510 StringRef Path(PathVec.data(), PathVec.size());
511 Filename = sys::path::filename(Path);
519 SmallVector<char, 16> Path; local
520 sys::path::append(Path, Directory, Filename);
521 Path
531 std::string Path = getPath(); local
534 << Path << "\\n"); local
599 runOnModule(Module &M, std::string &Path) argument
[all...]

Completed in 647 milliseconds

1234567891011>>