HomeSort by relevance Sort by last modified time
    Searched defs:reload (Results 51 - 75 of 387) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 34 module, as well as interfaces to reload and unload a module. It also
36 default __import__ and reload (and unload) functions.
49 would also do wise to install a different version of reload().
371 def reload(self, module, path = None): member in class:BasicModuleImporter
375 raise ImportError, "Module %s not found for reload" % name
384 self.save_reload = __builtin__.reload
389 __builtin__.reload = self.reload
394 __builtin__.reload = self.save_reload
534 def reload(self, module) member in class:ModuleImporter
    [all...]
  /external/scapy/scapy/arch/windows/
__init__.py 722 def reload(self): member in class:NetworkInterfaceDict
723 """Reload interface list"""
    [all...]
  /external/scapy/scapy/
data.py 274 def reload(self, filename = None): member in class:KnowledgeBase
  /external/selinux/policycoreutils/semodule/
semodule.c 29 LIST_M, RELOAD, PRIORITY_M, ENABLE_M, DISABLE_M
46 static int reload; variable
126 printf(" -R, --reload reload policy\n");
127 printf(" -B, --build build and reload policy\n");
139 printf(" -N,-n,--noreload do not reload policy after commit\n");
191 {"reload", 0, NULL, 'R'},
208 reload = 0;
260 reload = 1;
296 if ((build || reload) && num_commands)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ExtensionControllerImpl.java 154 public T reload() { method in class:ExtensionControllerImpl.ExtensionImpl
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaSet.java 103 * Method {@link #reload()} may process the loading task in background, this method tells
173 // Reload the content. Return the current data version. reload() should be called
175 public abstract long reload(); method in class:MediaSet
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 398 protected Object reload() throws IOException, ClassNotFoundException { method in class:OldObjectOutputStreamTest
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 273 public long reload() { method in class:SlideshowPage.ShuffleSource
274 long version = mMediaSet.reload();
347 public long reload() { method in class:SlideshowPage.SequentialSource
348 long version = mMediaSet.reload();
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 94 mServiceListing.reload();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 296 mProperties.reload();
298 // compare/reload the libraries.
642 // reload the properties with the new values from the disk.
643 mProperties.reload();
Sdk.java 152 * If true the target data will never load anymore. The only way to reload them is to
153 * completely reload the SDK with {@link #loadSdk(String)}
197 public abstract void reload(); method in class:Sdk.TargetChangeListener
202 reload(); method
210 reload(); method
401 * directories have changed on-disk. Does not reload the SDK.
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 313 if (parts.reload != 3) {
634 const int reload = parts.reload; local
642 if (reload & 1) {
646 if (reload & 2) {
655 if (reload & 1) {
659 if (reload & 2) {
    [all...]
GGLAssembler.h 307 uint32_t reload : 2; member in struct:android::GGLAssembler::fragment_parts_t
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 144 public void reload(); method in interface:WebViewProvider
WebView.java 214 * the WebView to reload the current page. If you don't want that, you
1155 public void reload() { method in class:WebView
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AmbientState.java 77 reload(context);
81 * Reload the dimens e.g. if the density changed.
83 public void reload(Context context) { method in class:AmbientState
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java 219 return reload();
233 protected Object reload() throws IOException, ClassNotFoundException { method in class:SerializationStressTest
    [all...]
  /packages/apps/TV/src/com/android/tv/data/
ChannelDataManager.java 523 public void reload() { method in class:ChannelDataManager
ProgramDataManager.java 240 public void reload() { method in class:ProgramDataManager
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 429 p.reload();
466 mPictures.get(index).reload();
582 void reload(); method in interface:PhotoView.Picture
602 public void reload() { method in class:PhotoView.FullPicture
787 public void reload() { method in class:PhotoView.ScreenNailPicture
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewClientTest.java 326 mOnUiThread.reload();
    [all...]

Completed in 4415 milliseconds

1 23 4 5 6 7 8 91011>>