HomeSort by relevance Sort by last modified time
    Searched refs:reload (Results 1 - 25 of 410) 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
  /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}"
  /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/chromium_org/third_party/WebKit/Source/core/plugins/
PluginArray.idl 29 void refresh([Default=Undefined] optional boolean 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
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
102 # reload modules with duplicate names
103 reload(__import__(modname))
112 """Update sys.path, reload gdb and auto-load packages."""
123 # note that reload overwrites the gdb module without deleting existing
125 reload(__import__(__name__))
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
102 # reload modules with duplicate names
103 reload(__import__(modname))
112 """Update sys.path, reload gdb and auto-load packages."""
123 # note that reload overwrites the gdb module without deleting existing
125 reload(__import__(__name__))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/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/darwin-x86/arm/arm-linux-androideabi-4.8/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/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
102 # reload modules with duplicate names
103 reload(__import__(modname))
112 """Update sys.path, reload gdb and auto-load packages."""
123 # note that reload overwrites the gdb module without deleting existing
125 reload(__import__(__name__))
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/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/darwin-x86/x86/x86_64-linux-android-4.9/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/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
102 # reload modules with duplicate names
103 reload(__import__(modname))
112 """Update sys.path, reload gdb and auto-load packages."""
123 # note that reload overwrites the gdb module without deleting existing
125 reload(__import__(__name__))
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
__init__.py 22 # Python 3 moved "reload"
23 from imp import reload namespace
102 # reload modules with duplicate names
103 reload(__import__(modname))
112 """Update sys.path, reload gdb and auto-load packages."""
123 # note that reload overwrites the gdb module without deleting existing
125 reload(__import__(__name__))
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/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__))

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 91011>>