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

1 2 3 4 5 6 7

  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 88 void setPath(String path);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILAnimateMotionElement.java 28 public void setPath(String path)
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 63 mPathMeasure.setPath(mPath, true);
65 mPathMeasure.setPath(mPath, true);
74 mPathMeasure.setPath(mPath, true);
81 mPathMeasure.setPath(mPath, true);
91 measure.setPath(circle, true);
97 measure.setPath(line, false);
99 measure.setPath(line, true);
104 mPathMeasure.setPath(mPath, true);
111 mPathMeasure.setPath(mPath, true);
123 mPathMeasure.setPath(mPath, true)
    [all...]
PathTest.java 72 setPath(path1);
110 setPath(path);
131 setPath(path);
223 setPath(path);
235 setPath(path);
256 setPath(path);
267 setPath(src);
277 setPath(src);
287 setPath(src);
328 setPath(path)
    [all...]
  /frameworks/compile/mclinker/include/mcld/
BitcodeOption.h 33 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
  /external/chromium_org/ui/gfx/
path_aura.cc 21 region->setPath(*this, clip_region);
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
77 (void)fBW.setPath(path, clip);
84 (void)fAA.setPath(path, &clip, doAA);
89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
92 return this->setPath(path, tmp, doAA);
SkRasterClip.h 42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
  /external/skia/src/core/
SkRasterClip.cpp 73 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
77 (void)fBW.setPath(path, clip);
84 (void)fAA.setPath(path, &clip, doAA);
89 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
92 return this->setPath(path, tmp, doAA);
SkRasterClip.h 42 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
  /external/skia/tests/
PathMeasureTest.cpp 97 meas.setPath(&path, false);
103 meas.setPath(&path, true);
114 meas.setPath(&path, false);
144 meas.setPath(&path, false);
180 meas.setPath(&path, false);
  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 59 static void setPath(JNIEnv* env, jobject clazz, PathMeasurePair* pair, const SkPath* path, jboolean forceClosed) {
65 pair->fMeasure.setPath(&pair->fPath, forceClosed);
122 {"native_setPath", "(IIZ)V", (void*) SkPathMeasureGlue::setPath },
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 53 cookie.setPath(value);
  /external/chromium_org/third_party/skia/include/core/
SkPathMeasure.h 18 for the lifetime of the measure object, or until setPath() is called with
26 for the lifetime of the measure object, or until setPath() is called with
30 void setPath(const SkPath*, bool forceClosed);
  /external/skia/include/core/
SkPathMeasure.h 18 for the lifetime of the measure object, or until setPath() is called with
26 for the lifetime of the measure object, or until setPath() is called with
30 void setPath(const SkPath*, bool forceClosed);
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 25 * setPath.
29 * is used. If the path is modified, you must call setPath with the path.
44 * is used. If the path is modified, you must call setPath with the path.
60 public void setPath(Path path, boolean forceClosed) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleModule.java 76 public void setPath(String path) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 186 Path setPath = dm.findPathByUri(uri, null);
188 if (setPath != null) {
189 mediaSet = (MediaSet) dm.getMediaObject(setPath);
193 data.putString(AlbumPage.KEY_MEDIA_PATH, setPath.toString());
198 data.putString(AlbumSetPage.KEY_MEDIA_PATH, setPath.toString());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 163 this.setPath = function(path){
251 this.setPath(args['path']);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 163 this.setPath = function(path){
251 this.setPath(args['path']);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
chrome_ex_oauthsimple.js 163 this.setPath = function(path){
251 this.setPath(args['path']);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauthsimple.js 163 this.setPath = function(path){
251 this.setPath(args['path']);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauthsimple.js 163 this.setPath = function(path){
251 this.setPath(args['path']);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java 71 boolean selected = mSelectionManager.isItemSelected(entry.setPath);
86 drawCachingPin(canvas, entry.setPath,
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 123 void setPath( char* path ); // for internal use only

Completed in 618 milliseconds

1 2 3 4 5 6 7