HomeSort by relevance Sort by last modified time
    Searched full:reload (Results 1 - 25 of 1130) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/sample/hotswap/
Test.java 12 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/chromium-trace/
init.js 2 reload();
5 function reload() { function
  /frameworks/base/test-runner/src/junit/runner/
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
13 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /external/chromium/chrome/browser/debugger/manual_tests/
debugger-pause-on-else-statements.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the (anonymous function) node
16 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
debugger-pause-on-for-in-statements.html 13 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select
16 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
debugger-pause-on-for-statements.html 11 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. When the debugger breaks, select the
14 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
debugger-exception-on-load.html 5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
highlight-source-line.html 1 <p>To test, open the DevTools and reload this page. Then open the Console and click the link for the markup error. You should see the line containing the error briefly highlighted in the source view.</p>
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 9 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';
  /dalvik/vm/mterp/x86/
alt_stub.S 5 * because rIBASE is caller save and we need to reload it.
16 je 1f # reload rIBASE & resume if not
21 movl offThread_curHandlerTable(%eax), rIBASE # reload rIBASE
  /external/llvm/test/CodeGen/PowerPC/
fp-branch.ll 5 define i1 @intcoord_cond_next55(double %tmp48.reload) {
16 %tmp57 = fcmp oge double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]
17 %tmp58 = fcmp uno double %tmp48.reload, 1.000000e+00 ; <i1> [#uses=1]
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 54 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/clang/test/CodeGen/
2002-02-13-ReloadProblem.c 3 /* This triggered a problem in reload, fixed by disabling most of the
6 * now it is skipped entirely, and since reload doesn't run, it can't cause
  /cts/tests/tests/webkitsecurity/assets/
form-associated-element-crash3.html 6 This test passes if it doesn't crash. Note: You might need to reload this test
  /dalvik/vm/mterp/armv5te/
OP_BREAKPOINT.S 11 FETCH(rINST, 0) @ reload OP_BREAKPOINT + rest of inst
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.h 16 // reload when Group Policy changes.
32 // Updates the watchers and schedules the reload task if appropriate.
35 // Post a reload notification and update the watch machinery.
36 void Reload();
  /external/chromium/chrome/browser/
repost_form_warning_controller.h 15 // This class is used to continue or cancel a pending reload when the
26 // Cancel the reload.
29 // Continue the reload.
44 // Tab contents, used to continue the reload.
  /external/junit/src/junit/runner/
TestSuiteLoader.java 11 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /external/llvm/test/Assembler/
2007-01-02-Undefined-Arg-Type.ll 7 define i1 @someFunc(i32* %tmp.71.reload, %typedef.bc_struct* %n1) {
  /external/webkit/LayoutTests/http/tests/appcache/
local-content.html 38 function reload()
40 // Reload to ensure that the main document was loaded from application cache.
41 window.location.reload();
46 applicationCache.addEventListener('cached', reload, false);
reload.html 25 setTimeout("frames[0].location.reload()", 0);
38 <iframe src="resources/reload-iframe.html"></iframe>
  /external/webkit/Source/WebCore/manual-tests/qt/
unload-alert.html 5 Reload me twice ensuring that this didn't result in a crash. Test added due to
  /external/openssh/contrib/suse/
rc.sshd 84 force-reload|reload)
85 ## Signal the daemon to reload its config. Most daemons
88 echo -n "Reload service sshd"
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/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 12 // user is shown a message indicating that a reload of the page is
14 // the reload right from the infobar.

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>