Searched refs:reload (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DServiceLoader.java93 * via the {@link #reload reload} method.
211 public void reload() { method in class:ServiceLoader
219 reload();
H A DResourceBundle.java1159 * <code>control.newBundle</code> to reload the resource bundle. If
1427 boolean reload) {
1439 cacheKey.getLoader(), reload);
1539 // If ja has expired, then it will reload ja and the list becomes a
1897 * boolean reload)
1909 * if (reload) {
2475 * <p>If the <code>reload</code> flag is <code>true</code>, it
2492 * Class#newInstance()}. Note that the <code>reload</code> flag is
2499 * If <code>reload</code> is <code>true</code>, {@link
2529 * @param reload
1424 loadBundle(CacheKey cacheKey, List<String> formats, Control control, boolean reload) argument
2561 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 DSerializationStressTest1.java271 // What happens if dumping causes an error and you try to reload ?
301 // What happens if dumping causes an error and you try to reload ?
328 // you try to reload ?
340 // you try to reload ?
1308 objLoaded = reload();
1354 objLoaded = reload();
1399 objLoaded = reload();
H A DObjectOutputStreamTest.java1050 protected Object reload() throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
1197 return reload();
H A DSerializationStressTest.java219 return reload();
233 protected Object reload() throws IOException, ClassNotFoundException { method in class:SerializationStressTest
H A DSerializationStressTest2.java1523 objLoaded = reload();
1563 objLoaded = reload();
1614 objLoaded = reload();

Completed in 135 milliseconds