Home
last modified time | relevance | path

Searched defs:getResource (Results 1 – 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/util/
DResourceLoader.java45 public static URL getResource (final String name) in getResource() method in ResourceLoader
92 public static URL getResource (final String name, final ClassLoader loader) in getResource() method in ResourceLoader
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DUtilities.js26 function getResource(url, callback) { function
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java39 public static URL getResource(String name, ClassLoader loader) in getResource() method in ConsumerProperties
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarExecTest.java241 private static byte[] getResource(File tempDir, String resourceName) throws IOException { in getResource() method in JarExecTest
DZipExecTest.java251 private static byte[] getResource(File tempDir, String resourceName) throws IOException { in getResource() method in ZipExecTest
/external/junit/src/junit/runner/
DTestCaseClassLoader.java73 public URL getResource(String name) { in getResource() method in TestCaseClassLoader
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoader.java159 public final URL getResource (final String name) in getResource() method in InstrClassLoader
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java64 public URL getResource(String res) { in getResource() method in URLClassLoaderTest.BogusClassLoader