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

1 2 3 4

  /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);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 60 void setPath(const String& path) { m_path = path; }
  /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 128 void setPath(const char path[]);
  /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) {
  /sdk/anttasks/src/com/android/ant/
NewSetupTask.java 299 element.setPath(androidTarget.getPath(IAndroidTarget.ANDROID_RS));
301 element.setPath(androidTarget.getPath(IAndroidTarget.ANDROID_RS_CLANG));
316 element.setPath(androidJar);
328 element.setPath(library.getJarPath());
469 element.setPath(libRootPath + "/" + SdkConstants.FD_OUTPUT +
472 element.setPath(libRootPath + "/" + SdkConstants.FD_RESOURCES);
476 element.setPath(libRootPath + "/" + SdkConstants.FD_NATIVE_LIBS);
481 element.setPath(libRootPath + "/" + SdkConstants.FD_OUTPUT +
490 element.setPath(jarFile.getAbsolutePath());
517 element.setPath(library.getAbsolutePath())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 178 Path setPath = dm.findPathByUri(uri);
180 if (setPath != null) {
181 mediaSet = (MediaSet) dm.getMediaObject(setPath);
185 data.putString(AlbumPage.KEY_MEDIA_PATH, setPath.toString());
188 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/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) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 247 * @tests java.net.HttpCookie#getPath(), setPath(String)
255 cookie.setPath("{}() test,; 43!@");
258 cookie.setPath(" test");
261 cookie.setPath("\u63DF\u64DE");
298 cookie.setPath("temp/subTemp");
420 cookie.setPath("temp\\e");
422 cookie2.setPath("temp\\E");
427 cookie2.setPath("temp\\e");
459 cookie.setPath("temp/22RuTh");
468 cookie.setPath(null)
    [all...]
  /external/skia/samplecode/
SampleOverflow.cpp 60 bool contains = rgn.setPath(path, clip);
  /external/webkit/Source/WebKit/chromium/src/
WebPasswordFormData.cpp 129 signonRealmURL.setPath("");
  /frameworks/base/core/java/android/net/
WebAddress.java 162 public void setPath(String path) {

Completed in 5666 milliseconds

1 2 3 4