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

1 2 3

  /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 85 mPathMeasure.setPath(mPath, true);
87 mPathMeasure.setPath(mPath, true);
101 mPathMeasure.setPath(mPath, true);
113 mPathMeasure.setPath(mPath, true);
128 measure.setPath(circle, true);
134 measure.setPath(line, false);
136 measure.setPath(line, true);
142 method = "setPath",
146 mPathMeasure.setPath(mPath, true);
158 mPathMeasure.setPath(mPath, true)
    [all...]
PathTest.java 136 setPath(path1);
210 setPath(path);
260 setPath(path);
451 setPath(path);
475 setPath(path);
508 setPath(path);
538 setPath(src);
560 setPath(src);
582 setPath(src);
666 setPath(path)
    [all...]
  /external/skia/tests/
PathMeasureTest.cpp 19 meas.setPath(&path, false);
25 meas.setPath(&path, true);
  /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);
CookieSpecBase.java 82 cookie.setPath(getDefaultPath(origin));
RFC2965Spec.java 81 cookie.setPath(getDefaultPath(origin));
89 cookie.setPath(getDefaultPath(origin));
BasicClientCookie.java 213 * @see #setPath(java.lang.String)
227 public void setPath(String path) {
  /external/skia/include/core/
SkPathMeasure.h 27 for the lifetime of the measure object, or until setPath() is called with
35 for the lifetime of the measure object, or until setPath() is called with
39 void setPath(const SkPath*, bool forceClosed);
SkStream.h 127 void setPath(const char path[]);
  /external/webkit/WebCore/rendering/
RenderPath.h 57 void setPath(const Path&);
RenderPath.cpp 176 void RenderPath::setPath(const Path& newPath)
191 setPath(element->toPathData());
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 24 * setPath.
28 * is used. If the path is modified, you must call setPath with the path.
42 * is used. If the path is modified, you must call setPath with the path.
58 public void setPath(Path path, boolean forceClosed) {
  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 123 void setPath( char* path ); // for internal use only
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 123 void setPath( char* path ); // for internal use only
  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.h 94 - (void)setPath:(NSString *)thePath;
  /frameworks/base/core/java/android/webkit/
Plugin.java 120 public void setPath(String path) {
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 279 element.setPath(androidJar);
291 element.setPath(library.getJarPath());
513 element.setPath(path + "/" + sourceDir);
517 element.setPath(path + "/" + SdkConstants.FD_RESOURCES);
521 element.setPath(path + "/" + SdkConstants.FD_NATIVE_LIBS);
529 element.setPath(jarFile.getAbsolutePath());
  /external/webkit/WebKit/chromium/src/
WebPasswordFormData.cpp 129 signonRealmURL.setPath("");
  /libcore/luni/src/test/java/libcore/java/net/
CookiesTest.java 253 cookieA.setPath("/");
257 cookieB.setPath("/");
380 cookieA.setPath("/source");
383 cookieA.setPath("/p/android");
427 cookieA.setPath("/source/");
  /libcore/luni/src/main/java/java/net/
CookieManager.java 174 cookie.setPath(pathToCookiePath(uri.getPath()));
  /external/webkit/WebKit/wx/
WebFrame.cpp 235 kurl.setPath("//" + kurl.path());
239 kurl.setPath("//" + kurl.path());
  /external/skia/src/core/
SkPathMeasure.cpp 372 fIter.setPath(path, forceClosed);
379 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) {
386 fIter.setPath(*path, forceClosed);

Completed in 487 milliseconds

1 2 3