HomeSort by relevance Sort by last modified time
    Searched refs:DllMain (Results 1 - 21 of 21) sorted by null

  /external/v8/src/
v8preparserdll-main.cc 33 BOOL WINAPI DllMain(HANDLE hinstDLL,
v8dll-main.cc 37 BOOL WINAPI DllMain(HANDLE hinstDLL,
  /development/host/windows/usb/winusb/
AdbWinUsbApi.cpp 29 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
32 return _AtlModule.DllMain(reason, reserved);
  /development/host/windows/usb/api/
AdbWinApi.cpp 50 This method is called from DllMain on DLL_PROCESS_ATTACH event. In this
101 extern "C" BOOL WINAPI DllMain(HINSTANCE instance,
111 return _AtlModule.DllMain(reason, reserved);
  /external/icu4c/common/
ucln_imp.h 28 * a) Windows MSVC uses DllMain()
115 /* Windows: DllMain */
118 * ICU's own DllMain.
133 * This is a stub DllMain function with icu specific process handling code.
135 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/dbus/dbus/
dbus-sysdeps-thread-win.c 55 BOOL WINAPI DllMain (hinst_t, DWORD, LPVOID);
59 DllMain (hinst_t hinstDLL,
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
main.cpp 18 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
main.cpp 15 BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
  /external/webkit/Source/WebCore/platform/graphics/gtk/
ImageGtk.cpp 43 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/stlport/src/
dll_main.cpp 219 BOOL APIENTRY DllMain( HANDLE hModule,
  /external/webkit/Source/WebKit/win/
WebKitDLL.cpp 58 STDAPI_(BOOL) DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID /*lpReserved*/)
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 219 BOOL APIENTRY DllMain( HANDLE hModule,
  /external/libffi/
ltcf-c.sh 121 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
126 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
132 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
134 # recent cygwin and mingw systems supply a stub DllMain which the user
    [all...]
ltcf-gcj.sh 124 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12~
129 dll_exclude_symbols=DllMain@12,DllMainCRTStartup@12,DllEntryPoint@12~
135 dll_exclude_symbols=DllMain@12,_cygwin_dll_entry@12,_cygwin_noncygwin_dll_entry@12,DllMainCRTStartup@12,DllEntryPoint@12
137 # recent cygwin and mingw systems supply a stub DllMain which the user
  /external/e2fsprogs/intl/
relocatable.c 288 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved)
  /external/opencv/cxcore/src/
cxerror.cpp 370 /**********************DllMain********************************/
373 BOOL WINAPI DllMain( HINSTANCE, DWORD fdwReason, LPVOID )
  /external/bluetooth/glib/glib/
gutils.h 441 * This macro is deprecated. This DllMain() is too complex. It is
442 * recommended to write an explicit minimal DLlMain() that just saves
447 * On Windows, this macro defines a DllMain function that stores the
464 DllMain (HINSTANCE hinstDLL, \
gutils.c 138 DllMain (HINSTANCE hinstDLL,
    [all...]
  /external/libxml2/
threads.c 984 * DllMain:
1001 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/openssl/crypto/
cryptlib.c 736 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.cpp 908 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)

Completed in 875 milliseconds