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

  /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/stlport/src/
dll_main.cpp 219 BOOL APIENTRY DllMain( HANDLE hModule,
  /external/webkit/WebKit/win/
WebKitDLL.cpp 57 STDAPI_(BOOL) DllMain( HMODULE hModule, DWORD ul_reason_for_call, LPVOID /*lpReserved*/)
  /ndk/sources/android/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/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 975 * DllMain:
991 DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
  /external/openssl/crypto/
cryptlib.c 708 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]

Completed in 1235 milliseconds