HomeSort by relevance Sort by last modified time
    Searched full:dll (Results 201 - 225 of 850) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/host/windows/usb/legacy/prebuilt/driver/
android_usb.inf 101 wdfcoinstaller01005.dll
104 wdfcoinstaller01005.dll=1 ; make sure the number matches with SourceDisksNames
107 HKR,,CoInstallers32,0x00010000, "wdfcoinstaller01005.dll,WdfCoInstaller"
  /development/host/windows/usb/legacy/prebuilt/driver_amd_64/
android_usb.inf 101 wdfcoinstaller01005.dll
104 wdfcoinstaller01005.dll=1 ; make sure the number matches with SourceDisksNames
107 HKR,,CoInstallers32,0x00010000, "wdfcoinstaller01005.dll,WdfCoInstaller"
  /external/chromium/base/
file_version_info.cc 149 // Use the language and codepage from the DLL.
152 // Use the default language and codepage from the DLL.
155 // Use the language from the DLL and Latin codepage (most common).
pe_image_unittest.cc 94 // Retrieves the expected value from advapi32.dll based on the OS.
152 HMODULE module = LoadLibrary(L"advapi32.dll");
198 HMODULE module = LoadLibrary(L"advapi32.dll");
pe_image.h 32 // contains the dll and symbol to forward this export to. cookie is the value
48 // module is the dll that exports this symbol. cookie is the value passed to
56 // module is the dll that exports this block of symbols. cookie is the value
  /external/quake/quake/src/QW/scitech/include/
debug.h 156 * _DLLAPI - Calling conventions for all DLL exported functions
157 * _DLLVAR - Modifier to export/import globals in 32 bit DLL's
158 * _EXPORT - Expands to _export when compiling a DLL
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 156 * _DLLAPI - Calling conventions for all DLL exported functions
157 * _DLLVAR - Modifier to export/import globals in 32 bit DLL's
158 * _EXPORT - Expands to _export when compiling a DLL
  /external/chromium/third_party/icu/source/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/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/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
TestNetscapePlugin.vcproj 58 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
128 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
198 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
267 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
337 OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
  /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/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/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/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/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/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

Completed in 625 milliseconds

1 2 3 4 5 6 7 891011>>