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

12

/external/chromium-trace/
H A Dinit.js2 reload();
5 function reload() { function
/external/openssh/contrib/redhat/
H A Dsshd.init65 reload() function
84 reload)
85 reload
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
/external/junit/src/junit/runner/
H A DStandardTestSuiteLoader.java20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
H A DTestSuiteLoader.java10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
H A DRepostFormWarningTest.java54 /** Verifies that confirming the form reload performs the reload. */
62 // Trigger a reload and wait for the warning to be displayed.
63 reload();
66 assertNotNull("Form resubmission warning not shown upon reload.", dialog);
78 * Verifies that cancelling the form reload prevents it from happening. Currently the test waits
89 // Trigger a reload and wait for the warning to be displayed.
90 reload();
93 assertNotNull("Form resubmission warning not shown upon reload.", dialog);
124 private void reload() throw method in class:RepostFormWarningTest
[all...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DNavigationTest.java40 private void reload(final ContentView contentView, method in class:NavigationTest
47 contentView.getContentViewCore().reload(true);
100 * the page loaded are different after the reload.
124 // Grab the timestamp after a reload and make sure they don't match.
125 reload(contentView, testCallbackHelperContainer);
/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DDOMPluginArray.cpp85 void DOMPluginArray::refresh(bool reload) argument
87 Page::refreshPlugins(reload);
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
H A Dvideo_player.js97 * Save the current state so that it survives page/app reload.
153 volumeManager.ensureInitialized(reload);
158 reload();
197 function reload() { function
H A Daudio_player.js77 reload();
93 function reload() { function
612 * Save the current state so that it survives page/app reload.
619 * Restore the state after page/app reload.
/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java75 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { method in class:CacheLoader
/external/bluetooth/bluedroid/gki/common/
H A Dgki_time.c200 INT32 reload; local
211 /* If continuous timer, set reload, else set it to 0 */
213 reload = ticks;
215 reload = 0;
256 gki_cb.com.OSTaskTmr0R[task_id] = reload;
263 gki_cb.com.OSTaskTmr1R[task_id] = reload;
270 gki_cb.com.OSTaskTmr2R[task_id] = reload;
277 gki_cb.com.OSTaskTmr3R[task_id] = reload;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DLocation.cpp233 void Location::reload(DOMWindow* activeWindow) function in class:WebCore::Location
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingCacheLoaders.java135 * old value on {@code reload} requests. The load counts are accessible via {@link #getLoadCount}
148 @GwtIncompatible("reload")
150 public ListenableFuture<Integer> reload(Integer key, Integer oldValue) { method in class:TestingCacheLoaders.IncrementingLoader
/external/javassist/src/main/javassist/util/
H A DHotSwapper.java63 * hs.reload("Test", classFile);
66 * <p><code>reload()</code>
71 * repatedly call <code>reload()</code> on the same <code>HotSwapper</code>
72 * object so that they can reload a number of classes.
142 /* Stops triggering a hotswapper when reload() is called.
155 public void reload(String className, byte[] classFile) { method in class:HotSwapper
170 public void reload(Map classFiles) { method in class:HotSwapper
203 throw new RuntimeException("failed to reload: " + msg);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_time.c198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
471 /* Set Timer 0 Expired event mask and reload timer */
494 /* Set Timer 1 Expired event mask and reload time
[all...]
/external/libnfc-nci/src/gki/common/
H A Dgki_time.c198 INT32 reload; local
209 /* If continuous timer, set reload, else set it to 0 */
211 reload = ticks;
213 reload = 0;
254 gki_cb.com.OSTaskTmr0R[task_id] = reload;
261 gki_cb.com.OSTaskTmr1R[task_id] = reload;
268 gki_cb.com.OSTaskTmr2R[task_id] = reload;
275 gki_cb.com.OSTaskTmr3R[task_id] = reload;
471 /* Set Timer 0 Expired event mask and reload timer */
494 /* Set Timer 1 Expired event mask and reload time
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentRoster.java89 * reloaded at a later point when the server responds to the reload request.
91 public void reload() { method in class:AgentRoster
/external/chromium_org/chrome/browser/chromeos/login/
H A Dsimple_web_view_dialog.cc63 views::View* reload,
89 layout->AddView(reload);
341 // Always reload ignoring cache.
61 Init(views::View* back, views::View* forward, views::View* reload, views::View* location_bar) argument
/external/chromium_org/content/browser/devtools/
H A Ddevtools_protocol_constants.h193 namespace reload { namespace in namespace:content::devtools::Page
198 } // reload
/external/qemu/hw/
H A Darmv7m_nvic.c39 uint32_t reload; member in struct:__anon25583::__anon25584
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
80 if (s->systick.reload == 0) {
133 return s->systick.reload;
146 if (val > s->systick.reload)
297 s->systick.reload = value;
299 case 0x18: /* SysTick Current Value. Writes reload the timer. */
373 qemu_put_be32(f, s->systick.reload);
386 s->systick.reload = qemu_get_be32(f);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp270 void Page::refreshPlugins(bool reload) argument
287 if (!reload)
297 framesNeedingReload[i]->loader().reload();
/external/smack/src/org/jivesoftware/smack/
H A DRoster.java191 * reloaded at a later point when the server responds to the reload request.
195 public void reload() { method in class:Roster
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest.java219 return reload();
233 protected Object reload() throws IOException, ClassNotFoundException { method in class:SerializationStressTest
H A DObjectOutputStreamTest.java1042 protected Object reload() throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
1189 return reload();
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js447 HistoryModel.prototype.reload = function() {
813 HistoryView.prototype.reload = function() {
814 this.model_.reload();
837 this.reload();
988 * to clear them out when we switch to a new page or reload.
1728 historyView.reload.bind(historyView));
2012 // TODO(dubroy): We should just reload the page & restore the checked items.
2014 historyView.reload();

Completed in 1860 milliseconds

12