Home
last modified time | relevance | path

Searched refs:getNextLoader (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java214 for (int i = 0; (loader = getNextLoader(cache, i)) != null; i++) { in findResource()
238 for (int i = 0; (loader = getNextLoader(cache, i)) != null; i++) { in getResource()
266 while ((loader = getNextLoader(cache, index++)) != null) { in findResources()
314 while ((loader = getNextLoader(cache, index++)) != null) { in getResources()
487 private synchronized Loader getNextLoader(int[] cache, int index) {
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java124 private synchronized sun.misc.URLClassPath.Loader getNextLoader(int[] cache, int index) { in getNextLoader() method in URLClassPath