Home
last modified time | relevance | path

Searched full:libraries (Results 1 – 25 of 2742) sorted by relevance

12345678910>>...110

/third_party/python/Lib/distutils/command/
Dbuild_clib.py30 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 …]
Dconfig.py36 ('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/
Dget_externals.bat3 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.8 variable
55 if NOT "%IncludeLibffiSrc%"=="false" set libraries=%libraries% libffi-3.4.4 variable
56 if NOT "%IncludeSSLSrc%"=="false" set libraries=%libraries% openssl-1.1.1u variable
57 set libraries=%libraries% sqlite-3.42.0.0 variable
58 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tcl-core-8.6.12.1 variable
59 if NOT "%IncludeTkinterSrc%"=="false" set libraries=%libraries% tk-8.6.12.1 variable
[all …]
/third_party/curl/m4/
Dxc-lt-iface.m441 # Default behavior is to enable shared and static libraries on systems
50 # User may have disabled shared or static libraries.
64 AC_MSG_ERROR([can not disable shared and static libraries simultaneously])
69 # and build runs for shared and static is to enable shared libraries
93 # Default behavior is to build PIC objects for shared libraries and
94 # non-PIC objects for static libraries.
116 # is to build PIC objects even for static libraries. This behavior may
176 dnl Checks whether libtool shared and static libraries
187 # Verify if finally libtool shared libraries will be built
200 # Verify if finally libtool static libraries will be built
[all …]
/third_party/openssl/doc/man7/
Dprovider.pod40 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/python/Lib/distutils/
Dccompiler.py23 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDynamicLibrary.h24 /// 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/icu/icu4c/packaging/
DPACKAGES14 - 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/ffmpeg/
DLICENSE.md79 ## 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DLLVMBuild.txt41 ; 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/skia/third_party/externals/icu/source/samples/legacy/
DREADME15 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/
DREADME15 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/python/Lib/distutils/tests/
Dtest_build_clib.py32 # 'libraries' option must be a list
35 # each element of 'libraries' must a 2-tuple
39 # first element of each tuple in 'libraries'
62 # "in 'libraries' option 'sources' must be present and must be
64 cmd.libraries = [('name', {})]
67 cmd.libraries = [('name', {'sources': 1})]
70 cmd.libraries = [('name', {'sources': ['a', 'b']})]
73 cmd.libraries = [('name', {'sources': ('a', 'b')})]
76 cmd.libraries = [('name', {'sources': ('a', 'b')}),
113 cmd.distribution.libraries = 'WONTWORK'
[all …]
/third_party/rust/crates/clang-sys/build/
Dstatic.rs15 /// Clang static libraries required to link to `libclang` 3.5 and later.
44 /// Gets the LLVM static libraries required to link to `libclang`.
51 // libraries may be in one of two forms, a full path to the library in get_llvm_libraries()
62 /// Gets the Clang static libraries required to link to `libclang`.
70 if let Ok(libraries) = glob::glob(&pattern) { in get_clang_libraries()
71 libraries in get_clang_libraries()
79 /// Finds a directory containing LLVM and Clang static libraries and returns the
92 panic!("could not find any static libraries"); in find()
100 /// Finds and links to `libclang` static libraries.
106 // Specify required Clang static libraries. in link()
[all …]
/third_party/gn/docs/
Dstyle_guide.md23 * Test support libraries should be static libraries named "test\_support".
24 For example, "//ui/compositor:test\_support". Test support libraries should
33 * Source sets, groups, and static libraries do not need globally unique names.
38 * Shared libraries (and by extension, components) must have globally unique
157 ### Source sets versus static libraries
159 Source sets and static libraries can be used interchangeably in most cases. If
164 Static libraries follow different linking rules. When a static library is
183 * On some platforms, static libraries may involve duplicating all of the
185 for certain very large libraries in configurations with very large object
186 files can cause internal limits on the size of static libraries to be
[all …]
/third_party/icu/icu4j/main/tests/framework/
D.classpath6 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
7 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
9 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
12 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
14 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/icu/icu4j/main/tests/charset/
D.classpath8 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
9 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
11 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
14 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
16 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/icu/icu4j/main/tests/packaging/
D.classpath7 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
8 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
10 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
13 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
15 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/
DCMakeLists.txt17 # 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/icu/icu4j/main/tests/translit/
D.classpath9 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
10 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
12 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
15 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
17 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/icu/icu4j/main/tests/collate/
D.classpath12 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
13 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
15 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
18 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
20 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/icu/icu4j/main/tests/core/
D.classpath10 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
11 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
13 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
16 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
18 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/skia/third_party/externals/expat/expat/win32/
DREADME.txt21 * 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/icu/icu4j/main/tests/localespi/
D.classpath13 <classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
14 …<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-librari…
16 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-jav…
19 …<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-
21 …<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.…
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/
DCMakeLists.txt38 # 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.

12345678910>>...110