OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URLClassPath
(Results
1 - 13
of
13
) sorted by null
/external/javassist/src/main/javassist/
URLClassPath.java
28
public class
URLClassPath
implements ClassPath {
41
* The <code>
URLClassPath
</code> obtains a class file from:
59
public
URLClassPath
(String host, int port,
/libcore/ojluni/src/main/java/java/net/
URLClassLoader.java
53
import sun.misc.
URLClassPath
;
75
private final
URLClassPath
ucp;
106
ucp = new
URLClassPath
(urls);
118
ucp = new
URLClassPath
(urls);
150
ucp = new
URLClassPath
(urls);
161
ucp = new
URLClassPath
(urls);
193
ucp = new
URLClassPath
(urls, factory);
771
public
URLClassPath
getURLClassPath (URLClassLoader u) {
/libcore/ojluni/src/main/java/sun/misc/
URLClassPath.java
63
public class
URLClassPath
{
73
new sun.security.action.GetPropertyAction("sun.misc.
URLClassPath
.debug")) != null);
75
new sun.security.action.GetPropertyAction("sun.misc.
URLClassPath
.disableJarChecking"));
98
* Creates a new
URLClassPath
for the given URLs. The URLs will be
107
public
URLClassPath
(URL[] urls, URLStreamHandlerFactory factory) {
117
public
URLClassPath
(URL[] urls) {
195
System.err.println("
URLClassPath
.getResource(\"" + name + "\")");
500
URLClassPath
.check(url);
535
URLClassPath
.check(url);
677
// will not be created for them by
URLClassPath
.getLoader(int
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
ClassLoader.java
59
import sun.misc.
URLClassPath
;
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
/external/guice/extensions/persist/lib/
javassist.jar
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
/prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar
/libcore/
openjdk_java_files.mk
[
all
...]
Completed in 601 milliseconds