Searched
full:dll (Results
276 -
300 of
1187) sorted by null
<<11121314151617181920>>
/external/chromium/chrome/browser/ |
icon_loader.h | 25 // .dll, .exe, .ico. See IconManager.h for explanation.
|
/external/chromium/chrome/browser/rlz/ |
rlz.cc | 5 // This code glues the RLZ library DLL with Chrome. It allows Chrome to work 6 // with or without the DLL being present. If the DLL is not present the 169 // because sometimes the very act of loading the dll causes QEMU to crash.
|
rlz.h | 32 // in chrome. Besides binding the dll, it schedules a delayed task (delayed
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_win.cc | 49 GetProcAddress(GetModuleHandle(L"User32.dll"), "PrintWindow"));
|
/external/chromium/chrome/common/ |
chrome_paths_win.cc | 73 GetProcAddress(GetModuleHandle(L"shell32.dll"), "SHGetKnownFolderPath"));
|
/external/e2fsprogs/ |
INSTALL.elfbin | 2 a DLL system, please compile e2fsprogs from sources yourself. (In
|
/external/e2fsprogs/intl/ |
relocatable.h | 31 /* When building a DLL, we must export some functions. Note that because
|
/external/expat/ |
Changes | 118 linking into a DLL to be difficult. 145 version of the library; the DLLs are named libexpatw.dll. 146 - Changed the name of the Windows DLLs from expat.dll to 147 libexpat.dll; this fixes SF bug #432456.
|
/external/icu4c/common/ |
ucmndata.h | 15 * single file or dll. The combined format includes a table of
|
umapfile.h | 46 /* No memory mapping for 390 batch mode. Fake it using dll loading. */
|
/external/icu4c/data/ |
makedata.mak | 17 ICU_LIB_TARGET=$(DLL_OUTPUT)\$(U_ICUDATA_NAME).dll 31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c 116 # Destination directory for the common data DLL file. 118 # The lib file for the data DLL goes in $(DLL_OUTPUT)/../lib/ 162 ICU_PACKAGE_MODE=-m dll 476 # Note: we really want the common data dll to go to $(DLL_OUTPUT), not $(ICUBLD_PKG). But specifying 478 # Building the common dll in $(ICUBLD_PKG) unconditionally copies it to $(DLL_OUTPUT) too. 485 # are hardcoded in the common DLL and therefore not included in the data package any more. 587 # pkgdata will drop all output files (.dat, .dll, .lib) into the target (ICUBLD_PKG) directory. 588 # move the .dll and .lib files to their final destination afterwards [all...] |
/external/icu4c/tools/ctestfw/ |
ctestfw.vcxproj | 110 <OutputFile>..\..\..\bin\icutest50.dll</OutputFile>
153 <OutputFile>..\..\..\bin\icutest50d.dll</OutputFile>
193 <OutputFile>..\..\..\bin64\icutest50.dll</OutputFile>
234 <OutputFile>..\..\..\bin64\icutest50d.dll</OutputFile>
|
/external/icu4c/tools/icuinfo/ |
testplug.vcxproj | 110 <OutputFile>..\..\..\bin\testplug.dll</OutputFile>
153 <OutputFile>..\..\..\bin\testplug.dll</OutputFile>
193 <OutputFile>..\..\..\bin64\testplug.dll</OutputFile>
234 <OutputFile>..\..\..\bin64\testplug.dll</OutputFile>
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_def.sh | 22 to export from a DLL. Source files are technically bash scripts (and thus may
|
/external/openssl/crypto/conf/ |
README | 47 called libmodule3.so or module3.dll for example. An explicit DSO name can be
|
/external/qemu/distrib/sdl-1.2.15/src/thread/os2/ |
SDL_systhread.c | 103 * TerminateThread() doesn't perform stack and DLL cleanup.
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
main.cpp | 7 // main.cpp: DLL entry point and management of thread-local data.
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
main.cpp | 7 // main.cpp: DLL entry point and management of thread-local data.
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
IconWin.cpp | 75 if (wcscat_s(buffer, L"\\shell32.dll"))
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginDatabaseWin.cpp | 140 if ((!filename.startsWith("np", false) || !filename.endsWith("dll", false)) && 141 (!equalIgnoringCase(filename, "Plugin.dll") || !it->endsWith("Shockwave 10", false))) 150 if (equalIgnoringCase(filename, "npdsplay.dll")) 152 else if (equalIgnoringCase(filename, "np-mswmp.dll"))
|
PluginPackageWin.cpp | 74 } else if (fileName() == "npmozax.dll") { 75 // Bug 15217: Mozilla ActiveX control complains about missing xpcom_core.dll 77 } else if (fileName() == "npwpf.dll") { 78 // Bug 57119: Microsoft Windows Presentation Foundation (WPF) plug-in complains about missing xpcom.dll
|
/external/webkit/Source/WebKit/chromium/ |
README | 32 when it is built as a DLL. In general, this includes all public methods
|
/external/webkit/Tools/DumpRenderTree/win/ |
MD5.cpp | 40 static HMODULE module = LoadLibraryW(L"Cryptdll.dll");
|
/external/webkit/Tools/Scripts/webkitperl/ |
httpd.pm | 136 unless (-x "/usr/lib/apache/libphp4.dll") { 137 copy("$windowsConfDirectory/libphp4.dll", "/usr/lib/apache/libphp4.dll"); 138 chmod(0755, "/usr/lib/apache/libphp4.dll");
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
AssemblyInfo.cs | 10 [assembly: AssemblyDescription(".Net bindings for ZLib compression dll 1.2.x")]
|
Completed in 950 milliseconds
<<11121314151617181920>>