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

12345

/external/junit/src/junit/runner/
H A DTestSuiteLoader.java10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
H A DStandardTestSuiteLoader.java20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
/external/chromium-trace/
H A Dinit.js2 reload();
5 function reload() { function
/external/dnsmasq/contrib/Suse/
H A Drc.dnsmasq-suse54 force-reload)
55 $0 reload
58 reload)
71 test $NAMED_CONF -nt $NAMED_PID && echo reload
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/external/javassist/sample/hotswap/
H A DTest.java12 System.out.println("** reload a logging version");
14 hs.reload("HelloWorld", bytes);
20 System.out.println("** reload the original version");
22 hs.reload("HelloWorld", bytes);
/external/mdnsresponder/mDNSPosix/
H A Dmdnsd.sh60 reload|restart|force-reload)
68 echo "Usage: /etc/init.d/mDNS {start|stop|reload|restart}"
/external/webkit/Source/WebCore/plugins/
H A DDOMPluginArray.idl30 void refresh(in boolean reload);
H A DDOMPluginArray.cpp85 void DOMPluginArray::refresh(bool reload) argument
87 Page::refreshPlugins(reload);
H A DDOMPluginArray.h47 void refresh(bool reload);
/external/openssh/contrib/suse/
H A Drc.sshd84 force-reload|reload)
85 ## Signal the daemon to reload its config. Most daemons
111 ## Optional: Probe for the necessity of a reload,
112 ## give out the argument which is required for a reload.
114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dpage-reload-cancel-permission-requests.js9 if ("#reload" == location.hash)
21 // Kick off a position request and then reload the page, this should set up
23 // permission request should still be outstanding by page reload.
34 location.hash = '#reload';
35 location.reload();
40 iframe.src = 'resources/page-reload-cancel-permission-requests-inner.html';
/external/chromium/chrome/browser/tab_contents/
H A Dlanguage_state.cc27 bool reload = details.entry->transition_type() == PageTransition::RELOAD ||
29 if (reload) {
/external/e2fsprogs/misc/
H A Duuidd.rc45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestNavigationController.h109 virtual bool navigate(const TestNavigationEntry&, bool reload) = 0;
122 // Causes the controller to reload the current (or pending) entry.
123 void reload();
151 // Returns the index from which we would go back/forward or reload. This is
181 void navigateToPendingEntry(bool reload);
H A DTestNavigationController.cpp94 void TestNavigationController::reload() function in class:TestNavigationController
99 // If we are no where, then we can't reload. TODO(darin): We should add a
256 void TestNavigationController::navigateToPendingEntry(bool reload) argument
264 if (m_host->navigate(*m_pendingEntry.get(), reload)) {
/external/webkit/Source/WebCore/wml/
H A DWMLRefreshElement.cpp75 loader->reload();
/external/openssh/contrib/caldera/
H A Dsshd.init21 # Hack-Alert(TM)! This is necessary to get around the 'reload'-problem
97 force-reload|reload)
118 echo "Usage: $SVIscript {[re]start|stop|[force-]reload|status}"
/external/qemu/hw/
H A Darmv7m_nvic.c39 uint32_t reload; member in struct:__anon11621::__anon11622
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/webkit/Source/WebCore/page/
H A DLocation.idl50 [Custom, V8OnInstance] void reload();
/external/webkit/Source/WebCore/inspector/front-end/
H A DSourceFile.js46 this._resource.addEventListener("finished", this.reload.bind(this));
96 this.reload();
104 reload: function()
228 this.reload();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.h167 @method reload
170 - (void)reload;
174 @discussion Performs HTTP/1.1 end-to-end reload.
/external/webkit/Tools/MiniBrowser/mac/
H A DBrowserWindowController.h42 - (IBAction)reload:(id)sender;
/external/dropbear/debian/
H A Ddropbear.init44 restart|force-reload)
56 echo "Usage: $N {start|stop|restart|force-reload}" >&2
/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);

Completed in 1256 milliseconds

12345