Searched
full:dll (Results
526 -
550 of
1116) sorted by null
<<21222324252627282930>>
/external/qemu/ |
INSTALL | 19 and thus doesn't depend on CYGWIN.DLL being installed on your system.
|
/external/srec/srec/Vocabulary/include/ |
SR_Vocabulary.h | 160 /* To-Do: the following functions need to be removed. The functions are still used in SR_NameTag.dll */
|
/external/stlport/doc/ |
README.evc8 | 88 Code generation: Multithreaded [Debug] DLL
|
README.evc9 | 85 Code generation: Multithreaded [Debug] DLL
|
/external/stlport/src/ |
dll_main.cpp | 212 // stlportmt.cpp : Defines the entry point for the DLL application.
|
/external/webkit/Source/JavaScriptCore/wtf/ |
CONTRIBUTORS.pthreads-win32 | 64 Bug fixes to dll loading.
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovieVisualContext.cpp | 93 HMODULE qtmlDLL = ::LoadLibraryW(L"QTMLClient.dll");
|
/external/webkit/Tools/BuildSlaveSupport/ |
built-product-archive | 131 if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (safariPath, safariPath, binDirectory), shell=True):
|
/external/webkit/Tools/wx/packaging/ |
build-mac-installer.py | 87 print "checking dll %s" % filename
|
/external/wpa_supplicant_8/wpa_supplicant/ |
README-Windows.txt | 47 http://w1.fi/wpa_supplicant/qt4/wpa_gui-qt433-windows-dll.zip 48 You can copy the DLL files from this ZIP package into the same directory 100 This will end up using dynamically linked OpenSSL (i.e., .dll files are 102 {Win32OpenSSLRoot}\VC\static to create a static build (no OpenSSL .dll
|
/external/zlib/ |
ChangeLog | 72 - Add DLL install in win32/makefile.gcc [Bar-Lev] 94 - Change libz.dll.a back to libzdll.a in win32/Makefile.gcc 163 - Change libzdll.a to libz.dll.a in win32/Makefile.gcc [gentoo 288212] 548 - FAQ update regarding the Windows DLL [Truta] 552 - Adapt the zlib interface to the new DLL convention guidelines [Truta] 571 - Update contrib/vstudio/vc70_32 to comply with the new DLL guidelines 592 - Synchronize zconf.h with the new Windows DLL interface [Truta] [all...] |
zlib.3 | 126 or (for the Windows DLL version) to Gilles Vollant (info@winimage.com).
|
/frameworks/base/opengl/tests/angeles/ |
README.txt | 34 * How to dynamically find and use the OpenGL ES DLL or
|
/hardware/ti/omap3/dspbridge/inc/ |
dbreg.h | 35 *! 26-Jul-2000 rr: Added WSXREG_DCDNAME for the DCD Dll name. It will
|
/ndk/sources/cxx-stl/stlport/src/ |
dll_main.cpp | 212 // stlportmt.cpp : Defines the entry point for the DLL application.
|
/ndk/sources/host-tools/make-3.81/config/ |
po.m4 | 327 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll) 352 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" 393 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" 414 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
po.m4 | 337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll) 362 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" 403 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" 424 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/ |
bpabi.h | 129 not support merging symbols across DLL boundaries. This macro is
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
hwint.h | 120 # define HOST_WIDEST_INT_PRINT_DEC_C "%" HOST_LONG_LONG_FORMAT "dLL"
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/ |
bpabi.h | 129 not support merging symbols across DLL boundaries. This macro is
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
hwint.h | 120 # define HOST_WIDEST_INT_PRINT_DEC_C "%" HOST_LONG_LONG_FORMAT "dLL"
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/ |
bpabi.h | 135 not support merging symbols across DLL boundaries. This macro is
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
hwint.h | 120 # define HOST_WIDEST_INT_PRINT_DEC_C "%" HOST_LONG_LONG_FORMAT "dLL"
|
/external/icu4c/tools/pkgdata/ |
pkgdata.cpp | 14 * (DLL, common data, etc.) 156 { "dll", "library", "Generates one common data file and one shared library, <package>.dll"}, 161 { "dll", "library", "Generates one shared library, <package>" UDATA_SO_SUFFIX }, 245 "Specify a version when packaging in dll or static mode", [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.c | 160 g_hGapiLib = LoadLibrary(_T("GAPI_Emu.dll")); 168 // try to find gx.dll 169 g_hGapiLib = LoadLibrary(_T("\\Windows\\gx.dll")); 172 g_hGapiLib = LoadLibrary(_T("gx.dll")); 254 SDL_SetError("GAPI dll is not found and VGA mode is not available!"); 330 /* wrong gapi.dll */ 342 SDL_SetError("Error: damaged or unknown gapi.dll!\n"); [all...] |
Completed in 436 milliseconds
<<21222324252627282930>>