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

1 2 3 4 5 6 7 8

  /external/openssh/contrib/redhat/
sshd.init 65 reload() function
84 reload)
85 reload
103 echo $"Usage: $0 {start|stop|restart|reload|condrestart|status}"
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
TestSuiteLoader.java 10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /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
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoaderTest.java 65 public ListenableFuture<Object> reload(Object key, Object oldValue) {
82 baseLoader.reload(new Object(), new Object());
93 asyncReloader.reload(new Object(), new Object());
  /external/guava/guava/src/com/google/common/cache/
CacheLoader.java 87 * @throws Exception if unable to reload the result
94 public ListenableFuture<V> reload(K key, V oldValue) throws Exception { method in class:CacheLoader
173 * {@link CacheLoader#reload} using {@code executor}.
175 * <p>This method is useful only when {@code loader.reload} has a synchronous implementation,
176 * such as {@linkplain #reload the default implementation}.
193 public ListenableFuture<V> reload(final K key, final V oldValue) throws Exception { method in class:CacheLoader
197 return loader.reload(key, oldValue).get();
  /external/lldb/test/expression_command/issue_11588/
Test11588.py 45 self.runCmd("command script import --allow-reload s11588.py") namespace
  /external/lldb/test/functionalities/command_script/import/rdar-12586188/
TestRdar12586188.py 24 self.expect("command script import ./fail12586188.py --allow-reload", namespace
26 self.expect("command script import ./fail212586188.py --allow-reload", namespace
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SingleItemAlbum.java 65 public long reload() { method in class:SingleItemAlbum
SnailAlbum.java 32 public long reload() { method in class:SnailAlbum
ComboAlbum.java 84 public long reload() { method in class:ComboAlbum
87 long version = mSets[i].reload();
ComboAlbumSet.java 77 public long reload() { method in class:ComboAlbumSet
80 long version = mSets[i].reload();
FilterEmptyPromptSet.java 74 public long reload() { method in class:FilterEmptyPromptSet
75 return mBaseSet.reload();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetSource.java 29 public void reload(); method in interface:WidgetSource
  /external/lldb/test/functionalities/breakpoint/breakpoint_command/
TestBreakpointCommand.py 86 self.runCmd("command script import --allow-reload ./bktptcmd.py") namespace
  /external/lldb/test/functionalities/data-formatter/data-formatter-python-synth/
TestDataFormatterPythonSynth.py 230 self.runCmd("command script import ./ftsp.py --allow-reload") namespace
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 156 self.runCmd("command script import --allow-reload ./jas_synth.py") namespace
  /external/lldb/test/functionalities/command_script/import/
TestImport.py 39 self.runCmd("command script import ./foo/foo.py --allow-reload") namespace
40 self.runCmd("command script import ./foo/foo2.py --allow-reload") namespace
41 self.runCmd("command script import ./foo/bar/foobar.py --allow-reload") namespace
42 self.runCmd("command script import ./bar/bar.py --allow-reload") namespace
50 self.runCmd("command script import --allow-reload ./thepackage") namespace
56 self.expect("command script import --allow-reload ./dummymodule.py", error=False) namespace
  /external/selinux/policycoreutils/setsebool/
setsebool.c 21 int reload = 1; variable
56 reload = 0;
205 semanage_set_reload(handle, reload);
  /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.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/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.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/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__))

Completed in 438 milliseconds

1 2 3 4 5 6 7 8