Searched defs:reload (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DServiceLoader.java94 * via the {@link #reload reload} method.
216 public void reload() { method in class:ServiceLoader
227 reload();
H A DResourceBundle.java1210 * <code>control.newBundle</code> to reload the resource bundle. If
1483 boolean reload) {
1495 cacheKey.getLoader(), reload);
1595 // If ja has expired, then it will reload ja and the list becomes a
1955 * boolean reload)
1967 * if (reload) {
2540 * <p>If the <code>reload</code> flag is <code>true</code>, it
2557 * Class#newInstance()}. Note that the <code>reload</code> flag is
2564 * If <code>reload</code> is <code>true</code>, {@link
2594 * @param reload
1480 loadBundle(CacheKey cacheKey, List<String> formats, Control control, boolean reload) argument
2626 newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) argument
[all...]
/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectOutputStreamTest.java398 protected Object reload() throws IOException, ClassNotFoundException { method in class:OldObjectOutputStreamTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest.java219 return reload();
233 protected Object reload() throws IOException, ClassNotFoundException { method in class:SerializationStressTest
H A DObjectOutputStreamTest.java1050 protected Object reload() throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
1197 return reload();

Completed in 147 milliseconds