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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
infinite_reload.py 3 # reload()ing. This module is imported by test_import.py:test_infinite_reload
8 imp.reload(infinite_reload)
  /external/python/cpython2/Lib/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/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)
  /frameworks/base/test-runner/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/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/llvm/include/llvm/DebugInfo/PDB/Raw/
SymbolStream.h 27 Error reload();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 29 public void reload(); method in interface:WidgetSource
  /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/autotest/utils/modelviz/
generate_schema_diagrams.py 27 # hack to force reload of settings and app list
30 reload(django.conf)
31 reload(loading)
  /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/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}"
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 34 Error reload();
SymbolStream.h 28 Error reload();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 34 Error reload();
SymbolStream.h 28 Error reload();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 34 Error reload();
SymbolStream.h 28 Error reload();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 34 Error reload();

Completed in 674 milliseconds

1 2 3 4 5 6 7 8 91011>>