/external/webkit/Source/WebCore/svg/ |
SVGElementInstance.h | 124 DEFINE_FORWARDING_ATTRIBUTE_EVENT_LISTENER(correspondingElement(), unload); member in class:WebCore::SVGElementInstance
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBasePluginPackage.h | 74 - (void)unload;
|
WebBasePluginPackage.mm | 143 - (void)unload 151 [self unload];
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/ |
NetscapePluginModuleX11.cpp | 94 package->unload();
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundle.h | 135 PlatformBundle m_platformBundle; // This is leaked right now, since we never unload the bundle/module.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
sb16_csp.h | 103 /* unload microcode from CSP */
|
/system/core/nexus/ |
Controller.cpp | 89 LOGW("Unable to unload kernel driver '%s' (%s)", modtag,
|
/system/extras/tests/bionic/libc/bionic/ |
test_dlclose_destruction.c | 74 fprintf(stderr, "Could not unload shared library %s: %s\n", libname, dlerror());
|
/external/oprofile/opjitconv/ |
parse_dump.c | 52 // sampling run, this value may be overwritten by an unload record1 82 * parse a code unload record. Search for existing record with this code
|
/external/webkit/Source/WebCore/plugins/mac/ |
PluginPackageMac.cpp | 50 // Because a single process cannot create multiple VMs, and we cannot reliably unload a 51 // Java VM, we cannot unload the Java Plugin, or we'll lose reference to our only VM
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebViewPrivate.idl | 130 @abstract This function will fire the before unload handler for a page. 132 before unload handler, then this function will return false.
|
/frameworks/base/media/jni/soundpool/ |
android_media_SoundPool.cpp | 72 return ap->unload(sampleID); 228 { "unload",
|
/frameworks/base/media/java/android/media/ |
SoundPool.java | 152 * @return a sound ID. This value can be used to play or unload the sound. 190 * @return a sound ID. This value can be used to play or unload the sound. 212 * @return a sound ID. This value can be used to play or unload the sound. 238 * @return a sound ID. This value can be used to play or unload the sound. 249 * Unload a sound from a sound ID. 258 public native final boolean unload(int soundID); method in class:SoundPool
|
/external/chromium/chrome/browser/ui/ |
browser.h | 594 // Helper function to run unload listeners on a TabContents. [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
Context.java | 91 void unload() { method in class:Frame 233 lastFrame.unload(); 250 loadedFrame.unload();
|
/external/chromium/chrome/browser/task_manager/ |
task_manager_browsertest.cc | 231 // Unload extension to avoid crash on Windows (see http://crbug.com/31663). 270 // Unload extension to avoid crash on Windows. 303 // Unload extension to avoid crash on Windows.
|
/external/icu4c/common/ |
icuplug.c | 278 /* Don't unload a plug which has a failing load status - means it didn't actually load. */ 546 plug->dontUnload = TRUE; /* cannot unload. */ 637 /* unload and deallocate */
|
/external/openssl/crypto/conf/ |
conf_mod.c | 417 /* Unload any dynamic modules that have a link count of zero: 427 /* unload modules in reverse order */ 445 /* unload a single module */
|
/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/icu4c/common/unicode/ |
uclean.h | 63 * an application exits. For applications that dynamically load and unload 65 * just before the library unload.
|
/external/kernel-headers/original/linux/ |
fd.h | 33 spec1, /* stepping rate, head unload time */ 128 unsigned long hut; /* Head unload time (remnant of
|
/external/libxml2/ |
xmlmodule.c | 135 * The close operations unload the associated module and free the 172 * but does not unload the associated shared library which may still
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginPackageWin.cpp | 145 // Because a single process cannot create multiple VMs, and we cannot reliably unload a 146 // Java VM, we cannot unload the Java plugin, or we'll lose reference to our only VM
|
/external/wpa_supplicant/ |
eap_methods.c | 226 * eap_peer_method_unload - Unload a dynamic EAP method library (shared object) 230 * This function can be used to unload EAP methods that have been previously
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_methods.c | 226 * eap_peer_method_unload - Unload a dynamic EAP method library (shared object) 230 * This function can be used to unload EAP methods that have been previously
|