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

1 2

  /external/webkit/Source/WebKit2/Platform/qt/
ModuleQt.cpp 39 void Module::unload() function in class:WebKit::Module
41 m_lib.unload();
  /external/webkit/Source/WebKit2/Platform/win/
ModuleWin.cpp 40 void Module::unload() function in class:WebKit::Module
  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 42 void Module::unload() function in class:WebKit::Module
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 69 ESR_ReturnCode(*unload)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 64 unload();
95 m_pluginLoader->unload();
105 m_pluginLoader->unload();
164 m_pluginLoader->unload();
175 void PluginPackage::unload() function in class:WebCore::PluginPackage
186 m_pluginLoader->unload();
  /external/bluetooth/glib/gobject/
gtypemodule.h 65 * @unload: unloads the module
68 * the @load and @unload functions in #GTypeModuleClass must be implemented.
76 void (* unload) (GTypeModule *module); member in struct:_GTypeModuleClass
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp 172 unload();
184 unload();
255 void NetscapePluginModule::unload() function in class:WebKit::NetscapePluginModule
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 91 void unload() { method in class:Frame
233 lastFrame.unload();
250 loadedFrame.unload();
  /external/webkit/Source/WebCore/plugins/
PluginPackage.cpp 47 // course would cause a crash, so we check to call unload before we
53 unload();
120 void PluginPackage::unload() function in class:WebCore::PluginPackage
185 // Because a single process cannot create multiple VMs, and we cannot reliably unload a
186 // Java VM, we cannot unload the Java plugin, or we'll lose reference to our only VM
  /external/bluetooth/glib/gio/
giomodule.c 100 void (* unload) (GIOModule *module); member in struct:_GIOModule
124 type_module_class->unload = g_io_module_unload_module;
167 (gpointer) &module->unload))
186 module->unload (module);
192 module->unload = NULL;
238 * unload them (enabling on-demand loading) you must call
  /external/icu4c/common/
ucnv_cnv.h 231 UConverterUnload unload; member in struct:UConverterImpl
  /frameworks/base/media/java/android/media/
SoundPool.java 152 * @return a sound ID. This value can be used to play or unload the sound.
188 * @return a sound ID. This value can be used to play or unload the sound.
210 * @return a sound ID. This value can be used to play or unload the sound.
236 * @return a sound ID. This value can be used to play or unload the sound.
247 * Unload a sound from a sound ID.
256 public native final boolean unload(int soundID); method in class:SoundPool
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 124 public synchronized void unload() { method in class:DexWrapper
  /external/bluetooth/glib/gmodule/
gmodule.c 70 GModuleUnload unload; member in struct:_GModule
364 main_module->unload = NULL;
480 module->unload = NULL;
488 /* we don't call unload() if the initialization check failed. */
490 g_module_symbol (module, "g_module_unload", (gpointer) &module->unload);
549 if (!module->ref_count && !module->is_resident && module->unload)
551 GModuleUnload unload; local
553 unload = module->unload;
554 module->unload = NULL
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.h 124 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), unload); member in class:WebCore::SVGElementInstance
  /frameworks/av/media/libmedia/
SoundPool.cpp 234 bool SoundPool::unload(int sampleID) function in class:android::SoundPool
236 ALOGV("unload: sampleID=%d", sampleID);
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 331 milliseconds

1 2