Home
last modified time | relevance | path

Searched refs:DLLs (Results 1 – 25 of 87) sorted by relevance

1234

/external/compiler-rt/lib/interception/
Dinterception_win.cc258 void **DLLs = InterestingDLLsAvailable(); in GetFunctionAddressInDLLs() local
259 for (size_t i = 0; *func_addr == 0 && DLLs[i]; ++i) in GetFunctionAddressInDLLs()
260 *func_addr = InternalGetProcAddress(DLLs[i], func_name); in GetFunctionAddressInDLLs()
/external/webrtc/third_party/gflags/
DBUILD.gn23 # building DLLs. Since we don't build DLLs, we need to disable them.
Dgflags.gyp37 # exported when building DLLs. Since we don't build DLLs, we
/external/libpng/contrib/visupng/
DREADME.txt19 libpng DLLs and LIBs are in ..\..\projects\msvc\win32\libpng
20 zlib DLLs and LIBs are in ..\..\projects\msvc\win32\zlib
/external/libdivsufsort/
D.gitignore17 # Shared objects (inc. Windows DLLs)
/external/protobuf/vsprojects/
Dreadme.txt28 DLLs vs. static linking
35 build libprotobuf and libprotoc as DLLs if you really want. To do this,
77 5) If you are compiling libprotobuf and libprotoc as DLLs (see previous
/external/harfbuzz_ng/win32/
Ddetectenv-msvc.mak26 # in $(PREFIX)\bin, together with any DLLs they will depend on, if those DLLs are not already
Dinfo-msvc.mak132 @echo An 'install' target is supported to copy the build (DLLs, utility programs,
Dcreate-lists-msvc.mak25 # In order to obtain the .obj filename that is needed for NMake Makefiles to build DLLs/static LIBs…
Dbuild-rules-msvc.mak54 # Rules for linking DLLs
/external/v8/build/config/win/
Dmsvs_dependencies.isolate7 # Copy the VS runtime DLLs into the isolate so that they
/external/zlib/src/win32/
DDLL_FAQ.txt230 application and my DLLs to different C libraries (e.g. my
231 application to a static library, and my DLLs to MSVCRT.DLL),
244 DLLs that call standard C functions must link to a C run-time
257 and DLLs are avoiding the corruption of each of the CRTs'
305 MSVCR71.DLL are not supposed to function as system DLLs,
307 application's installer is supposed to put these DLLs
/external/opencv3/3rdparty/ffmpeg/
Dbuild_win32.txt7 While we want to make the DLLs with minimum dependencies: Win32 libraries + msvcrt.dll.
/external/libpng/projects/visualc71/
DREADME.txt54 All DLLs built by this project use the Microsoft dynamic C runtime library
/external/llvm/test/Unit/
Dlit.cfg38 # Win32 seeks DLLs along %PATH%.
/external/expat/
DChanges160 version of the library; the DLLs are named libexpatw.dll.
161 - Changed the name of the Windows DLLs from expat.dll to
/external/clang/test/Unit/
Dlit.cfg104 # Win32 seeks DLLs along %PATH%.
/external/libjpeg-turbo/
Dcoderules.txt43 keywords can be inserted for use in Windows DLLs.)
/external/llvm/lib/Support/Windows/
DDynamicLibrary.inc59 // When no file is specified, enumerate all DLLs and EXEs in the process.
/external/protobuf/gtest/
DCMakeLists.txt40 # DLLs, so this replaces /MD (CRT libraries in DLLs) with /MT (static CRT
/external/libvpx/libvpx/build/make/
Dgen_msvs_proj.sh35 --module-def=filename File containing export definitions (for DLLs)
Dgen_msvs_vcxproj.sh36 --module-def=filename File containing export definitions (for DLLs)
/external/google-breakpad/src/testing/
DCMakeLists.txt10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
/external/vulkan-validation-layers/windowsRuntimeInstaller/
DInstallerRT.nsi394 # 32-bit DLLs/EXEs destined for SysWOW64
402 # 64-bit DLLs/EXEs
431 # 32-bit DLLs/EXEs destined for SysWOW64
/external/vulkan-validation-layers/tests/gtest-1.7.0/
DCMakeLists.txt10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." ON)

1234