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

1 2 3 4 5

  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
__init__.py 2 reload(auth)
3 reload(status)
4 reload(builders)
5 reload(schedulers)
  /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
  /libcore/junit/src/test/java/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/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/webkit/WebCore/plugins/
PluginArray.idl 30 void refresh(in boolean reload);
PluginArray.h 47 void refresh(bool reload);
PluginArray.cpp 85 void PluginArray::refresh(bool reload)
87 Page::refreshPlugins(reload);
  /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}"
messagebus.in 74 reload)
75 echo "Message bus can't reload its configuration, you have to restart it"
79 echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
  /external/e2fsprogs/misc/
uuidd.rc 45 force-reload|restart)
50 echo "Usage: /etc/init.d/uuidd {start|stop|restart|force-reload}"
  /external/webkit/WebCore/wml/
WMLRefreshElement.cpp 70 loader->reload();
  /external/qemu/hw/
armv7m_nvic.c 39 uint32_t reload; member in struct:__anon6290::__anon6291
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s);
80 if (s->systick.reload == 0) {
132 case 0x14: /* SysTick Reload Value. */
133 return s->systick.reload;
146 if (val > s->systick.reload)
296 case 0x14: /* SysTick Reload Value. */
297 s->systick.reload = value;
299 case 0x18: /* SysTick Current Value. Writes reload the timer. */
373 qemu_put_be32(f, s->systick.reload);
    [all...]
  /external/webkit/WebCore/page/
Location.idl 48 [Custom, V8OnInstance] void reload();
  /external/qemu/
qemu-timer.h 52 void ptimer_set_limit(ptimer_state *s, uint64_t limit, int reload);

Completed in 236 milliseconds

1 2 3 4 5