/system/core/include/arch/linux-arm/ |
AndroidConfig.h | 107 * Define this if you build against MSVCRT.DLL
|
/system/core/include/arch/linux-sh/ |
AndroidConfig.h | 107 * Define this if you build against MSVCRT.DLL
|
/system/core/include/arch/linux-x86/ |
AndroidConfig.h | 94 * Define this if you build against MSVCRT.DLL
|
/system/core/include/arch/target_linux-x86/ |
AndroidConfig.h | 93 * Define this if you build against have Microsoft C runtime (MSVCRT.DLL)
|
/external/chromium/base/ |
process_util_win.cc | 21 // userenv.dll is required for CreateEnvironmentBlock(). 725 HMODULE kernel32 = GetModuleHandle(L"kernel32.dll"); 778 const wchar_t kPsapiDllName[] = L"psapi.dll";
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 106 // dynamically load aygshell dll because we want SDL to work on HPC and be300 120 aygshell = SDL_LoadObject("aygshell.dll"); 848 handle = GetModuleHandle("USER32.DLL");
|
/external/quake/quake/src/WinQuake/ |
net_wins.cpp | 128 hInst = LoadLibrary("wsock32.dll");
132 Con_SafePrintf ("Failed to load winsock.dll\n");
159 Con_SafePrintf ("Couldn't GetProcAddress from winsock.dll\n");
|
/external/wpa_supplicant/ |
tls_schannel.c | 58 global->hsecurity = LoadLibrary(TEXT("Secur32.dll")); 60 wpa_printf(MSG_ERROR, "%s: Could not load Secur32.dll - 0x%x", 69 "InitSecurityInterfaceA from Secur32.dll",
|
tls_openssl.c | 123 = NULL; /* to be loaded from crypt32.dll */ 128 = NULL; /* to be loaded from crypt32.dll */ 132 HINSTANCE dll; local 140 dll = LoadLibrary("crypt32"); 141 if (dll == NULL) { 148 dll, "CryptAcquireCertificatePrivateKey"); 157 dll, "CertEnumCertificatesInStore"); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
tls_schannel.c | 58 global->hsecurity = LoadLibrary(TEXT("Secur32.dll")); 60 wpa_printf(MSG_ERROR, "%s: Could not load Secur32.dll - 0x%x", 69 "InitSecurityInterfaceA from Secur32.dll",
|
/external/zlib/ |
FAQ | 14 2. Where can I get a Windows DLL version? 16 The zlib sources can be compiled without change to produce a DLL. See the 18 precompiled DLL are found in the zlib web site at http://zlib.net/ .
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/ |
LCML_Types.h | 142 * Structure to encapsulate dll information. 164 * Structure to encapsulate dll information. 181 * Structure to encapsulate dll information.
|
/prebuilt/linux-x86/swt/ |
about.html | 111 The libraries swt-xulrunner-gtk-xxxx.dll, swt-mozilla-gtk-xxxx.dll, and swt-mozilla-gcc3-gtk-xxxx.dll (where "xxxx" is the version number) contain a small portion of XULRunner 1.9 content (header files)
|
/prebuilt/linux-x86_64/swt/ |
about.html | 111 The libraries swt-xulrunner-gtk-xxxx.dll, swt-mozilla-gtk-xxxx.dll, and swt-mozilla-gcc3-gtk-xxxx.dll (where "xxxx" is the version number) contain a small portion of XULRunner 1.9 content (header files)
|
/external/bluetooth/glib/ |
ChangeLog.pre-2-8 | 807 if available, and store dll name in UTF-8. [all...] |
ChangeLog.pre-2-6 | 43 * glib/gconvert.[ch]: Implement Windows DLL ABI stability also for 90 * glib/gwin32.[hc]: Implement DLL ABI stability also for 94 * glib/Makefile.am (install-libtool-import-lib): Remove the DLL 188 #101792, for DLL ABI stability we use preprocessor defines to get 627 of GLib pathname api for DLL ABI stability. Use different [all...] |
README.in | 110 older versions of GLib, the Windows DLL still provides entry points
|
/external/webkit/WebKitLibraries/ |
ChangeLog | 149 Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by 221 * win/bin/QuartzCoreInterface.dll: Added. 371 - not use _debug as a DLL naming suffix 485 Revise CFLite Debug build to emit DLL's with _debug label. 734 Separate JavaScriptCore.dll from WebKit.dll. [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
OMX_WbAmrDec_Utils.h | 71 * @def OMX_WBAMR_DEC_NUM_DLLS number of DLL's 122 * @def WBAMR_DEC_USN_DLL_NAME USN DLL name 133 * @def WBAMR_DEC_DLL_NAME WB AMR Decoder socket node dll name
|
/external/bluetooth/glib/gio/ |
Makefile.am | 365 lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gio.def -out:$@
|
/external/bluetooth/glib/glib/ |
Makefile.am | 358 lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:glib.def -out:$@
|
gutils.c | 164 * here we return the actual folder where the GLib DLL is. We don't 291 * i.e. atexit(), is in a DLL, the function will be called when the 292 * DLL is detached from the program. This typically makes more sense 293 * than that the function is called when the GLib DLL is detached, 295 * DLL. [all...] |
/external/chromium/third_party/icu/public/common/unicode/ |
uobject.h | 33 * memory allocation. On Windows, this allows the ICU DLL to be used by
|
/external/chromium/third_party/icu/source/ |
icudefs.mk.in | 62 ifeq ($(PKGDATA_MODE),dll)
|
/external/chromium/third_party/icu/source/test/testdata/ |
Makefile.in | 97 ifeq ($(PKGDATA_MODE),dll)
|