HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 1 - 25 of 650) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/haiku/
PathHaiku.cpp 29 #include "Path.h"
40 Path::Path()
45 Path::~Path()
50 Path::Path(const Path& other)
55 Path& Path::operator=(const Path& other
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 1 //===- Path.cpp -----------------------------------------------------------===//
10 #include "mcld/Support/Path.h"
23 // Path
24 Path::Path()
28 Path::Path(const Path::ValueType* s )
32 Path::Path(const Path::StringType &s
    [all...]
RealPath.cpp 17 : Path() {
21 : Path(s) {
26 : Path(s) {
30 RealPath::RealPath(const Path& pPath)
31 : Path(pPath) {
39 RealPath& RealPath::assign(const Path& pPath)
41 Path::m_PathName.assign(pPath.native());
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 1 //===- Path.h -------------------------------------------------------------===//
11 // path class.
37 /** \class Path
38 * \brief Path provides an abstraction for the path to a file or directory in
41 * FIXME: current Path library only support UTF-8 chararcter set.
44 class Path
55 Path();
56 Path(const ValueType* s);
57 Path(const StringType &s)
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/include/
pathstuff.h 1 /* Definitions for Windows path manipulation.
21 extern char * convert_Path_to_windows32(char *Path, char to_delim);
22 extern char * convert_vpath_to_windows32(char *Path, char to_delim);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataSourceType.java 28 private static final Path PICASA_ROOT = Path.fromString("/picasa");
29 private static final Path LOCAL_ROOT = Path.fromString("/local");
30 private static final Path MTP_ROOT = Path.fromString("/mtp");
37 Path path = set.getPath(); local
38 if (MediaSetUtils.isCameraSource(path)) return TYPE_CAMERA;
40 Path prefix = path.getPrefixPath()
    [all...]
Path.java 25 public class Path {
26 private static final String TAG = "Path";
27 private static Path sRoot = new Path(null, "ROOT");
29 private final Path mParent;
32 private IdentityCache<String, Path> mChildren;
34 private Path(Path parent, String segment) {
39 public Path getChild(String segment) {
40 synchronized (Path.class)
    [all...]
TagClustering.java 31 private ArrayList<ArrayList<Path>> mClusters;
41 final TreeMap<String, ArrayList<Path>> map =
42 new TreeMap<String, ArrayList<Path>>();
43 final ArrayList<Path> untagged = new ArrayList<Path>();
47 Path path = item.getPath();
51 untagged.add(path);
56 ArrayList<Path> list = map.get(key);
58 list = new ArrayList<Path>();
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
PathTest.java 28 Path p = Path.fromString("/hello/world");
31 p = Path.fromString("/a");
34 p = Path.fromString("");
40 Path p = Path.fromString("/hello/world");
46 p = Path.fromString("");
52 Path p = Path.fromString("/hello/world");
55 p = Path.fromString("")
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PathWinCE.cpp 21 #include "Path.h"
32 Path::Path()
37 Path::Path(const Path& other)
42 Path::~Path()
47 Path& Path::operator=(const Path& other
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 21 import android.graphics.Path;
35 // new the Path instance
36 new Path();
38 // another the Path instance with different params
39 new Path(new Path());
44 // new the Path instance
45 Path path = new Path(); local
55 Path path = new Path(); local
63 Path path = new Path(); local
69 Path path = new Path(); local
85 Path path = new Path(); local
99 Path path = new Path(); local
107 Path path = new Path(); local
121 Path path = new Path(); local
129 Path path = new Path(); local
137 Path path = new Path(); local
145 Path path = new Path(); local
153 Path path = new Path(); local
162 Path path = new Path(); local
173 Path path = new Path(); local
188 Path path = new Path(); local
206 Path path = new Path(); local
212 Path path = new Path(); local
221 Path path = new Path(); local
233 Path path = new Path(); local
244 Path path = new Path(); local
254 Path path = new Path(); local
264 Path path = new Path(); local
274 Path path = new Path(); local
284 Path path = new Path(); local
295 Path path = new Path(); local
304 Path path = new Path(); local
318 Path path = new Path(); local
326 Path path = new Path(); local
340 Path path = new Path(); local
348 Path path = new Path(); local
360 Path path = new Path(); local
368 Path path = new Path(); local
377 Path path = new Path(); local
    [all...]
  /frameworks/rs/
rsPath.cpp 24 Path::Path(Context *rsc) : ObjectBase(rsc) {
27 Path::Path(Context *rsc, RsPathPrimitive pp, bool isStatic,
36 rsc->mHal.funcs.path.initStatic(rsc, this, vtx, loops);
41 Path::Path(Context *rsc, uint32_t vertexBuffersCount, uint32_t primitivesCount)
46 Path::~Path() {
51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc)
    [all...]
rsPath.h 27 class Path : public ObjectBase {
39 Path(Context *);
40 Path(Context *, uint32_t vertexBuffersCount, uint32_t primitivesCount);
41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
43 ~Path();
  /external/llvm/include/llvm/Support/
Program.h 17 #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 fil
    [all...]
Signals.h 18 #include "llvm/Support/Path.h"
30 bool RemoveFileOnSignal(const Path &Filename, std::string* ErrMsg = 0);
34 void DontRemoveFileOnSignal(const Path &Filename);
SystemUtils.h 22 namespace sys { class Path; }
33 /// PrependMainExecutablePath - Prepend the path to the program being executed
37 /// just mainpulates the path and doesn't check for executability.
39 sys::Path PrependMainExecutablePath(const std::string &ExeName,
PathV1.h 1 //===- llvm/Support/PathV1.h - Path Operating System Concept ----*- C++ -*-===//
10 // This file declares the llvm::sys::Path class.
63 /// This class provides an abstraction for the path to a file or directory
65 /// on it. Note that this class only represents the name of a path to a file
68 /// extensions and several omissions (not relevant to LLVM). A Path object
69 /// ensures that the path it encapsulates is syntactically valid for the
71 /// any particular file system. That is, a syntactically valid path might
72 /// specify path components that do not exist in the file system and using
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 shoul
612 mutable std::string path; \/\/\/< Storage for the path name. member in class:llvm::sys::Path
    [all...]
  /external/llvm/lib/Support/
SystemUtils.cpp 35 /// PrependMainExecutablePath - Prepend the path to the program being executed
39 /// just mainpulates the path and doesn't check for executability.
41 sys::Path llvm::PrependMainExecutablePath(const std::string &ExeName,
45 // is a relative path to the executable itself.
46 sys::Path Result = sys::Path::GetMainExecutable(Argv0, MainAddr);
51 Result.appendSuffix(sys::Path::GetEXESuffix());
Program.cpp 26 Program::ExecuteAndWait(const Path& path,
29 const Path** redirects,
34 if (prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg))
35 return prg.Wait(path, secondsToWait, ErrMsg);
41 Program::ExecuteNoWait(const Path& path,
44 const Path** redirects,
48 prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg);
  /external/skia/src/svg/
SkSVGPath.h 16 DECLARE_SVG_INFO(Path);
  /external/webkit/Source/WebCore/platform/graphics/wx/
PathWx.cpp 27 #include "Path.h"
51 Path::Path()
62 wxGraphicsPath path = renderer->CreatePath(); local
63 m_path = new wxGraphicsPath(path);
68 Path::~Path()
73 Path::Path(const Path& path
134 wxGraphicsPath path = renderer->CreatePath(); local
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
ContextFactory.h 17 #include <mcld/Support/Path.h>
35 class ContextFactory : public UniqueGCFactoryBase<sys::fs::Path, LDContext, 0>
41 LDContext* produce(const sys::fs::Path& pPath);
  /external/llvm/lib/Transforms/Instrumentation/
FunctionBlackList.h 31 FunctionBlackList(const std::string &Path);
  /frameworks/rs/driver/
rsdPath.h 24 const android::renderscript::Path *m,
28 const android::renderscript::Path *m);
30 const android::renderscript::Path *m);
32 const android::renderscript::Path *m);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 38 private Path mPath;
45 mPath = new Path();
46 mPath.addCircle(40, 40, 45, Path.Direction.CCW);
47 mPath.addCircle(80, 80, 45, Path.Direction.CCW);
50 private void showPath(Canvas canvas, int x, int y, Path.FillType ft,
70 showPath(canvas, 0, 0, Path.FillType.WINDING, paint);
71 showPath(canvas, 160, 0, Path.FillType.EVEN_ODD, paint);
72 showPath(canvas, 0, 160, Path.FillType.INVERSE_WINDING, paint);
73 showPath(canvas, 160, 160, Path.FillType.INVERSE_EVEN_ODD, paint);

Completed in 984 milliseconds

1 2 3 4 5 6 7 8 91011>>