Searched
full:dll (Results
276 -
300 of
850) sorted by null
<<11121314151617181920>>
/external/icu4c/common/ |
umapfile.c | 53 /* No memory mapping for 390 batch mode. Fake it using dll loading. */ 54 # include <dll.h> 59 # define LIB_SUFFIX ".dll" 293 * The idea here is to hide the fact that 390 is using dll loading from the 438 /* we have a data DLL - what kind of lookup do we need here? */
|
uobject.cpp | 49 * files and are imported from msvcrtd.dll (in a debug build).
|
/external/v8/src/ |
platform-win32.cc | 431 // If OS returned empty string or resource id (like "@tzres.dll,-211") 953 // dynamically. This is to avoid being depending on dbghelp.dll and 954 // tlhelp32.dll when running (the functions in tlhelp32.dll have been moved to 955 // kernel32.dll at some point so loading functions defines in TlHelp32.h 958 // Function pointers to functions dynamically loaded from dbghelp.dll. 971 // Function pointers to functions dynamically loaded from dbghelp.dll. 978 // dynamically loaded DLL function.. 982 // Define the type for each dynamically loaded DLL function. The function 1032 // DbgHelp.h typedefs. Implementation found in dbghelp.dll [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_cryptoapi.c | 46 = NULL; /* to be loaded from crypt32.dll */ 51 HINSTANCE dll; local 59 dll = LoadLibrary("crypt32"); 60 if (dll == NULL) { 67 dll, "CryptImportPublicKeyInfo");
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
libmng_types.h | 29 /* * - improved definitions for DLL support * */ 84 /* * - added export of zlib functions from windows dll * */ 244 #if defined(MNG_DLL) && defined(WIN32) /* setup DLL calling conventions */ 254 #undef MNG_STRICT_ANSI /* can't do strict-ANSI with this DLL-stuff */ 257 #define MNG_DECL /* dummies for non-DLL */
|
/external/openssl/ |
e_os2.h | 128 /* DLL settings. This part is a bit tough, because it's up to the application 134 DLL linkage should be used */ 234 DLL exports and imports for compilers under Win32. These are a little
|
/external/openssl/include/openssl/ |
e_os2.h | 128 /* DLL settings. This part is a bit tough, because it's up to the application 134 DLL linkage should be used */ 234 DLL exports and imports for compilers under Win32. These are a little
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayerRenderer.cpp | 58 if (!LoadLibrary(TEXT("d3d9.dll"))) 107 HMODULE library = LoadLibrary(TEXT("d3d9.dll")); 112 library = LoadLibrary(TEXT("QuartzCore.dll"));
|
/external/icu4c/ |
readme.html | 823 a shared library (DLL). This is convenient because it requires no 851 and the data DLL.)<br> 853 rather than the large data DLL.</li> 855 into static libraries (.a) rather than shared libraries (.so/.dll). [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
smc37c93x.h | 81 #define dll rbr macro
|
/external/bluetooth/glib/build/win32/vs9/ |
gio.vcproj | 69 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 148 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 232 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll" 312 OutputFile="$(OutDir)\$(ProjectName)-2-vs9.dll"
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
iochannels.sgml | 130 C runtime as GLib uses, which is msvcrt.dll. Note that in current 132 that would use msvcrt.dll. The last Microsoft compiler version that 133 supported using msvcrt.dll as the C runtime was version 6. The GNU 135 supports msvcrt.dll.
|
/external/bluetooth/glib/gmodule/ |
Makefile.am | 97 lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gmodule.def -out:$@
|
/external/chromium/base/ |
base_paths_win.cc | 39 // this code lives in, whether that's a dll or exe
|
/external/chromium/googleurl/src/ |
gurl_test_main.cc | 59 #define ICU_UTIL_DATA_SHARED_MODULE_NAME "icudt" U_ICU_VERSION_SHORT ".dll"
|
/external/chromium/third_party/icu/public/common/unicode/ |
udata.h | 208 * (DLL, memory-mappable file).</p> 295 * generated by the pkgdata tool with mode=common or mode=dll. 298 * the data that has been loaded from a dll by the operating system, 333 * or the corresponding shared library (DLL) file.
|
/external/chromium/third_party/icu/source/common/ |
ucmndata.h | 15 * single file or dll. The combined format includes a table of
|
uobject.cpp | 49 * files and are imported from msvcrtd.dll (in a debug build).
|
/external/chromium/third_party/icu/source/tools/pkgdata/ |
pkgtypes.h | 137 # define UDATA_SO_SUFFIX ".dll"
|
/external/clearsilver/python/ |
README.txt | 75 C:\Python22\libs> dlltool --dllname python22.dll --def python22.def --output-lib libpython22.a
|
/external/e2fsprogs/intl/ |
intl-compat.c | 49 /* When building a DLL, we must export some functions. Note that because
|
/external/expat/bcb5/ |
expat_static.bpr | 59 DLL=0
|
outline.bpr | 59 DLL=0
|
/external/expat/lib/ |
expat_external.h | 27 (.dll, .so, or .sl, depending on your platform).
|
/external/icu4c/common/unicode/ |
udata.h | 209 * (DLL, memory-mappable file).</p> 315 * generated by the pkgdata tool with mode=common or mode=dll. 318 * the data that has been loaded from a dll by the operating system, 359 * or the corresponding shared library (DLL) file.
|
Completed in 432 milliseconds
<<11121314151617181920>>