Home
last modified time | relevance | path

Searched refs:getLoader (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java470 private static ClassLoader getLoader(Class<?> caller) { in getLoader() method in ResourceBundle
600 ClassLoader getLoader() { in getLoader() method in ResourceBundle.CacheKey
645 ClassLoader loader = getLoader(); in calculateHashCode()
700 return "CacheKey[" + name + ", lc=" + l + ", ldr=" + getLoader() in toString()
772 getLoader(Reflection.getCallerClass()), in getBundle()
814 getLoader(Reflection.getCallerClass()), in getBundle()
844 getLoader(Reflection.getCallerClass()), in getBundle()
889 getLoader(Reflection.getCallerClass()), in getBundle()
1499 cacheKey.getLoader(), reload); in loadBundle()
1646 key.getLoader(), in findBundleInCache()
[all …]
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java437 if (getLoader(index) == null) {
503 return getLoader(index);
512 private synchronized Loader getLoader(int index) {
538 loader = getLoader(url);
571 private Loader getLoader(final URL url) throws IOException {
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java128 private synchronized sun.misc.URLClassPath.Loader getLoader(int index) { in getLoader() method in URLClassPath
132 private sun.misc.URLClassPath.Loader getLoader(java.net.URL url) throws java.io.IOException { in getLoader() method in URLClassPath