Searched refs:getLocation (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMError.java85 public DOMLocator getLocation(); method in interface:DOMError
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMErrorImpl.java42 this.location = new DOMLocatorImpl(src.getLocation());
65 public final DOMLocator getLocation() { method in class:DOMErrorImpl
/libcore/luni/src/main/java/java/net/
H A DHttpRetryException.java70 public String getLocation() { method in class:HttpRetryException
H A DURLClassLoader.java613 URL u = codesource.getLocation();
/libcore/luni/src/main/java/java/security/
H A DCodeSource.java36 public final URL getLocation() { return null; } method in class:CodeSource
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DHttpRetryExceptionTest.java41 assertEquals("getLocation", ref.getLocation(), tst.getLocation());
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMErrorImpl.java73 public DOMLocator getLocation() { method in class:DOMErrorImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldHttpRetryExceptionTest.java49 assertEquals(locations[i], hre.getLocation());

Completed in 2195 milliseconds