HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 426 - 450 of 1075) sorted by null

<<11121314151617181920>>

  /frameworks/compile/mclinker/lib/Script/
InputCmd.cpp 20 #include "mcld/Support/Path.h"
106 sys::fs::Path path; local
112 path = script.sysroot();
113 path.append(token->name());
116 path.assign(token->name());
117 if (!sys::fs::exists(path)) {
118 // 3. Search through the library search path
119 sys::fs::Path* p =
122 path = *p
134 const sys::fs::Path* path = NULL; local
    [all...]
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
Healing.java 23 import android.graphics.Path;
56 Path path = new Path(); local
59 path.moveTo(xy[i] - rec.left, xy[i + 1] - rec.top);
61 path.lineTo(xy[i] - rec.left, xy[i + 1] - rec.top);
64 path.close();
65 c.drawPath(path, paint);
  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 24 import android.graphics.Path;
106 // Use Path instead of canvas operations so that if color has transparency, overlapping sections
108 private final Path mPath = new Path();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SinglePhotoDataAdapter.java 29 import com.android.gallery3d.data.Path;
245 public void setCurrentPhoto(Path path, int indexHint) {
255 public void setFocusHintPath(Path path) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 57 public MediaSet(Path path, long version) {
58 super(path, version);
119 public int getIndexOfItem(Path path, int hint) {
126 int index = getIndexOf(path, list);
133 index = getIndexOf(path, list);
141 protected int getIndexOf(Path path, ArrayList<MediaItem> list) {
145 if (item != null && item.mPath == path) return i
    [all...]
LocalImage.java 53 static final Path ITEM_PATH = Path.fromString("/local/image/item");
107 public LocalImage(Path path, GalleryApp application, Cursor cursor) {
108 super(path, nextVersionNumber());
113 public LocalImage(Path path, GalleryApp application, int id) {
114 super(path, nextVersionNumber());
120 throw new RuntimeException("cannot get cursor for: " + path);
126 throw new RuntimeException("cannot find data for: " + path);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
HistogramView.java 24 import android.graphics.Path;
38 private Path mHistoPath = new Path();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 34 import com.android.gallery3d.data.Path;
65 private static final Path LOCAL_IMAGE_ROOT = Path.fromString("/local/image/item");
MediaSetSource.java 29 import com.android.gallery3d.data.Path;
38 private Path mAlbumPath;
52 // Initialize source to an empty source until the album path can be resolved
54 mAlbumPath = Path.fromString(albumPath);
WidgetConfigure.java 37 import com.android.gallery3d.data.Path;
170 Path path = Path.fromString(albumPath); local
171 MediaSet mediaSet = (MediaSet) manager.getMediaObject(path);
173 int bucketId = Integer.parseInt(path.getSuffix());
174 // If the chosen album is a local album, find relative path
175 // Otherwise, leave the relative path field empty
177 Log.i(TAG, "Setting widget, album path: " + albumPath
178 + ", relative path: " + relativePath)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlotRenderer.java 23 import com.android.gallery3d.data.Path;
50 private Path mHighlightItemPath = null;
96 public void setHighlightItemPath(Path path) {
97 if (mHighlightItemPath == path) return;
98 mHighlightItemPath = path;
AlbumSlotRenderer.java 22 import com.android.gallery3d.data.Path;
48 private Path mHighlightItemPath = null;
77 public void setHighlightItemPath(Path path) {
78 if (mHighlightItemPath == path) return;
79 mHighlightItemPath = path;
153 } else if ((entry.path != null) && (mHighlightItemPath == entry.path)) {
155 } else if (mInSelectionMode && mSelectionManager.isItemSelected(entry.path)) {
  /prebuilts/go/darwin-x86/src/net/url/
url.go 100 // meaning to individual path segments. This package
101 // only manipulates the path as a whole, so we allow those
235 // scheme://[userinfo@]host/path[?query][#fragment]
241 // Note that the Path field is stored in decoded form: /%47%6f%2f becomes /Go/.
242 // A consequence is that it is impossible to tell which slashes in the Path were
244 // but when it is, code must not use Path directly.
246 // Go 1.5 introduced the RawPath field to hold the encoded form of Path.
247 // The Parse function sets both Path and RawPath in the URL it returns,
248 // and URL's String method uses RawPath if it is a valid encoding of Path,
253 // construct a URL struct directly and set the Opaque field instead of Path
    [all...]
  /prebuilts/go/linux-x86/src/net/url/
url.go 100 // meaning to individual path segments. This package
101 // only manipulates the path as a whole, so we allow those
235 // scheme://[userinfo@]host/path[?query][#fragment]
241 // Note that the Path field is stored in decoded form: /%47%6f%2f becomes /Go/.
242 // A consequence is that it is impossible to tell which slashes in the Path were
244 // but when it is, code must not use Path directly.
246 // Go 1.5 introduced the RawPath field to hold the encoded form of Path.
247 // The Parse function sets both Path and RawPath in the URL it returns,
248 // and URL's String method uses RawPath if it is a valid encoding of Path,
253 // construct a URL struct directly and set the Opaque field instead of Path
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SampleSelectionPage.java 25 import org.eclipse.core.runtime.Path;
227 Path path = new Path(mValues.chosenSample.getPath()); local
228 mValues.extractFromAndroidManifest(path);
  /external/clang/tools/driver/
driver.cpp 41 #include "llvm/Support/Path.h"
251 const std::string &Path) {
254 StringRef ExeBasename(llvm::sys::path::filename(Path));
278 // Attempt to find the original path used to invoke the driver, to determine
279 // the installed path. We do this manually, because we want to support that
280 // path being a symlink.
283 // Do a PATH lookup, if there are no directory components.
284 if (llvm::sys::path::filename(InstalledPath) == InstalledPath)
286 llvm::sys::path::filename(InstalledPath.str()))
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
StyledCornersBitmapDrawable.java 24 import android.graphics.Path;
60 private final Path mClipPath = new Path();
61 private final Path mCompatibilityModePath = new Path();
191 * using a non-rectangular Path.
236 // Clip to path.
242 // Draw parent within path.
286 // Draw border around path.
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 27 import android.graphics.Path;
83 private final Path mShadePath = new Path();
126 Path.Direction.CW);
130 mShadePath.addRect(0, 0, mWidth, - getScrollDistance(), Path.Direction.CW);
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 24 import android.graphics.Path;
82 Path path = new Path(); local
92 path.addCircle(mDrawRect.left + (width / 2),
95 Path.Direction.CW);
98 path.addRect(new RectF(mDrawRect), Path.Direction.CW);
101 canvas.clipPath(path, Region.Op.DIFFERENCE);
106 canvas.drawPath(path, mOutlinePaint)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 20 import android.graphics.Path;
63 private static final String SERIAL_PATH = "path";
91 public Path mPath;
102 mPath = new Path(copy.mPath);
126 return "stroke(" + mType + ", path(" + (mPath) + "), " + mRadius + " , "
283 mCurrent.mPath = new Path();
376 stroke.mPath = new Path();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCurves.java 24 import android.graphics.Path;
51 Path gPathSpline = new Path();
63 Path gHistoPath = new Path();
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 289 std::string Path = DirPlusFile(Options.OutputCorpus, Hash(U));
290 WriteToFile(U, Path);
292 Printf("Written to %s\n", Path.c_str());
299 std::string Path = Options.ArtifactPrefix + Prefix + Hash(U);
301 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix.
302 WriteToFile(U, Path);
304 Options.ArtifactPrefix.c_str(), Path.c_str());
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 24 import android.graphics.Path;
89 private final Path mPath = new Path();
296 final Path path = mCurrentGesture.toPath(); local
298 path.computeBounds(bounds, true);
300 // TODO: The path should also be scaled to fit inside this view
302 mPath.addPath(path, -bounds.left + (getWidth() - bounds.width()) / 2.0f,
310 public Path getGesturePath() {
314 public Path getGesturePath(Path path)
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
cookie_test.go 36 &Cookie{Name: "cookie-4", Value: "four", Path: "/restricted/"},
37 "cookie-4=four; Path=/restricted/",
144 SetCookie(headerOnlyResponseWriter(m), &Cookie{Name: "cookie-1", Value: "one", Path: "/restricted/"})
149 if g, e := m["Set-Cookie"][0], "cookie-1=one; Path=/restricted/"; g != e {
201 Header{"Set-Cookie": {"NID=99=YsDT5i3E-CXax-; expires=Wed, 23-Nov-2011 01:05:03 GMT; path=/; domain=.google.ch; HttpOnly"}},
205 Path: "/",
210 Raw: "NID=99=YsDT5i3E-CXax-; expires=Wed, 23-Nov-2011 01:05:03 GMT; path=/; domain=.google.ch; HttpOnly",
214 Header{"Set-Cookie": {".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
218 Path: "/",
222 Raw: ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
cookie_test.go 36 &Cookie{Name: "cookie-4", Value: "four", Path: "/restricted/"},
37 "cookie-4=four; Path=/restricted/",
144 SetCookie(headerOnlyResponseWriter(m), &Cookie{Name: "cookie-1", Value: "one", Path: "/restricted/"})
149 if g, e := m["Set-Cookie"][0], "cookie-1=one; Path=/restricted/"; g != e {
201 Header{"Set-Cookie": {"NID=99=YsDT5i3E-CXax-; expires=Wed, 23-Nov-2011 01:05:03 GMT; path=/; domain=.google.ch; HttpOnly"}},
205 Path: "/",
210 Raw: "NID=99=YsDT5i3E-CXax-; expires=Wed, 23-Nov-2011 01:05:03 GMT; path=/; domain=.google.ch; HttpOnly",
214 Header{"Set-Cookie": {".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"}},
218 Path: "/",
222 Raw: ".ASPXAUTH=7E3AA; expires=Wed, 07-Mar-2012 14:25:06 GMT; path=/; HttpOnly"
    [all...]

Completed in 544 milliseconds

<<11121314151617181920>>