Searched refs:dll (Results 101 - 125 of 181) sorted by relevance

12345678

/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc99 resolver_("ntdll.dll"),
1218 // Lookup addresses from symbol names for ntdll.dll.
/external/libedit/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
/external/llvm/bindings/ocaml/
H A DMakefile.ocaml155 SharedLib := $(OcamlDir)/dll$(LIBRARYNAME)$(SHLIBEXT)
176 DestSharedLib := $(PROJ_libocamldir)/dll$(LIBRARYNAME)$(SHLIBEXT)
/external/lzma/CPP/7zip/Bundles/Format7zR/
H A Dmakefile1 PROG = 7zra.dll
/external/pcre/dist/
H A Dcompile105 if $shared && test -f "$dir/$lib.dll.lib"; then
107 lib=$dir/$lib.dll.lib
H A DMakefile.am646 # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
647 # nice DLL for Windows use". (It is used by the pcre.dll target.)
657 # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
659 pcre.dll: $(DLL_OBJS)
660 $(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" $(DLL_OBJS)
/external/qemu/android/
H A Dopengles.c24 #include <android/utils/dll.h>
/external/stlport/
H A Dconfigure80 C/C++ runtime library when linking with STLport. If you want your appli/dll
84 Don't forget to signal the link method when building your appli or dll, in
H A Dconfigure.bat142 echo C/C++ runtime library when linking with STLport. If you want your appli/dll
146 echo Don't forget to signal the link method when building your appli or dll, in
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile24 XML_SO = $(XML_BASENAME).dll
34 XML_INTDIR_A_DLL = int.a.dll.msvc
332 # Makes the static for dll libxml intermediate directory.
344 # An implicit rule for static for dll libxml compilation.
354 # Compiles static for dll libxml source. Uses the implicit rule for commands.
375 # Creates the libxml static for dll archive.
/external/chromium_org/third_party/icu/source/common/
H A Dumapfile.c56 /* No memory mapping for 390 batch mode. Fake it using dll loading. */
57 # include <dll.h>
62 # define LIB_SUFFIX ".dll"
289 * The idea here is to hide the fact that 390 is using dll loading from the
/external/icu/icu4c/source/common/
H A Dumapfile.c56 /* No memory mapping for 390 batch mode. Fake it using dll loading. */
57 # include <dll.h>
62 # define LIB_SUFFIX ".dll"
289 * The idea here is to hide the fact that 390 is using dll loading from the
/external/chromium_org/chrome/browser/
H A Denumerate_modules_model_win.cc117 // NOTE: Please keep this list sorted by dll name, then location.
121 // accelerator.dll, "%programfiles%\\speedbit video accelerator\\".
124 // apiqq0.dll, "%temp%\\".
127 // arking0.dll, "%systemroot%\\system32\\".
130 // arking1.dll, "%systemroot%\\system32\\".
133 // aswjsflt.dll, "%ProgramFiles%\\avast software\\avast\\", "AVAST Software".
140 // aswjsflt.dll, "%ProgramFiles%\\alwil software\\avast5\\", "AVAST Software".
149 // bfllr.dll, "%systemroot%\\system32\\".
152 // clickpotatolitesahook.dll, "". Different version each report.
153 { "0396e037.dll", "", "", "", "", AL
540 base::string16 dll; local
[all...]
/external/chromium_org/content/child/npapi/
H A Dwebplugin_delegate_impl_win.cc163 HMODULE dll = GetModuleHandle(L"ntdll.dll");
164 if (dll == NULL)
168 ::GetProcAddress(dll, "ZwQueryKey"));
363 GetPluginPath().value().c_str(), "user32.dll", "TrackPopupMenu",
377 GetPluginPath().value().c_str(), "user32.dll", "SetCursor",
406 L"wmpdxm.dll", "advapi32.dll", "RegEnumKeyExW",
417 GetPluginPath().value().c_str(), "kernel32.dll", "GetProcAddress",
424 GetPluginPath().value().c_str(), "user32.dll", "WindowFromPoin
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk191 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.dll)
252 $(if $(CONFIG_SHARED),--dll,--lib) \
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.in113 # The suffix used on shared libraries. Ex: ".dll", ".so", ".dylib"
925 rm -f sqlite3.dll sqlite3.lib sqlite3.def
934 dll: sqlite3.dll
945 sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
H A DMakefile.vxworks661 rm -f testloadext.dll libtestloadext.so
H A Dmain.mk605 rm -f testloadext.dll libtestloadext.so
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure.ac354 This way, when we compile the dll, we export our functions/classes.
/external/libvpx/libvpx/
H A Dlibs.mk189 INSTALL-LIBS-$(CONFIG_SHARED) += $(foreach p,$(VS_PLATFORMS),$(LIBSUBDIR)/$(p)/vpx.dll)
249 $(if $(CONFIG_SHARED),--dll,--lib) \
/external/icu/icu4c/source/
H A Dicudefs.mk65 ifeq ($(PKGDATA_MODE),dll)
H A Dconfig.status608 s,@DATA_PACKAGING_MODE@,dll,;t t
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk307 HOST_EXT = .dll
/external/chromium_org/sdch/open-vcdiff/
H A Dltmain.sh2018 # At present, this check doesn't affect windows .dll's that
2052 *.dll.a)
2886 # fixup the dll searchpath if we need to.
2889 # Add the dll search path components to the executable PATH
4037 # It is impossible to link a dll without this setting, and
4044 # to make a dll which has undefined symbols, in which case not
5647 func_stripname 'lib' '.dll' "$soname"
8133 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlnam
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dltmain.sh2018 # At present, this check doesn't affect windows .dll's that
2052 *.dll.a)
2886 # fixup the dll searchpath if we need to.
2889 # Add the dll search path components to the executable PATH
4037 # It is impossible to link a dll without this setting, and
4044 # to make a dll which has undefined symbols, in which case not
5644 func_stripname 'lib' '.dll' "$soname"
8126 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlnam
[all...]

Completed in 769 milliseconds

12345678