/development/ndk/tests/dlclose-destruction/jni/ |
libtest1.h | 12 * when the library is unloaded, the value is set to 2 automatically
|
main.c | 36 printf("Unloaded !\n");
|
/cts/tests/tests/webkitsecurity/assets/ |
hidden-iframe-scrollbar-crash.html | 10 hidden does not crash the browser when unloaded. The test passes if it does
|
/external/bluetooth/glib/tests/ |
libmoduletestplugin_b.c | 45 gplugin_b_state = "unloaded";
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
modules.sgml | 36 module is loaded and unloaded (see #GModuleCheckInit and #GModuleUnload). 41 it must ensure that it is never unloaded, by calling g_module_make_resident(). 210 Ensures that a module will never be unloaded. 251 Specifies the type of the module function called when it is unloaded. 253 automatically when the module is unloaded. 257 @module: the #GModule about to be unloaded.
|
/external/bluetooth/glib/gobject/ |
gtypemodule.c | 52 * unloaded. If the types and interfaces become used again, the module 54 * code, since that would lead to the caller's code being unloaded before 288 * result is zero, the module will be unloaded. (However, the 371 * When reregistering a type (typically because a module is unloaded 376 * not be unloaded. 455 * not be unloaded. 521 * not be unloaded. 560 * not be unloaded.
|
/bionic/libc/arch-arm/bionic/ |
crtbegin_so.S | 32 # library is unloaded through dlclose().
|
/external/chromium/chrome/browser/ |
background_mode_manager_unittest.cc | 46 // unloaded will result in call to remove the icon.
|
background_page_tracker.h | 82 // When an extension is unloaded, removes it from the list of background pages
|
background_application_list_model.h | 58 // releasing it if the associated background application is unloaded.
|
background_contents_service.cc | 187 // Listen for extensions to be unloaded so we can shutdown associated 193 // uninstalled/reloaded. We cannot do this from UNLOADED since a crashed 194 // extension is unloaded immediately after the crash, not when user reloads or 278 // an EXTENSION_UNLOADED notification. This UNLOADED signal causes all the
|
/external/bluetooth/glib/gio/ |
giomodule.h | 90 * This function is ran when the module is being unloaded from GIO,
|
/external/chromium/chrome/browser/extensions/ |
extension_info_map.h | 35 // Callback for when an extension is unloaded.
|
user_script_listener.h | 24 // This class handles delaying of resource loads that depend on unloaded user
|
/external/icu4c/common/unicode/ |
icuplug.h | 154 UPLUG_REASON_UNLOAD = 2, /**< The plugin is being unloaded. **/ 189 * Request that this plugin not be unloaded at cleanup time. 193 * @param dontUnload set true if this plugin can't be unloaded 361 * Will request the plugin to be unloaded, and close the library if needed
|
/external/icu4c/tools/icuinfo/ |
icuplugins_windows_sample.txt | 56 ## Note, it cannot be unloaded.
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebNetscapePluginPackage.h | 73 // This is to protect Netscape plug-ins from being unloaded while they are in use.
|
/external/webkit/Source/WebKit2/Platform/ |
Module.h | 53 // Note: On Mac this leaks the CFBundle to avoid crashes when a bundle is unloaded and there are
|
/hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/ |
ti_omx_interface.cpp | 61 // safely unloaded and reloaded when the proxy interface
|
/external/llvm/include/llvm/Support/ |
DynamicLibrary.h | 36 /// or for unloading libraries when the LLVM library is unloaded. 60 /// The library will only be unloaded when the program terminates.
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
extension_installed_bubble_controller.h | 95 // the extensionObserver when the extension is unloaded.
|
/external/chromium/chrome/browser/ui/omnibox/ |
location_bar.h | 68 // extension is unloaded or crashes.
|
/system/extras/tests/bionic/libc/bionic/ |
test_dlclose_destruction.c | 78 fprintf(stderr, "%s unloaded.\n", libname);
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 65 * stomp on each other. When the component is later unloaded, the container 70 * is called whenever component is unloaded, the classloaders will be correctly 79 * be correctly unloaded without an explicit release. Though weak references
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 99 for tracking memory leaks in modules which are later unloaded; but it can 101 been unloaded.
|