/third_party/python/Lib/distutils/command/ |
D | build_clib.py | 57 self.libraries = None 81 self.libraries = self.distribution.libraries 82 if self.libraries: 83 self.check_library_list(self.libraries) 95 if not self.libraries: 115 self.build_libraries(self.libraries) 118 def check_library_list(self, libraries): argument 128 if not isinstance(libraries, list): 132 for lib in libraries: 157 if not self.libraries: [all …]
|
D | config.py | 55 self.libraries = None 72 if self.libraries is None: 73 self.libraries = [] 74 elif isinstance(self.libraries, str): 75 self.libraries = [self.libraries] 102 if self.libraries: 103 self.compiler.set_libraries(self.libraries) 135 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument 140 libraries=libraries, 234 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument [all …]
|
/third_party/python/PCbuild/ |
D | get_externals.bat | 3 rem Simple script to fetch source for external libraries 35 echo.Cleaning up external libraries. 51 echo.Fetching external libraries... 53 set libraries= variable 54 set libraries=%libraries% bzip2-1.0.6 variable 55 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.3.0 variable 56 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1m variable 57 set libraries=%libraries% sqlite-3.35.5.0 variable 58 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.0 variable 59 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.0 variable [all …]
|
/third_party/python/Lib/distutils/ |
D | ccompiler.py | 105 self.libraries = [] 249 self.libraries.append(libname) 257 self.libraries = libnames[:] 427 def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): argument 434 if libraries is None: 435 libraries = self.libraries 436 elif isinstance(libraries, (list, tuple)): 437 libraries = list (libraries) + (self.libraries or []) 459 return (libraries, library_dirs, runtime_library_dirs) 622 libraries=None, argument [all …]
|
/third_party/node/deps/cares/m4/ |
D | xc-lt-iface.m4 | 39 # Default behavior is to enable shared and static libraries on systems 48 # User may have disabled shared or static libraries. 62 AC_MSG_ERROR([can not disable shared and static libraries simultaneously]) 67 # and build runs for shared and static is to enable shared libraries 91 # Default behavior is to build PIC objects for shared libraries and 92 # non-PIC objects for static libraries. 114 # is to build PIC objects even for static libraries. This behavior may 174 dnl Checks wether libtool shared and static libraries 185 # Verify if finally libtool shared libraries will be built 198 # Verify if finally libtool static libraries will be built [all …]
|
/third_party/flatbuffers/android/app/src/main/cpp/ |
D | CMakeLists.txt | 10 # You can define multiple libraries, and CMake builds them for you. 11 # Gradle automatically packages shared libraries with your APK. 32 # variable. Because CMake includes system libraries in the search path by 44 # Specifies libraries CMake should link to your target library. You 45 # can link multiple libraries, such as libraries you define in this 46 # build script, prebuilt third-party libraries, or system libraries.
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/ |
D | CMakeLists.txt | 38 # You can define multiple libraries, and CMake builds them for you. 39 # Gradle automatically packages shared libraries with your APK. 53 # Specifies libraries CMake should link to your target library. You 54 # can link multiple libraries, such as libraries you define in this 55 # build script, prebuilt third-party libraries, or system libraries.
|
/third_party/skia/build/fuchsia/ |
D | fidl_gen_cpp | 19 def GetFIDLFilesRecursive(libraries, sdk_base, path): argument 26 GetFIDLFilesRecursive(libraries, sdk_base, dep_meta_json) 27 libraries[parsed['name']] = result + parsed['sources'] 30 libraries = collections.OrderedDict() 31 GetFIDLFilesRecursive(libraries, sdk_base, root) 32 return libraries
|
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/ |
D | CMakeLists.txt | 34 # You can define multiple libraries, and CMake builds them for you. 35 # Gradle automatically packages shared libraries with your APK. 55 # Specifies libraries CMake should link to your target library. You 56 # can link multiple libraries, such as libraries you define in this 57 # build script, prebuilt third-party libraries, or system libraries.
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/ |
D | CMakeLists.txt | 17 # You can define multiple libraries, and CMake builds them for you. 18 # Gradle automatically packages shared libraries with your APK. 39 # variable. Because CMake includes system libraries in the search path by 69 # Specifies libraries CMake should link to your target library. You 70 # can link multiple libraries, such as libraries you define in this 71 # build script, prebuilt third-party libraries, or system libraries.
|
/third_party/python/Lib/distutils/tests/ |
D | test_build_clib.py | 62 cmd.libraries = [('name', {})] 65 cmd.libraries = [('name', {'sources': 1})] 68 cmd.libraries = [('name', {'sources': ['a', 'b']})] 71 cmd.libraries = [('name', {'sources': ('a', 'b')})] 74 cmd.libraries = [('name', {'sources': ('a', 'b')}), 111 cmd.distribution.libraries = 'WONTWORK' 121 cmd.libraries = [('foo', {'sources': [foo_c]})]
|
/third_party/gstreamer/gstplugins_bad/ |
D | REQUIREMENTS | 1 GStreamer uses a *large* array of tools and libraries, most of which are 3 optional libraries doesn't get built unless you have those libraries. If 20 Required libraries: 23 The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or 26 Optional libraries: 29 This file lists supporting libraries for which gst-plugins contains plugins,
|
/third_party/skia/third_party/externals/expat/expat/win32/ |
D | README.txt | 21 * Creating MinGW dynamic libraries from MS VC++ DLLs: 29 The *.a files are mingw libraries. 31 * Special note about MS VC++ and runtime libraries: 36 one can build three different Expat libraries depending 43 The libraries are named 53 The libraries should be named like this: 59 An application linking to the static libraries must
|
/third_party/ffmpeg/ |
D | LICENSE.md | 79 ## External libraries 81 FFmpeg can be combined with a number of external libraries, which sometimes 84 ### Compatible libraries argument 86 The following libraries are under GPL version 2: 102 The following libraries are under LGPL version 3: 110 The VMAF, mbedTLS, RK MPI, OpenCORE and VisualOn libraries are under the Apache License 112 version 3 of those licenses. So to combine these libraries with FFmpeg, the 119 ### Incompatible libraries argument 121 There are certain libraries you can combine with FFmpeg whose licenses are not 123 libraries, even in circumstances that their license may be incompatible, pass [all …]
|
/third_party/openssl/doc/man7/ |
D | provider.pod | 40 OpenSSL libraries or in the application. 52 as a handle for everything the OpenSSL libraries need to know about 58 libraries, and the available functions are further described in 62 provider offers to the OpenSSL libraries. 65 between the OpenSSL libraries and the provider. 75 One of the functions the provider offers to the OpenSSL libraries is 76 the central mechanism for the OpenSSL libraries to get access to 90 I<no_store> is a flag back to the OpenSSL libraries which, when 91 nonzero, signifies that the OpenSSL libraries will not store a 114 In the OpenSSL libraries, the corresponding method object is [all …]
|
/third_party/skia/third_party/externals/icu/source/samples/legacy/ |
D | README | 15 2) explicitly add old libraries to the linker. 21 … 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(i… 22 …ibicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current libraries). 28 Run make check. You should get two different libraries running at the same time. 40 …ample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t… 41 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is … 42 …ys: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad. 43 … If legacy crashes that's most probably because it cannot find the data libraries. You can see whi…
|
/third_party/icu/icu4c/source/samples/legacy/ |
D | README | 15 2) explicitly add old libraries to the linker. 21 … 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(i… 22 …ibicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current libraries). 28 Run make check. You should get two different libraries running at the same time. 40 …ample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t… 41 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is … 42 …ys: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad. 43 … If legacy crashes that's most probably because it cannot find the data libraries. You can see whi…
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/legacy/ |
D | README | 15 2) explicitly add old libraries to the linker. 21 … 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(i… 22 …ibicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current libraries). 28 Run make check. You should get two different libraries running at the same time. 40 …ample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t… 41 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is … 42 …ys: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad. 43 … If legacy crashes that's most probably because it cannot find the data libraries. You can see whi…
|
/third_party/gstreamer/gstplugins_base/ |
D | REQUIREMENTS | 1 GStreamer uses a *large* array of tools and libraries, most of which are 3 optional libraries doesn't get built unless you have those libraries. If 20 Required libraries: 23 The core GStreamer libraries. See the gstreamer/ module in GStreamer cvs, or 36 Optional libraries: 39 This file lists supporting libraries for which gst-plugins-base contains
|
/third_party/libsnd/cmake/ |
D | FindFLAC.cmake | 2 # Find the native FLAC includes and libraries 5 # FLAC_LIBRARIES - List of libraries when using libFLAC. 28 # MSVC built libraries can name them *_static, which is good as it 29 # distinguishes import libraries from static libraries with the same extension.
|
/third_party/node/deps/cares/ |
D | README.msvc | 24 This will build all c-ares libraries as well as three sample programs. 32 holds the c-ares libraries you have just generated, the other three 33 hold sample programs that use the libraries. 46 In order to allow easy usage of c-ares libraries it may be convenient to 47 install c-ares libraries and header files to a common subdirectory tree. 49 Once that c-ares libraries have been built using procedure described above, 51 to designate the top subdirectory where installation of c-ares libraries and 60 Installation procedure will copy c-ares libraries to subdirectory 'lib' and 93 How to use c-ares static libraries
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstpluginsbaseversion.h.in | 1 /* GStreamer base plugins libraries version information 31 * The major version of GStreamer's gst-plugins-base libraries at compile time. 37 * The minor version of GStreamer's gst-plugins-base libraries at compile time. 43 * The micro version of GStreamer's gst-plugins-base libraries at compile time. 49 * The nano version of GStreamer's gst-plugins-base libraries at compile time. 60 * Check whether a GStreamer's gst-plugins-base libraries' version equal to
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | icudefs.mk.in | 136 # LIBCFLAGS are the flags for static and shared libraries. 138 # LIBCXXFLAGS are the flags for static and shared libraries. 140 # DEFAULT_LIBS are the default libraries to link against 148 # AR_OUTOPT is for creating a specific output name for static libraries. 157 # What kind of libraries are we building and linking against? 205 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO) 211 ## If we can't use the shared libraries, use the static libraries 228 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM 234 # Location of the libraries before "make install" is used 291 # Invoke, set library path for all ICU libraries. [all …]
|
/third_party/skia/third_party/externals/icu/source/ |
D | icudefs.mk.in | 139 # LIBCFLAGS are the flags for static and shared libraries. 141 # LIBCXXFLAGS are the flags for static and shared libraries. 143 # DEFAULT_LIBS are the default libraries to link against 151 # AR_OUTOPT is for creating a specific output name for static libraries. 160 # What kind of libraries are we building and linking against? 208 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO) 214 ## If we can't use the shared libraries, use the static libraries 231 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM 237 # Location of the libraries before "make install" is used 298 # Invoke, set library path for all ICU libraries. [all …]
|
/third_party/icu/icu4c/source/ |
D | icudefs.mk.in | 139 # LIBCFLAGS are the flags for static and shared libraries. 141 # LIBCXXFLAGS are the flags for static and shared libraries. 143 # DEFAULT_LIBS are the default libraries to link against 151 # AR_OUTOPT is for creating a specific output name for static libraries. 160 # What kind of libraries are we building and linking against? 208 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO) 214 ## If we can't use the shared libraries, use the static libraries 231 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM 237 # Location of the libraries before "make install" is used 298 # Invoke, set library path for all ICU libraries. [all …]
|