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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
infinite_reload.py 3 # reload()ing. This module is imported by test_import.py:test_infinite_reload
8 imp.reload(infinite_reload)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
infinite_reload.py 3 # reload()ing. This module is imported by test_import.py:test_infinite_reload
8 imp.reload(infinite_reload)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
infinite_reload.py 3 # reload()ing. This module is imported by test_import.py:test_infinite_reload
8 imp.reload(infinite_reload)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
infinite_reload.py 3 # reload()ing. This module is imported by test_import.py:test_infinite_reload
8 imp.reload(infinite_reload)
  /external/junit/src/junit/runner/
TestSuiteLoader.java 10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
StandardTestSuiteLoader.java 20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
  /external/avahi/initscript/mandriva/
avahi-daemon.in 50 reload() {
82 reload)
83 reload
avahi-dnsconfd.in 50 reload() {
82 reload)
83 reload
  /external/avahi/initscript/gentoo/
avahi-daemon.in 5 opts="reload"
25 reload() {
avahi-dnsconfd.in 5 opts="reload"
24 reload() {
  /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/mdnsresponder/mDNSPosix/
mdnsd.sh 60 reload|restart|force-reload)
68 echo "Usage: /etc/init.d/mDNS {start|stop|reload|restart}"
  /external/avahi/initscript/suse/
avahi-daemon.in 46 force-reload|reload)
57 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload}"
avahi-dnsconfd.in 46 force-reload|reload)
57 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload}"
  /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
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 29 public void reload(); method in interface:WidgetSource
  /external/avahi/initscript/fedora/
avahi-daemon.in 72 reload() {
102 reload)
103 reload
avahi-dnsconfd.in 69 reload() {
99 reload)
100 reload
  /external/autotest/utils/modelviz/
generate_schema_diagrams.py 27 # hack to force reload of settings and app list
30 reload(django.conf)
31 reload(loading)
  /external/avahi/initscript/lfs/
avahi.in 30 reload)
44 echo "Usage: ${0} {start|stop|reload|restart|status}"
  /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}"
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterEmptyPromptSet.java 74 public long reload() { method in class:FilterEmptyPromptSet
75 return mBaseSet.reload();
SnailAlbum.java 32 public long reload() { method in class:SnailAlbum
  /external/selinux/policycoreutils/restorecond/
restorecond.init 18 # 3 - unimplemented feature (e.g. "reload")
78 force-reload|restart|reload)
85 echo $"Usage: $0 {start|stop|restart|force-reload|status|condrestart}"

Completed in 413 milliseconds

1 2 3 4 5 6 7 8 91011>>