Searched refs:DLLs (Results 1 – 25 of 67) sorted by relevance
123
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 206 const void **DLLs = InterestingDLLsAvailable(); in GetFunctionAddressInDLLs() local 207 for (size_t i = 0; *func_addr == 0 && DLLs[i]; ++i) in GetFunctionAddressInDLLs() 208 *func_addr = (uptr)GetProcAddress((HMODULE)DLLs[i], func_name); in GetFunctionAddressInDLLs()
|
/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/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/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/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 | 145 version of the library; the DLLs are named libexpatw.dll. 146 - Changed the name of the Windows DLLs from expat.dll to
|
/external/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 56 // When no file is specified, enumerate all DLLs and EXEs in the process.
|
/external/clang/test/Unit/ |
D | lit.cfg | 104 # Win32 seeks DLLs along %PATH%.
|
/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/jpeg/ |
D | coderules.doc | 56 keywords can be inserted for use in Windows DLLs.)
|
/external/google-breakpad/src/testing/gtest/ |
D | CMakeLists.txt | 10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
|
/external/libexif/ |
D | README | 117 --enable-ship-binaries To include Windows DLLs in 'make dist'
|
/external/google-breakpad/src/testing/gtest/cmake/ |
D | internal_utils.cmake | 33 # on CRT DLLs being available. CMake always defaults to using shared
|
/external/antlr/antlr-3.4/runtime/Delphi/ |
D | README.TXT | 38 deploy any DLLs or other files with your ANTLR Delphi projects.
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | build.dox | 65 /// There currently no .msi modules or other installs built for Windows, so you must place the DLLs…
|
/external/protobuf/ |
D | CHANGES.txt | 245 * Now compiles shared libraries (DLLs) by default on Cygwin and MinGW, to 534 * We now build static libraries rather than DLLs by default on MSVC.
|
/external/clang/ |
D | CMakeLists.txt | 88 # DLL platform -- put DLLs into bin.
|
/external/icu/icu4c/source/data/ |
D | makedata.mak | 117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
|
/external/llvm/ |
D | CMakeLists.txt | 152 # DLL platform -- put DLLs into bin.
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 367 "¡Ah! Aquellos DLLs estaban ocupando mucho espacio.
|
/external/pcre/dist/m4/ |
D | libtool.m4 | 2364 # Cygwin DLLs use 'cyg' prefix rather than 'lib' 2370 # MinGW DLLs use traditional 'lib' prefix 2374 # pw32 DLLs use 'pw' prefix rather than 'lib' 3756 /* DATA imports from DLLs on WIN32 con't be const, because runtime 4745 # as there is no search path for DLLs. 5120 # no search path for DLLs. 6122 # no search path for DLLs. 6163 # as there is no search path for DLLs.
|
123