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

1 2 3 4 5 6 7 8 91011>>

  /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)
test_imp.py 42 """Very basic tests to make sure that imp.reload() operates just like
43 reload()."""
55 imp.reload(os)
60 imp.reload(time)
65 imp.reload(marshal)
  /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)
test_imp.py 42 """Very basic tests to make sure that imp.reload() operates just like
43 reload()."""
55 imp.reload(os)
60 imp.reload(time)
65 imp.reload(marshal)
  /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/chromium-trace/
init.js 2 reload();
5 function reload() { function
  /dalvik/vm/mterp/armv5te/
OP_BREAKPOINT.S 11 FETCH(rINST, 0) @ reload OP_BREAKPOINT + rest of inst
  /dalvik/vm/mterp/mips/
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/mdnsresponder/mDNSPosix/
mdnsd.sh 60 reload|restart|force-reload)
68 echo "Usage: /etc/init.d/mDNS {start|stop|reload|restart}"
  /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
  /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/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}"
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 19 fmrrd r0, r1, d0 @ reload orig operand
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginArray.idl 28 void refresh([Default=Undefined] optional boolean reload);
DOMPluginArray.h 47 void refresh(bool 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/openssh/contrib/redhat/
sshd.init 65 reload() function
84 reload)
85 reload
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
100 # reload modules with duplicate names
101 reload(__import__(modname))
110 """Update sys.path, reload gdb and auto-load packages."""
121 # note that reload overwrites the gdb module without deleting existing
123 reload(__import__(__name__))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
100 # reload modules with duplicate names
101 reload(__import__(modname))
110 """Update sys.path, reload gdb and auto-load packages."""
121 # note that reload overwrites the gdb module without deleting existing
123 reload(__import__(__name__))
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]

Completed in 1345 milliseconds

1 2 3 4 5 6 7 8 91011>>