HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 76 - 100 of 897) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Support/
FileSystem.cpp 11 #include <mcld/Support/Path.h>
16 bool mcld::sys::fs::exists(const Path &pPath)
24 bool mcld::sys::fs::is_directory(const Path &pPath)
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
SearchPathOptions.h 12 #include <mcld/Support/Path.h>
29 llvm::cl::opt<mcld::sys::fs::Path,
31 llvm::cl::parser<mcld::sys::fs::Path> >& m_SysRoot;
  /external/clang/include/clang/Basic/
FileSystemStatCache.h 61 /// \brief Get the 'stat' information for the specified path, using the cache
64 /// \returns \c true if the path does not exist or \c false if it exists.
71 static bool get(const char *Path, FileData &Data, bool isFile,
93 virtual LookupResult getStat(const char *Path, FileData &Data, bool isFile,
97 LookupResult statChained(const char *Path, FileData &Data, bool isFile,
100 return Next->getStat(Path, Data, isFile, F, FS);
104 return get(Path, Data, isFile, F, nullptr, FS) ? CacheMissing : CacheExists;
122 LookupResult getStat(const char *Path, FileData &Data, bool isFile,
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 16 #include <mcld/Support/Path.h>
52 const sys::fs::Path& pPath,
57 const sys::fs::Path& pPath,
70 const sys::fs::Path& path() const function in class:mcld::Input
73 void setPath(const sys::fs::Path& pPath)
132 sys::fs::Path m_Path;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathDashPathEffectTest.java 24 import android.graphics.Path;
28 import android.graphics.Path.Direction;
48 canvas.drawPath(path(), p); method
73 private static Path path() { method in class:PathDashPathEffectTest
74 Path p = new Path();
80 private static Path shape() {
81 Path p = new Path();
    [all...]
Path_DirectionTest.java 19 import android.graphics.Path;
20 import android.graphics.Path.Direction;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.h 24 virtual Error Access(const Path& path, int a_mode);
25 virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
26 virtual Error Unlink(const Path& path);
27 virtual Error Mkdir(const Path& path, int perm);
28 virtual Error Rmdir(const Path& path);
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
stream_fs.cc 87 Error StreamFs::Access(const Path& path, int a_mode) {
91 Error StreamFs::Open(const Path& path, int o_flags, ScopedNode* out_node) {
95 Error StreamFs::Unlink(const Path& path) {
99 Error StreamFs::Mkdir(const Path& path, int permissions) {
103 Error StreamFs::Rmdir(const Path& path) {
    [all...]
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 16 #include "llvm/Support/Path.h"
46 /// path, using the cache to accelerate it if possible. This returns true if
47 /// the path does not exist or false if it exists.
54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile,
62 R = Cache->getStat(Path, Data, isFile, F, FS);
66 llvm::ErrorOr<vfs::Status> Status = FS.status(Path);
82 std::error_code EC = FS.openFileForRead(Path, OwnedFile);
105 // If the path doesn't exist, return failure.
108 // If the path exists, make sure that its "directoryness" matches the clients
122 MemorizeStatCalls::getStat(const char *Path, FileData &Data, bool isFile
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 25 #include "llvm/Support/Path.h"
62 SmallString<1024> Path;
64 std::error_code EC = llvm::sys::fs::createTemporaryFile(Name, "", FD, Path);
71 const FileEntry *File = Files.getFile(Path);
74 StringRef Found = TemporaryFiles.GetOrCreateValue(Name, Path.str()).second;
75 assert(Found == Path);
96 std::string Path = TemporaryFiles.lookup(Name);
97 assert(!Path.empty());
104 Files.getBufferForFile(Path, nullptr));
  /external/llvm/bindings/ocaml/bitwriter/
bitwriter_ocaml.c 27 CAMLprim value llvm_write_bitcode_file(value M, value Path) {
28 int res = LLVMWriteBitcodeToFile((LLVMModuleRef) M, String_val(Path));
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 60 /// Parses the special case list from a file. If Path is empty, returns
63 static SpecialCaseList *create(const StringRef Path, std::string &Error);
69 static SpecialCaseList *createOrDie(const StringRef Path);
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) {
22 raw_fd_ostream OS(Path, ErrorInfo, sys::fs::F_None);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 22 import android.graphics.Path;
38 private Path mPath; // this is what we actually draw
74 mPath = new Path();
91 // can't call simple constructors, use path
112 mPath.addRoundRect(r, mOuterRadii, Path.Direction.CW);
114 mPath.addRect(r, Path.Direction.CW);
121 mPath.addRoundRect(mInnerRect, mInnerRadii, Path.Direction.CCW);
123 mPath.addRect(mInnerRect, Path.Direction.CCW);
136 shape.mPath = new Path(mPath);
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 14 #include <mcld/Support/Path.h>
27 * \brief A Directory object stores a Path object, a FileStatus object for
46 /// constructor - a directory whose path is pPath
47 explicit Directory(const Path& pPath,
63 void assign(const Path& pPath,
72 /// path - the path of the directory
73 const Path& path() const function in class:mcld::sys::fs::Directory
86 mcld::sys::fs::Path m_Path
    [all...]
PathCache.h 15 #include <mcld/Support/Path.h>
23 mcld::sys::fs::Path,
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterAlbum.java 24 private ArrayList<Path> mPaths = new ArrayList<Path>();
30 public ClusterAlbum(Path path, DataManager dataManager,
32 super(path, nextVersionNumber());
47 void setMediaItems(ArrayList<Path> paths) {
51 ArrayList<Path> getMediaItems() {
75 ArrayList<Path> paths, int start, int count,
81 ArrayList<Path> subset = new ArrayList<Path>(paths.subList(start, end))
    [all...]
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 17 #include "llvm/Support/Path.h"
34 /// Each node has storage for up to one path and a map mapping a path segment to
42 /// An insert of a path
45 /// - If the node has a path 'p2' but no children, take the last path segment
51 /// An insert operation is linear in the number of a path's segments.
53 // We cannot put relative paths into the FileMatchTrie as then a path can be
54 // a postfix of another path, violating a core assumption of the trie.
55 if (llvm::sys::path::is_relative(NewPath)
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextOnPathActivity.java 23 import android.graphics.Path;
30 private Path mPath;
31 private Path mStraightPath;
44 private static Path makePath() {
45 Path path = new Path(); local
46 buildPath(path);
47 return path;
50 private static void buildPath(Path path)
58 Path path = new Path(); local
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
http_fs_test.cc 84 ASSERT_EQ(0, fs_.Access(Path("/foo"), R_OK));
85 ASSERT_EQ(EACCES, fs_.Access(Path("/foo"), W_OK));
86 ASSERT_EQ(EACCES, fs_.Access(Path("/foo"), X_OK));
87 ASSERT_EQ(ENOENT, fs_.Access(Path("/bar"), F_OK));
94 ASSERT_EQ(EIO, fs_.Open(Path("/file"), O_RDONLY, &node));
108 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
138 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
162 ASSERT_EQ(0, fs_.Open(Path("/file"), O_WRONLY, &node));
177 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDONLY, &node));
195 ASSERT_EQ(0, fs_.Open(Path("/file"), O_RDWR, &node))
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter.cc 8 #include "ui/gfx/path.h"
19 gfx::Path* mask) const {
shaped_app_window_targeter.h 21 gfx::Path* mask) const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
Path2D.h 46 static PassRefPtr<Path2D> create(Path2D* path) { return adoptRef(new Path2D(path)); }
48 static PassRefPtr<Path2D> create(const Path& path) { return adoptRef(new Path2D(path)); }
50 const Path& path() const { return m_path; } function in class:WebCore::FINAL
52 void addPath(Path2D* path)
54 addPath(path, 0);
57 void addPath(Path2D* path, SVGMatrixTearOff* transform
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_window_targeter.cc 8 #include "ui/gfx/path.h"
24 gfx::Path* mask) const {
bubble_window_targeter.h 26 gfx::Path* mask) const OVERRIDE;

Completed in 1505 milliseconds

1 2 34 5 6 7 8 91011>>