/external/icu4c/config/ |
mh-cygwin-msvc | 64 SHLIB.c= LINK.EXE /DLL $(LDFLAGS) 65 SHLIB.cc= LINK.EXE /DLL $(LDFLAGS) 72 LD_SONAME = /IMPLIB:$(SO_TARGET:.dll=.lib) 75 SO = dll 118 LDFLAGSICUDT+= /base:"0x4ad00000" /NOENTRY# The NOENTRY option is required for creating a resource-only DLL.
|
/external/libpng/projects/visualc71/ |
pngtest.vcproj | 13 Name="DLL Release|Win32"
60 Name="DLL Debug|Win32"
108 Name="DLL ASM Release|Win32"
156 Name="DLL ASM Debug|Win32"
204 Name="DLL VB|Win32"
|
/external/zlib/contrib/vstudio/vc7/ |
zlibvc.vcproj | 40 OutputFile=".\DebugDll\zlibwapi.dll"
101 OutputFile=".\zlibDllWithoutAsm\zlibwapi.dll"
165 OutputFile=".\zlibDllWithoutCrtDll\zlibwapi.dll"
228 OutputFile="zlibvc__\zlibwapi.dll"
291 OutputFile=".\ReleaseDll\zlibwapi.dll"
|
/external/bluetooth/glib/glib/ |
gutils.h | 283 /* It's a bad idea to wrap atexit() on Windows. If the GLib DLL calls 284 * atexit(), the function will be called when the GLib DLL is detached 287 * detached, in case the caller, too, is a DLL). 443 * the handle to the DLL and then use that handle instead, for 448 * actual DLL name that the code being compiled will be included in. 450 * (pointer to the) char array where the DLL name will be stored. If 452 * DLL entry point function, you cannot use this.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 204 ' 0002:00000000 __imp__SetThreadPriority@8 004af000 kernel32:KERNEL32.dll', 273 exe_dll_syms, '.exe with .dll symbols'); 278 'chrome.dll', 0x01c30000, 0x02b80000, 285 dll_dll_syms, '.dll with .dll symbols'); 290 'chrome.dll', 0x01c30000, 0x02b80000, 296 dll_exe_syms, '.dll with .exe symbols');
|
/external/wpa_supplicant/ |
crypto_cryptoapi.c | 47 = NULL; /* to be loaded from crypt32.dll */ 52 = NULL; /* to be loaded from crypt32.dll */ 57 HINSTANCE dll; local 65 dll = LoadLibrary("crypt32"); 66 if (dll == NULL) { 73 dll, "CertCreateCertificateContext"); 82 dll, "CryptImportPublicKeyInfo");
|
pcsc_funcs.c | 102 * dynamically from winscard.dll for now. */ 104 static HINSTANCE dll = NULL; /* winscard.dll */ variable 169 if (dll) 172 dll = LoadLibrary("winscard"); 173 if (dll == NULL) { 174 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 181 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 202 "winscard.dll", sym); 203 FreeLibrary(dll); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
pcsc_funcs.c | 102 * dynamically from winscard.dll for now. */ 104 static HINSTANCE dll = NULL; /* winscard.dll */ variable 169 if (dll) 172 dll = LoadLibrary("winscard"); 173 if (dll == NULL) { 174 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 181 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 202 "winscard.dll", sym); 203 FreeLibrary(dll); [all...] |
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.c | 102 * dynamically from winscard.dll for now. */ 104 static HINSTANCE dll = NULL; /* winscard.dll */ variable 169 if (dll) 172 dll = LoadLibrary("winscard"); 173 if (dll == NULL) { 174 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll " 181 dll_ ## s = (void *) GetProcAddress(dll, sym); \ 202 "winscard.dll", sym); 203 FreeLibrary(dll); [all...] |
/external/libpng/ |
pngconf.h | 31 * includes the resource compiler for Windows DLL configurations. 50 * If you create a private DLL you need to define in "pngusr.h" the followings: 52 * the DLL was built> 55 * distinguish your DLL from those of the official release. These 57 * number and must match your private DLL name> 58 * e.g. // private DLL "libpng13gx.dll" 62 * DLL VERSIONINFO structure. 175 * PNG_BUILD_DLL -- building dll 176 * PNG_USE_DLL -- building an application, linking to dll [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngconf.h | 24 * includes the resource compiler for Windows DLL configurations. 43 * If you create a private DLL you need to define in "pngusr.h" the followings: 45 * the DLL was built> 48 * distinguish your DLL from those of the official release. These 50 * number and must match your private DLL name> 51 * e.g. // private DLL "libpng13gx.dll" 55 * DLL VERSIONINFO structure. 143 * PNG_BUILD_DLL -- building dll 144 * PNG_USE_DLL -- building an application, linking to dll [all...] |
/external/flac/libFLAC/ |
libFLAC_dynamic.dsp | 55 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
56 # ADD LINK32 ..\..\obj\release\lib\ogg_static.lib /nologo /subsystem:windows /dll /machine:I386 /out:"..\..\obj\release\bin/libFLAC.dll"
81 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
82 # ADD LINK32 ..\..\obj\release\lib\ogg_static.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"..\..\obj\debug\bin/libFLAC.dll" /pdbtype:sept
|
/external/libpng/scripts/ |
makefile.cygwin | 2 # Builds both dll (with import lib) and static lib versions 43 # Where "make install" puts libpng*.a, *png*.dll, png.h, and pngconf.h 83 SHAREDLIB=cygpng$(CYGDLL).dll 85 IMPLIB=libpng.dll.a 205 install -m 644 $(IMPLIB) $(DL)/$(LIBNAME).dll.a 207 (cd $(DL); ln -sf $(LIBNAME).dll.a $(IMPLIB))
|
makefile.mingw | 2 # Builds both dll (with import lib) and static lib versions 49 # Where "make install" puts libpng*.a, *png*.dll, png.h, and pngconf.h 87 SHAREDLIB=libpng$(MINGDLL).dll 89 IMPLIB=libpng.dll.a 200 install -m 644 $(IMPLIB) $(DL)/$(LIBNAME).dll.a 202 (cd $(DL); ln -sf $(LIBNAME).dll.a $(IMPLIB))
|
/external/valgrind/tsan/ |
Makefile | 107 PIN_LDFLAGS=/LTCG /DEBUG /DLL /EXPORT:main /NODEFAULTLIB /NOLOGO /INCREMENTAL:NO /OPT:REF /MACHINE:x86 /ENTRY:Ptrace_DllMainCRTStartup@12 /BASE:0x55000000 177 bin/$(ARCHOS)-debug-ts_pin.dll bin/$(ARCHOS)-ts_pin.dll \ 178 bin/$(ARCHOS)-ts_pinmt.dll \ 286 $(P)ts_pin.dll: $(TS_PIN_OBJECTS) 289 $(P)ts_pinmt.dll: $(TS_PINMT_OBJECTS)
|
/external/bluetooth/glib/gio/ |
makefile.msc | 234 libgio-$(PKG_VER).dll 263 libgio-$(PKG_VER).dll : $(OBJECTS) $(PACKAGE).def 264 $(CC) $(CFLAGS) -LD -Felibgio-$(PKG_VER).dll $(OBJECTS) \
|
/external/chromium/base/win/ |
pe_image.h | 36 // contains the dll and symbol to forward this export to. cookie is the value 52 // module is the dll that exports this symbol. cookie is the value passed to 60 // module is the dll that exports this block of symbols. cookie is the value
|
/external/stlport/ |
INSTALL | 146 9) If you linked your application with shared STLport library (.so or .dll), please 147 make suze that your .so or .dll can be found by the dynamic linker. 150 either modify the PATH environment variable or copy all .dll's next to the
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
CACFLayerTreeHost.cpp | 75 HMODULE library = LoadLibrary(TEXT("d3d9.dll")); 83 library = LoadLibrary(TEXT("QuartzCore_debug.dll")); 85 library = LoadLibrary(TEXT("QuartzCore.dll"));
|
/external/zlib/win32/ |
Makefile.gcc | 24 # the DLL name should be changed from "zlib1.dll". 27 SHAREDLIB = zlib1.dll
|
/build/core/combo/ |
HOST_windows-x86.mk | 60 HOST_SHLIB_SUFFIX := .dll
|
/development/host/windows/usb/api/ |
SOURCES | 86 # Define source files for AdbWinApi.dll
|
adb_api.cpp | 19 from this DLL.
33 /** \brief Points to InstantiateWinUsbInterface exported from AdbWinUsbApi.dll.
36 this DLL on DLL_PROCESS_ATTACH event.
117 // We have WinUsb driver underneath us. Make sure that AdbWinUsbApi.dll
|
/development/host/windows/usb/winusb/ |
SOURCES | 88 # Define source files for AdbWinUsbApi.dll
|
/external/bluetooth/glib/build/win32/vs9/ |
gmodule.vcproj | 70 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 148 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 231 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 310 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
|