HomeSort by relevance Sort by last modified time
    Searched full:unloaded (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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");
  /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/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_AddTimer.3 24 The granularity of the timer is platform-dependent, but you should count on it being at least 10 ms as this is the most common number\&. This means that if you request a 16 ms timer, your callback will run approximately 20 ms later on an unloaded system\&. If you wanted to set a flag signaling a frame update at 30 frames per second (every 33 ms), you might set a timer for 30 ms (see example below)\&. If you use this function, you need to pass \fBSDL_INIT_TIMER\fP to \fISDL_Init\fR\&.
SDL_SetTimer.3 20 The maximum resolution of this timer is 10 ms, which means that if you request a 16 ms timer, your callback will run approximately 20 ms later on an unloaded system\&. If you wanted to set a flag signaling a frame update at 30 frames per second (every 33 ms), you might set a timer for 30 ms (see example below)\&.
  /development/ndk/platforms/
README.CRT.TXT 115 unloaded (i.e. either through 'dlclose' or at program exit).
128 library which registered a function with 'atexit' is unloaded explicitely
135 such atexit() handlers when the corresponding shared library is unloaded.
218 library is unloaded. However, this bug can be solved by simply recompiling
229 a shared library is unloaded with dlclose().
253 when the library is unloaded. However, this bug can be solved by simply
  /bionic/libc/arch-arm/bionic/
crtbegin_so.c 47 * handler when a library is unloaded.
  /bionic/libc/arch-x86/bionic/
crtbegin_so.c 47 * handler when a library is unloaded.
  /development/ndk/platforms/android-3/arch-arm/src/
crtbegin_so.c 47 * handler when a library is unloaded.
  /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 155 UPLUG_REASON_UNLOAD = 2, /**< The plugin is being unloaded. **/
190 * Request that this plugin not be unloaded at cleanup time.
194 * @param dontUnload set true if this plugin can't be unloaded
362 * 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/replicaisland/src/com/replica/replicaisland/
TextureLibrary.java 88 /** Loads all unloaded textures into OpenGL memory. Already-loaded textures are ignored. */
116 /** Marks all textures as unloaded */

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>