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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 93 void setPath(String path);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 74 mPathMeasure.setPath(mPath, true);
76 mPathMeasure.setPath(mPath, true);
86 mPathMeasure.setPath(mPath, true);
94 mPathMeasure.setPath(mPath, true);
105 measure.setPath(circle, true);
111 measure.setPath(line, false);
113 measure.setPath(line, true);
119 mPathMeasure.setPath(mPath, true);
127 mPathMeasure.setPath(mPath, true);
140 mPathMeasure.setPath(mPath, true)
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasRequestSetPath.java 59 hs = session.setPath(mHeaderSet, false, false);
62 hs = session.setPath(mHeaderSet, true, false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
RequestSetPath.java 57 hs = session.setPath(mHeaderSet, false, false);
60 hs = session.setPath(mHeaderSet, true, false);
  /external/skia/experimental/svg/model/
SkSVGPath.h 19 void setPath(const SkPath& path) { fPath = path; }
SkSVGPath.cpp 20 this->setPath(*path);
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 31 node->setPath("/dev/input/event0");
56 node->setPath("/dev/input/event1");
75 node->setPath("/dev/input/event2");
94 node->setPath("/dev/input/event3");
118 node->setPath("/dev/input/event4");
136 node->setPath("/dev/input/event5");
158 node->setPath("/dev/input/event0");
176 node->setPath("/dev/input/event1");
194 node->setPath("/dev/input/event2");
213 node->setPath("/dev/input/event3")
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
AbstractFileSystemEntryTestCase.groovy 40 entry.setPath(PATH)
50 entry.setPath("")
78 entry.setPath(path)
AbstractFakeFileSystemTestCase.groovy 44 shouldFail { dirEntry.setPath('abc') }
45 shouldFail { fileEntry.setPath('abc') }
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystemException.java 65 public void setPath(String path) {
AbstractFileSystemEntry.java 109 public void setPath(String path) {
  /external/skia/tests/
PathMeasureTest.cpp 91 meas.setPath(&path, false);
97 meas.setPath(&path, true);
108 meas.setPath(&path, false);
138 meas.setPath(&path, false);
174 meas.setPath(&path, false);
215 stdm.setPath(&p, false);
  /external/skia/src/core/
SkRasterClip.cpp 227 bool SkRasterClip::setPath(const SkPath& path, const SkRegion& clip, bool doAA) {
231 (void)fBW.setPath(path, clip);
238 (void)fAA.setPath(path, &clip, doAA);
279 return this->setPath(devPath, this->bwRgn(), doAA);
283 clip.setPath(devPath, base, doAA);
290 return this->setPath(devPath, base, doAA);
293 clip.setPath(devPath, base, doAA);
299 bool SkRasterClip::setPath(const SkPath& path, const SkIRect& clip, bool doAA) {
302 return this->setPath(path, tmp, doAA);
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ContinuingHttpServletRequest.java 104 super.setPath(original.getPath());
127 @Override public void setPath(String uri) {
  /external/skia/samplecode/
SampleAAClip.cpp 86 aaclip.setPath(path);
92 aaclip2.setPath(path);
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 59 cookie.setPath(value);
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
TaperedPathStroke.java 39 pm.setPath(p,false);
  /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) {
  /external/skia/gm/
convexpolyclip.cpp 104 fClips.addToTail()->setPath(tri);
121 fClips.addToTail()->setPath(hexagon);
126 fClips.addToTail()->setPath(hexagon);
136 fClips.addToTail()->setPath(rotRect);
261 void setPath(const SkPath& path) {
simpleaaclip.cpp 72 clip->setPath(fBasePath, nullptr, true);
75 clip2.setPath(fRectPath, nullptr, true);
  /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());
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconMaskTest.java 100 maskRegion.setPath(mMask, maskRegion);
104 safeZoneRegion.setPath(mSafeZone, safeZoneRegion);
  /external/skia/bench/
MeasureBench.cpp 48 this->setPath();
54 void setPath() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java 71 boolean selected = mSelectionManager.isItemSelected(entry.setPath);
86 drawCachingPin(canvas, entry.setPath,
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 144 void setPath( char* path ); // for internal use only

Completed in 2235 milliseconds

1 2 3 4 5 6 7 8 91011>>