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

1 2 3 4 5 6 7 8 9

  /dalvik/dx/src/junit/runner/
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 16 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
12 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /external/junit/src/junit/runner/
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 16 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
12 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /frameworks/base/test-runner/src/junit/runner/
TestSuiteLoader.java 8 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 17 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
ReloadingTestSuiteLoader.java 4 * A TestSuite loader that can reload classes.
13 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
  /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/armv5te/
OP_BREAKPOINT.S 11 FETCH(rINST, 0) @ reload OP_BREAKPOINT + rest of inst
  /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/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/webkit/Source/WebCore/plugins/
DOMPluginArray.idl 30 void refresh(in boolean reload);
DOMPluginArray.h 47 void refresh(bool reload);
DOMPluginArray.cpp 85 void DOMPluginArray::refresh(bool reload)
87 Page::refreshPlugins(reload);
  /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
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 29 public void reload(); method in interface:WidgetSource
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 19 fmrrd r0, r1, d0 @ reload orig operand
  /external/dbus/bus/
rc.messagebus.in 71 reload)
72 echo "Message bus can't reload its configuration, you have to restart it"
76 echo $"Usage: $0 {start|stop|status|restart|reload}"
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
  /external/chromium/chrome/browser/tab_contents/
language_state.cc 27 bool reload = details.entry->transition_type() == PageTransition::RELOAD ||
29 if (reload) {
  /external/e2fsprogs/misc/
uuidd.rc 45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbumSet.java 68 public long reload() { method in class:ComboAlbumSet
71 long version = mSets[i].reload();
  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.h 109 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);

Completed in 182 milliseconds

1 2 3 4 5 6 7 8 9