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

1 2

  /external/webkit/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 62 unload();
82 m_pluginLoader->unload();
92 m_pluginLoader->unload();
151 m_pluginLoader->unload();
161 void PluginPackage::unload() function in class:WebCore::PluginPackage
172 m_pluginLoader->unload();
  /external/srec/srec/Semproc/include/
SR_SemanticGraph.h 69 ESR_ReturnCode(*unload)(struct SR_SemanticGraph_t* self); member in struct:SR_SemanticGraph_t
  /external/bluetooth/glib/tests/gobject/
testmodule.c 33 module_class->unload = test_module_unload;
  /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...]
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 100 method = "unload",
109 @ToBeFixed(explanation = "unload() does not return true as specified")
116 mSoundPool.unload(sampleId1);
122 mSoundPool.unload(sampleId2);
130 mSoundPool.unload(sampleId3);
137 mSoundPool.unload(sampleId4);
251 mSoundPool.unload(sampleID);
335 mSoundPool.unload(sound);
  /external/webkit/WebCore/html/
HTMLBodyElement.h 62 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
HTMLFrameSetElement.h 85 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(unload);
  /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/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl_c.h 100 extern void SDL_AtariGL_Quit(_THIS, SDL_bool unload);
SDL_atarigl.c 91 void SDL_AtariGL_Quit(_THIS, SDL_bool unload)
113 if (unload) {
134 /* Unload previous driver */
  /external/webkit/WebKit/mac/Plugins/
WebBasePluginPackage.h 79 - (void)unload;
WebBasePluginPackage.mm 197 - (void)unload
205 [self 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
gtypemodule.c 69 * derive from #GTypeModule and implement the load and unload functions
305 G_TYPE_MODULE_GET_CLASS (module)->unload (module);
  /external/webkit/WebCore/platform/qt/
FileSystemQt.cpp 157 if (module->unload()) {
  /external/webkit/WebCore/plugins/
PluginPackage.h 67 void unload();
PluginPackage.cpp 47 // course would cause a crash, so we check to call unload before we
53 unload();
65 // TODO(jripley): Timer<T> is broken. Unload immediately for now.
123 void PluginPackage::unload() function in class:WebCore::PluginPackage
175 // Because a single process cannot create multiple VMs, and we cannot reliably unload a
176 // Java VM, we cannot unload the Java plugin, or we'll lose reference to our only VM
  /external/chromium/third_party/icu/source/common/
ucnv_cnv.h 231 UConverterUnload unload; member in struct:UConverterImpl
  /external/icu4c/common/
ucnv_cnv.h 231 UConverterUnload unload; member in struct:UConverterImpl
  /external/webkit/WebCore/dom/
EventNames.h 98 macro(unload) \
  /external/webkit/WebCore/svg/
SVGElementInstance.h 117 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), unload); member in class:WebCore::SVGElementInstance
  /frameworks/base/media/java/android/media/
SoundPool.java 163 * @return a sound ID. This value can be used to play or unload the sound.
201 * @return a sound ID. This value can be used to play or unload the sound.
223 * @return a sound ID. This value can be used to play or unload the sound.
249 * @return a sound ID. This value can be used to play or unload the sound.
260 * Unload a sound from a sound ID.
269 public native final boolean unload(int soundID); method in class:SoundPool
  /frameworks/base/media/jni/soundpool/
SoundPool.h 169 bool unload(int sampleID);
android_media_SoundPool.cpp 72 return ap->unload(sampleID);
228 { "unload",
  /external/webkit/WebCore/page/
DOMWindow.h 318 DEFINE_ATTRIBUTE_EVENT_LISTENER(unload);

Completed in 734 milliseconds

1 2