Searched refs:DLLs (Results 1 – 25 of 87) sorted by relevance
1234
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 258 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/ |
D | BUILD.gn | 23 # building DLLs. Since we don't build DLLs, we need to disable them.
|
D | gflags.gyp | 37 # exported when building DLLs. Since we don't build DLLs, we
|
/external/libpng/contrib/visupng/ |
D | README.txt | 19 libpng DLLs and LIBs are in ..\..\projects\msvc\win32\libpng 20 zlib DLLs and LIBs are in ..\..\projects\msvc\win32\zlib
|
/external/libdivsufsort/ |
D | .gitignore | 17 # Shared objects (inc. Windows DLLs)
|
/external/protobuf/vsprojects/ |
D | readme.txt | 28 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/ |
D | detectenv-msvc.mak | 26 # in $(PREFIX)\bin, together with any DLLs they will depend on, if those DLLs are not already
|
D | info-msvc.mak | 132 @echo An 'install' target is supported to copy the build (DLLs, utility programs,
|
D | create-lists-msvc.mak | 25 # In order to obtain the .obj filename that is needed for NMake Makefiles to build DLLs/static LIBs…
|
D | build-rules-msvc.mak | 54 # Rules for linking DLLs
|
/external/v8/build/config/win/ |
D | msvs_dependencies.isolate | 7 # Copy the VS runtime DLLs into the isolate so that they
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 230 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/ |
D | build_win32.txt | 7 While we want to make the DLLs with minimum dependencies: Win32 libraries + msvcrt.dll.
|
/external/libpng/projects/visualc71/ |
D | README.txt | 54 All DLLs built by this project use the Microsoft dynamic C runtime library
|
/external/llvm/test/Unit/ |
D | lit.cfg | 38 # Win32 seeks DLLs along %PATH%.
|
/external/expat/ |
D | Changes | 160 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/ |
D | lit.cfg | 104 # Win32 seeks DLLs along %PATH%.
|
/external/libjpeg-turbo/ |
D | coderules.txt | 43 keywords can be inserted for use in Windows DLLs.)
|
/external/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 59 // When no file is specified, enumerate all DLLs and EXEs in the process.
|
/external/protobuf/gtest/ |
D | CMakeLists.txt | 40 # DLLs, so this replaces /MD (CRT libraries in DLLs) with /MT (static CRT
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_proj.sh | 35 --module-def=filename File containing export definitions (for DLLs)
|
D | gen_msvs_vcxproj.sh | 36 --module-def=filename File containing export definitions (for DLLs)
|
/external/google-breakpad/src/testing/ |
D | CMakeLists.txt | 10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | InstallerRT.nsi | 394 # 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/ |
D | CMakeLists.txt | 10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." ON)
|
1234