Searched defs:getPath (Results 1 - 25 of 78) sorted by relevance

1234

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPPropertyInfo.java32 String getPath(); method in interface:XMPPropertyInfo
/external/apache-http/src/org/apache/http/cookie/
H A DCookieOrigin.java81 public String getPath() { method in class:CookieOrigin
H A DCookie.java106 String getPath(); method in interface:Cookie
/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h63 StringRef getPath() const { function in class:llvm::FileOutputBuffer
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DPath.java52 public static Box getPath(Box box, String path) { method in class:Path
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.cpp106 Path RenderDetailsMarker::getPath(const LayoutPoint& origin) const function in class:WebCore::RenderDetailsMarker
136 paintInfo.context->fillPath(getPath(boxOrigin));
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp83 string getPath(const string &Dir, const string &Filename) { function in class:__anon22824::TestDebugIR
101 string Path(getPath(Dir, File));
145 string ExpectedPath(getPath(cwd, Filename));
171 string ExpectedPath(getPath(cwd, Filename));
183 string UnexpectedPath(getPath(cwd, "UnexpectedFilename"));
191 string ExpectedPath(getPath(cwd, Filename));
205 string ExpectedPath(getPath(cwd, Filename));
223 string ExpectedPath(getPath(cwd, Filename));
251 string ExpectedPath(getPath(cwd, Filename));
261 string ExpectedPath(getPath(cw
[all...]
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DRecordedRequest.java74 public String getPath() { method in class:RecordedRequest
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPath.cpp70 SkPath& path = getPath();
101 SkPath& SkDrawPath::getPath() { function in class:SkDrawPath
138 const SkPath& path = ((SkDrawPath*) this)->getPath();
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DImplHandler.java82 public String getPath() { method in class:ImplHandler.ImplThreadLocal
146 if (local.getPath() != null){
147 locator.setRootPath((String) local.getPath());
201 if (locator.getPath().equals(rootPath) &&
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmapDrawable.java86 public String getPath() { method in class:ShadowBitmapDrawable
/external/skia/src/animator/
H A DSkDrawPath.cpp70 SkPath& path = getPath();
101 SkPath& SkDrawPath::getPath() { function in class:SkDrawPath
138 const SkPath& path = ((SkDrawPath*) this)->getPath();
/external/smack/src/org/jivesoftware/smack/
H A DServerTrustManager.java71 in = new FileInputStream(options.getPath());
286 public String getPath() { method in class:ServerTrustManager.KeyStoreOptions
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicClientCookie.java215 public String getPath() { method in class:BasicClientCookie
224 * @see #getPath
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp170 DecimalFormatTest::getPath(char *buffer, const char *filename) { function in class:DecimalFormatTest
189 srcPath=getPath(tdd, "dcfmtest.txt");
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.h120 const SkPath& getPath(SkReader32& reader) { function in class:SkPicturePlayback
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DAbstractResults.java151 String getPath() { method in class:AbstractResults
152 String path = this.parent==null || this.parent.parent==null ? "" : this.parent.getPath() + ">"; //$NON-NLS-1$ //$NON-NLS-2$
252 return getPath();
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DMotionTrack.java398 public MotionPath getPath() { method in class:MotionTrack
/external/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h190 /// getPath - Return the n'th node in the path from the entry node to the
192 NodeType *getPath(unsigned n) const { function in class:llvm::df_iterator
/external/skia/src/core/
H A DSkPicturePlayback.h120 const SkPath& getPath(SkReader32& reader) { function in class:SkPicturePlayback
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java347 m_path = p_other.getPath();
464 m_path = p_base.getPath();
503 String basePath = p_base.getPath();
951 public String getPath(boolean p_includeQueryString, method in class:URI
978 public String getPath() method in class:URI
1259 else if (getPath() == null)
1298 else if (getPath() == null)
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java344 m_path = p_other.getPath();
484 m_path = p_base.getPath();
523 String basePath = p_base.getPath();
971 public String getPath(boolean p_includeQueryString, method in class:URI
998 public String getPath() method in class:URI
1279 else if (getPath() == null)
1318 else if (getPath() == null)
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c385 static const char *getPath(char buffer[2048], const char *filename) { function
401 font = le_portableFontOpen(getPath(path, fontName), 12, &fontStatus);
495 const char *testFilePath = getPath(path, "letest.xml");
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h89 const SkPath& getPath() const { return fPath; } function in class:SkClipStack::Element
/external/icu4c/test/intltest/
H A Ddcfmtest.cpp170 DecimalFormatTest::getPath(char *buffer, const char *filename) { function in class:DecimalFormatTest
189 srcPath=getPath(tdd, "dcfmtest.txt");

Completed in 2065 milliseconds

1234