| /third_party/boost/libs/graph/example/ |
| D | boost_web.dat | 1 www.boost.org|Libraries|Boost Libraries 13 More Information|Libraries|Boost Libraries 20 Frequently Asked Questions|Libraries|Boost Libraries 26 Boost People|Libraries|Boost Libraries 28 Boost Libraries|call_traits|Call Traits 29 Boost Libraries|compose|Compose Library 30 Boost Libraries|graph|Boost Graph Library 31 Boost Libraries|property_map|Property Map Library 32 Boost Libraries|array|Array wrapper 33 Boost Libraries|Libraries|Boost Libraries [all …]
|
| /third_party/python/Lib/distutils/command/ |
| D | build_clib.py | 30 description = "build C/C++ libraries used by Python extensions" 34 "directory to build C/C++ libraries to"), 56 # List of libraries to build 57 self.libraries = None 59 # Compilation options for all libraries 71 # I think that C libraries are really just temporary build 81 self.libraries = self.distribution.libraries 82 if self.libraries: 83 self.check_library_list(self.libraries) 95 if not self.libraries: [all …]
|
| D | config.py | 36 ('libraries=', 'l', 37 "external C libraries to link with"), 39 "directories to search for external C libraries"), 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) [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/boost/ |
| D | Jamroot | 48 # the libraries. Note, that which variants get built 53 # multithreaded libraries in debug and release 55 # static and shared multithreaded libraries in 63 # --show-libraries Display the list of Boost libraries that require 94 # --buildid=ID Add the specified ID to the name of built libraries. 97 # --python-buildid=ID Add the specified ID to the name of built libraries 104 # option is used, only libraries specified using this 108 # <library>. By default, all libraries are built. 116 # link=static|shared Whether to build static or shared libraries 212 # Using static runtime with shared libraries is impossible on Linux, and [all …]
|
| D | bootstrap.sh | 61 -show-libraries | --show-libraries ) 82 -with-libraries=* | --with-libraries=* ) 83 library_list=`expr "x$option" : "x-*with-libraries=\(.*\)"` 103 -without-libraries=* | --without-libraries=* ) 104 library_list=`expr "x$option" : "x-*without-libraries=\(.*\)"` 160 --show-libraries show the set of libraries that require build 161 and installation steps (i.e., those libraries 162 that can be used with --with-libraries or 163 --without-libraries), then exit 164 --with-libraries=list build only a particular set of libraries, [all …]
|
| D | index.html | 6 <title>Boost C++ Libraries</title> 28 … </font> <a href="libs/libraries.htm">Libraries</a> <font color="#FFFFFF"> 39 <h2 class="title">Welcome to the Boost C++ Libraries</h2> 41 <p>Boost provides free peer-reviewed portable C++ source libraries.</p> 43 <p>We emphasize libraries that work well with the C++ Standard Library. 44 Boost libraries are intended to be widely useful, and usable across a broad 50 implementations so that Boost libraries are suitable for eventual 51 standardization. Ten Boost libraries are already included in the <a href= 56 Boost libraries are proposed for the upcoming <a href= 66 {{#unreleased_library_plural}}libraries{{/unreleased_library_plural}} [all …]
|
| /third_party/flutter/flutter/dev/docs/ |
| D | README.md | 8 The API reference herein covers all libraries that are exported by the Flutter 23 #### Framework Libraries 25 Libraries in the "Libraries" section below (or in the left navigation) are part 34 #### Dart Libraries 36 Libraries in the "Dart" section exist in the `'dart:'` namespace and are imported 46 #### Other Libraries 48 Libraries in other sections are supporting libraries that ship with Flutter. 57 ### Finding Other Libraries
|
| /third_party/boost/tools/build/src/tools/ |
| D | unix.jam | 8 # libraries must be specified in a fixed order on the linker command line. Generators 51 local libraries ; 56 libraries += $(l) ; 64 sources = $(sources2) [ unix.order-libraries $(libraries) ] ; 196 local used-libraries ; 202 used-libraries += $(l) ; 206 local created-libraries ; 211 created-libraries += $(l) ; 215 created-libraries = [ set.difference $(created-libraries) : $(used-libraries) ] ; 216 set-library-order-aux $(created-libraries) : $(used-libraries) ; [all …]
|
| D | package.py | 20 # : <libraries> 24 # This will install binaries, libraries and headers to the 'proper' location, 54 ["binaries", "*"], ["libraries", "*"], ["headers", "*"])) 55 def install(name, package_name=None, requirements=[], binaries=[], libraries=[], headers=[]): argument 59 libraries 94 # Object code libraries. 104 # Since the install location of shared libraries differs on universe 111 # For shared libraries, we install both explicitly specified one and the 112 # shared libraries that the installed executables depend on. 113 stage.install(name + "-lib-shared-universe", binaries + libraries, [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/curl/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 whether 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/boost/tools/build/doc/src/ |
| D | faq.adoc | 115 example, to control the location of external libraries. In many cases it 116 is better to declare those external libraries in the site-config.jam 173 On Unix-like operating systems, the order in which static libraries are 175 linker uses one pass though the libraries list. Passing the libraries in 194 The same approach works for searched libraries as well: 263 libraries. Shared libraries can be used by several applications, or 264 other libraries, without physically including the library in the 269 However, in order for application depending on shared libraries to be 274 `LD_LIBRARY_PATH` environment variable, or install the libraries to a 276 libraries are not yet ready to be installed, and cluttering system paths [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/cef/tools/distrib/mac/ |
| D | README.redistrib.txt | 17 Libraries/ 18 libEGL.dylib <= ANGLE support libraries 20 libswiftshader_libEGL.dylib <= SwiftShader support libraries 22 libvk_swiftshader.dylib <= SwANGLE support libraries 97 * Chromium Embedded Framework.framework/Libraries/libEGL.dylib 98 * Chromium Embedded Framework.framework/Libraries/libGLESv2.dylib 103 * Chromium Embedded Framework.framework/Libraries/libvk_swiftshader.dylib 104 * Chromium Embedded Framework.framework/Libraries/vk_swiftshader_icd.json 111 * Chromium Embedded Framework.framework/Libraries/libswiftshader_libEGL.dylib 112 * Chromium Embedded Framework.framework/Libraries/libswiftshader_libGLESv2.dylib [all …]
|
| /third_party/boost/status/ |
| D | boost_check_library.py | 20 follows the Boost C++ Libraries requirements and guidelines. It also 44 is required for libraries that have a [project-root]/src directory. 53 The file is required for all libraries. Redirection to HTML documentation. 59 is required for all libraries. 89 # parent library's meta/libraries.json. Otherwise it's a regular library 92 and self.test_file_exists(os.path.join(parent_dir,'meta'),['libraries.json']): 95 self.assert_file_exists(os.path.join(self.library_dir, 'meta'), ['libraries.json'], 97 Did not find [project-root]/meta/libraries.json file, nor did 98 [super-project]/meta/libraries.json contain an entry for the sublibrary. 100 The file is required for all libraries. And contains information about [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | DynamicLibrary.h | 24 /// This class provides a portable interface to dynamic libraries which also 25 /// might be known as shared libraries, shared objects, dynamic shared 26 /// objects, or dynamic link libraries. Regardless of the terminology or the 28 /// allows dynamic libraries to be loaded and searched for externally 35 /// or for unloading libraries when the LLVM library is unloaded. 95 /// SO_LoadedFirst - Search all loaded libraries, then as SO_Linker would. 97 /// SO_LoadedLast - Search as SO_Linker would, then loaded libraries. 98 /// Only useful to search if libraries with RTLD_LOCAL have been added. 100 /// SO_LoadOrder - Or this in to search libraries in the ordered loaded. 101 /// The default bahaviour is to search loaded libraries in reverse. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
| D | LLVMBuild.txt | 41 ; This is a special group whose required libraries are extended (by llvm-build) 47 parent = Libraries 49 ; This is a special group whose required libraries are extended (by llvm-build) 54 parent = Libraries 56 ; This is a special group whose required libraries are extended (by llvm-build) 61 parent = Libraries 67 parent = Libraries 70 ; This is a special group whose required libraries are extended (by llvm-build) 76 parent = Libraries
|
| /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/boost/doc/html/ |
| D | about.html | 8 <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9 <link rel="up" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 10 <link rel="prev" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 11 <link rel="next" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> 15 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td> 17 <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td> 24 …c="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="libraries.html"><img src="… 31 QuickBook sources. Eventually all Boost libraries may use these 38 Documentation for some of the libraries described in this document is 41 …class="listitem"><a class="link" href="index.html" title="The Boost C++ Libraries BoostBook Docume… [all …]
|
| /third_party/icu/icu4c/packaging/ |
| D | PACKAGES | 14 - ICU libraries. This package contains the runtime libraries needed by 22 libraries used by the linker, static libraries, etc... It also 45 When referring to libraries, .so will be used to denote the extension 80 + The ICU libraries package 82 The ICU libraries package is typically named `libicuXX' where XX is 83 the major number of ICU's libraries. This number is ICU's version 92 - All the shared libraries, and their major number symbolic link, but 100 libraries package and commands to create and manipulate that data. 131 latest version of the libraries. 139 This package depends on the ICU libraries package with the exact same [all …]
|
| /third_party/python/Lib/distutils/ |
| D | ccompiler.py | 23 link steps -- include directories, macros to define, libraries to link 103 # 'libraries': a list of libraries to include in any link 105 self.libraries = [] 107 # 'library_dirs': a list of directories to search for libraries 111 # shared libraries/objects at runtime 127 linker_so linker used to create shared objects and libraries 236 """Add 'libname' to the list of libraries that will be included in 243 The linker will be instructed to link against libraries in the 246 names; the linker will be instructed to link against libraries as 249 self.libraries.append(libname) [all …]
|
| /third_party/boost/libs/dll/example/tutorial7/ |
| D | tutorial7.cpp | 16 void load_and_execute(const boost::dll::fs::path libraries[], std::size_t libs_count) { in load_and_execute() argument 21 boost::dll::library_info inf(libraries[i]); in load_and_execute() 27 boost::dll::shared_library lib(libraries[i]); in load_and_execute() 39 std::vector<boost::dll::fs::path> libraries; in main() local 40 libraries.reserve(argc - 1); in main() 43 libraries.push_back(argv[i]); in main() 47 load_and_execute(&libraries[0], libraries.size()); in main()
|
| /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/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…
|