Searched defs:resolve (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/javax/xml/transform/
H A DURIResolver.java37 * and the processor should try to resolve the URI itself.
40 * resolve the URI.
42 public Source resolve(String href, String base) method in interface:URIResolver
/libcore/luni/src/test/java/libcore/java/net/
H A DOldAndroidURITest.java39 resolve("http://www.google.com/your",
44 private static void resolve(String base, String uri, String expected) { method in class:OldAndroidURITest
46 URI resolved = b.resolve(uri);
/libcore/luni/src/main/java/libcore/reflect/
H A DTypeVariableImpl.java79 // resolve() looks up the next level only, if null is returned
101 void resolve() { method in class:TypeVariableImpl
119 resolve();
124 resolve();
/libcore/luni/src/main/java/java/io/
H A DObjectStreamField.java287 void resolve(ClassLoader loader) { method in class:ObjectStreamField
/libcore/libart/src/main/java/java/lang/
H A DClassLoader.java485 * {@code resolve} parameter is ignored; classes are never linked.
491 * @param resolve
498 protected Class<?> loadClass(String className, boolean resolve) throws ClassNotFoundException { argument
836 protected Class<?> loadClass(String className, boolean resolve) argument
/libcore/luni/src/main/java/java/net/
H A DURI.java63 * #resolve} to compute the referenced absolute URI. Symmetrically, you can use
71 * System.out.println(absolute.resolve(relative));
1190 public URI resolve(URI relative) { method in class:URI
1262 public URI resolve(String relative) { method in class:URI
1263 return resolve(create(relative));
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 8327 milliseconds