HomeSort by relevance Sort by last modified time
    Searched full:unload (Results 126 - 150 of 415) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/network/qt/
ResourceHandleQt.cpp 85 // this must be an attempted load from an unload event handler, so let's just block it.
  /external/webkit/Source/WebCore/platform/qt/
FileSystemQt.cpp 212 if (module->unload()) {
  /frameworks/base/media/jni/soundpool/
SoundPool.h 169 bool unload(int sampleID);
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 32 * Unload the Wi-Fi driver.
  /external/bluetooth/glib/gobject/
gtypemodule.c 69 * derive from #GTypeModule and implement the load and unload functions
305 G_TYPE_MODULE_GET_CLASS (module)->unload (module);
  /external/kernel-headers/original/linux/
module.h 297 /* Here is the actual code + data, vfree'd on unload. */
312 /* Am I unsafe to unload? */
  /external/libvpx/examples/includes/geshi/geshi/
actionscript3.php 99 'unlock', 'unload', 'union', 'unescapeMultiByte', 'unescape',
292 'UTC', 'UPLOAD_COMPLETE_DATA', 'UP', 'UNLOAD', 'UNKNOWN',
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 283 STDMETHOD_(HRESULT, Unload) (THIS) PURE;
294 #define IDirect3DTexture_Unload(p) (p)->lpVtbl->Unload(p)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 283 STDMETHOD_(HRESULT, Unload) (THIS) PURE;
294 #define IDirect3DTexture_Unload(p) (p)->lpVtbl->Unload(p)
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 361 // If this plugin needs to be kept in memory, unload the module now
369 // dlCloser will unload the plugin if required.
  /external/chromium/chrome/browser/extensions/
app_process_apitest.cc 51 L"window.addEventListener('unload', function() {"
  /external/chromium/chrome/browser/ui/views/
browser_actions_container_browsertest.cc 66 // Unload the extension.
  /external/collada/src/dae/
dae.cpp 259 daeInt DAE::unload(daeString uri) { function in class:DAE
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 281 " -K or --cleanup - Call u_cleanup() before exitting (will attempt to unload plugins)\n"
  /external/javassist/src/main/javassist/util/
HotSwapper.java 67 * first unload the <code>Test</code> class and load a new version of
  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 169 << "Failed to tell OProfile about unload of native function at "
  /external/openssl/crypto/engine/
eng_lib.c 132 * to allocation it did in its constructor (eg. unload error strings) */
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 215 fprintf(stderr, "unload: addr=%p\n", code_addr);
  /external/v8/src/
debug.h 225 void Unload();
774 // Unload the debugger if possible. Only called when no debugger is currently
832 bool never_unload_debugger_; // Can we unload the debugger?
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLFrameElementBase.cpp 262 // Start the async timer that is normally stopped by attach(). If it's not stopped and fires, it'll unload the frame.
  /frameworks/base/core/java/android/webkit/
PluginManager.java 102 * needs its changes reflecting. May cause plugin load and/or unload.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mtio.h 62 #define MTUNLOAD 31 /* execute the SCSI unload command */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 123 public synchronized void unload() { method in class:DexWrapper
  /external/chromium/chrome/browser/
external_tab_container_win.cc 695 NOTREACHED() << "**** NULL unload reply message pointer.";
825 // If we have a pending unload message, then just respond back to this
826 // request and continue processing the previous unload message.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarigl.c 91 void SDL_AtariGL_Quit(_THIS, SDL_bool unload)
113 if (unload) {
134 /* Unload previous driver */

Completed in 863 milliseconds

1 2 3 4 56 7 8 91011>>