Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DServiceLoader.java1075 ServiceConfigurationError nextError; field in ServiceLoader.LazyClassPathLookupIterator
1182 while (nextProvider == null && nextError == null) { in hasNextService()
1212 nextError = e; in hasNextService()
1226 ServiceConfigurationError e = nextError; in nextService()
1228 nextError = null; in nextService()