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

1 2 3 4 5

  /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...]
  /external/skia/src/core/
SkRasterClip.cpp 67 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
71 return fBW.setPath(path, clip);
78 return fAA.setPath(path, &clip, doAA);
82 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
85 return this->setPath(path, tmp, doAA);
88 bool SkRasterClip::setPath(const SkPath& path, const SkRasterClip& clip,
91 return this->setPath(path, clip.bwRgn(), doAA);
95 if (!this->setPath(path, clip, doAA)) {
SkRasterClip.h 34 bool setPath(const SkPath& path, const SkRegion& clip, bool doAA);
35 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
36 bool setPath(const SkPath& path, const SkRasterClip&, bool doAA);
  /sdk/anttasks/src/com/android/ant/
ComputeDependencyTask.java 148 element.setPath(libRootPath + '/' + SdkConstants.FN_ANDROID_MANIFEST_XML);
153 element.setPath(libRootPath + '/' + SdkConstants.FD_OUTPUT +
156 element.setPath(libRootPath + '/' + SdkConstants.FD_RESOURCES);
161 element.setPath(libRootPath + '/' + SdkConstants.FD_NATIVE_LIBS);
166 element.setPath(libRootPath + '/' + SdkConstants.FD_OUTPUT +
183 element.setPath(libRootPath + "/" + SdkConstants.FD_OUTPUT +
275 element.setPath(f.getAbsolutePath());
ComputeProjectClasspathTask.java 81 element.setPath(p);
89 element.setPath(p);
GetUiTargetTask.java 136 element.setPath(androidJar);
139 element.setPath(uiAutomatorJar);
151 element.setPath(jarPath);
GetLibraryPathTask.java 83 element.setPath(sb.toString());
195 element.setPath(library.getAbsolutePath());
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 60 void setPath(const String& path) { m_path = path; }
  /external/skia/bench/
AAClipBench.cpp 49 clip.setPath(fPath, &fRegion, fDoAA);
71 fRegion.setPath(path, SkRegion(bounds));
  /external/skia/tests/
PathMeasureTest.cpp 26 meas.setPath(&path, false);
32 meas.setPath(&path, true);
54 meas.setPath(&path, false);
82 meas.setPath(&path, false);
112 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/skia/samplecode/
SampleAAClip.cpp 88 aaclip.setPath(path);
94 aaclip2.setPath(path);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 53 cookie.setPath(value);
  /external/skia/include/core/
SkPathMeasure.h 20 for the lifetime of the measure object, or until setPath() is called with
28 for the lifetime of the measure object, or until setPath() is called with
32 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) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.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']);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java 68 boolean selected = mSelectionManager.isItemSelected(entry.setPath);
83 drawCachingPin(canvas, entry.setPath,
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 123 void setPath( char* path ); // for internal use only
  /frameworks/base/core/java/android/webkit/
Plugin.java 139 public void setPath(String path) {

Completed in 1721 milliseconds

1 2 3 4 5