Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/external/curl/m4/
Dxc-lt-iface.m439 # 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 …]
/external/v8/
DAndroid.libv8.mk45 GEN1 := $(generated_sources)/libraries.cc
51 V8_GENERATED_LIBRARIES := $(generated_sources)/libraries.cc
54 GEN2 := $(generated_sources)/experimental-libraries.cc
60 V8_GENERATED_LIBRARIES += $(generated_sources)/experimental-libraries.cc
63 GEN3 := $(generated_sources)/extra-libraries.cc
69 V8_GENERATED_LIBRARIES += $(generated_sources)/extra-libraries.cc
72 GEN3 := $(generated_sources)/experimental-extra-libraries.cc
78 V8_GENERATED_LIBRARIES += $(generated_sources)/experimental-extra-libraries.cc
/external/llvm/docs/
DProjects.rst12 projects that use LLVM header files, libraries, and tools. In order to use
59 Libraries can be object files, archives, or dynamic libraries. The **lib**
60 directory is just a convenient place for libraries as it places them all in
108 The LLVM build system provides a convenient way to build libraries and
173 This variable holds a space separated list of libraries that should be
174 linked into the program. These libraries must be libraries that come from
175 your **lib** directory. The libraries must be specified without their
179 Note that this works only for statically linked libraries.
183 This variable holds a space separated list of libraries that should be
184 linked into the program. These libraries must be LLVM libraries. The
[all …]
/external/libcxxabi/src/
DCMakeLists.txt44 set(libraries ${LIBCXXABI_CXX_ABI_LIBRARIES}) variable
45 append_if(libraries LIBCXXABI_HAS_C_LIB c)
47 append_if(libraries LIBCXXABI_HAS_PTHREAD_LIB pthread)
51 list(APPEND libraries unwind)
53 append_if(libraries LIBCXXABI_HAS_GCC_EH_LIB gcc_eh)
95 target_link_libraries(cxxabi_shared ${libraries})
109 target_link_libraries(cxxabi_static ${libraries})
118 # Add a meta-target for both libraries.
/external/icu/icu4c/source/samples/legacy/
DREADME12 2) explicitly add old libraries to the linker.
18 … 1.8.1. Put both data libraries to wherever ICU_DATA points (usually it is $(prefix)/share/icu/$(i…
19 …ibicuuc.so.18* and libicui18n.so.18* to $(prefix)/lib directory, together with current libraries).
25 Run make check. You should get two different libraries running at the same time.
37 …ample won't link: The path for 1.8.1. libraries is broken. Edit it so that it reflects the path t…
38 Linker says: "Undefined symbol u_getVersion()" (or something similar): path to 1.8.1. libraries is …
39 …ys: "Undefined symbol u_getVersion()_X_Y" (or something similar): path to current libraries is bad.
40 … If legacy crashes that's most probably because it cannot find the data libraries. You can see whi…
/external/skia/gyp/
Dandroid_deps.gyp7 # platform. The OS doesn't provide many stable libraries as part of the
37 'libraries' : [
46 'libraries' : [
58 'libraries' : [
70 'libraries' : [
82 'libraries' : [
Dgpu.gyp53 'libraries/': [
139 'libraries': [
147 'libraries': [
166 'libraries': [
173 'libraries': [
190 'libraries': [
231 'libraries': [
/external/eigen/cmake/
DFindLAPACK.cmake15 # LAPACK_LIBRARIES_DIR - Directories containing the LAPACK libraries.
16 # May be null if LAPACK_LIBRARIES contains libraries name using full path.
17 # LAPACK_LIBRARIES - List of libraries to link against LAPACK interface.
20 # applications or libraries using LAPACK.
23 # - find libraries for a C++ compiler, instead of Fortran
30 # This macro checks for the existence of the combination of fortran libraries
34 # flags given by _flags. If the combination of libraries is found and passes
43 # Check for the existence of the libraries given by _list
84 # Test this combination of libraries with the Fortran/f2c interface.
89 # Some C++ linkers require the f2c library to link with Fortran libraries.
[all …]
DFindBLAS.cmake5 # The list of libraries searched for is mainly taken
16 # BLAS_LIBRARIES_DIR - Directories containing the BLAS libraries.
17 # May be null if BLAS_LIBRARIES contains libraries name using full path.
18 # BLAS_LIBRARIES - List of libraries to link against BLAS interface.
21 # applications or libraries using BLAS.
24 # - find libraries for a C++ compiler, instead of Fortran
31 # This macro checks for the existence of the combination of fortran libraries
35 # flags given by _flags. If the combination of libraries is found and passes
44 # Check for the existence of the libraries given by _list
85 # Test this combination of libraries with the Fortran/f2c interface.
[all …]
/external/guava/
DREADME.android1 URL: http://code.google.com/p/guava-libraries/source/checkout
11 Guava-libraries are a grab bag of utility libraries published by Google as
12 open source, including among other things the Google collections libraries.
/external/llvm/docs/CommandGuide/
Dllvm-config.rst17 print the compiler flags, linker flags and object libraries needed to link
85 Print the installation directory for LLVM libraries.
97 Print the flags needed to link against LLVM libraries.
103 Print all the libraries needed to link against the specified LLVM
110 Similar to **--libs**, but prints the bare filenames of the libraries
149 libraries. Useful "virtual" components include:
154 Includes all LLVM libraries. The default if no components are specified.
/external/icu/icu4c/packaging/
DPACKAGES12 - ICU libraries. This package contains the runtime libraries needed by
20 libraries used by the linker, static libraries, etc... It also
43 When referring to libraries, .so will be used to denote the extension
78 + The ICU libraries package
80 The ICU libraries package is typically named `libicuXX' where XX is
81 the major number of ICU's libraries. This number is ICU's version
90 - All the shared libraries, and their major number symbolic link, but
98 libraries package and commands to create and manipulate that data.
129 latest version of the libraries.
137 This package depends on the ICU libraries package with the exact same
[all …]
/external/libxml2/python/
DREADME5 libxml2 and libxslt (if available) libraries. For general
6 informationss on those XML and XSLT libraries check their
13 associated libraries can be found at:
16 Binaries packages of the libxml2 and libxslt libraries can
29 those two libraries.
/external/icu/icu4c/source/
Dicudefs.mk.in133 # LIBCFLAGS are the flags for static and shared libraries.
135 # LIBCXXFLAGS are the flags for static and shared libraries.
137 # DEFAULT_LIBS are the default libraries to link against
145 # AR_OUTOPT is for creating a specific output name for static libraries.
154 # What kind of libraries are we building and linking against?
204 ## How ICU libraries are named... ex. $(LIBICU)uc$(SO)
210 ## If we can't use the shared libraries, use the static libraries
227 # INSTALL-L installs libraries. Override in mh-* file to INSTALL_PROGRAM
233 # Location of the libraries before "make install" is used
293 # Invoke, set library path for all ICU libraries.
[all …]
/external/opencv3/platforms/scripts/
DABI_compat_generator.py135 libraries = []
137 libraries.append(os.path.join(managerDir, 'sdk/native/libs', architecture, lib))
138 return libraries
160 def WriteXml(version, headers, includes, libraries): argument
190 xml.write('\n\t%s' % '\n\t'.join(libraries))
231 libraries = FindLibraries() variable
235 WriteXml(version, headers, includes, libraries)
/external/c-ares/
DREADME.msvc24 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
80 Dynamic and static c-ares libraries are built in debug and release flavours,
133 How to use c-ares static libraries
/external/skia/platform_tools/android/gyp/
Dskia_android.gypi7 # platform. The OS doesn't provide many stable libraries as part of the
58 # Copy all shared libraries into the Android app's libs folder. Note
60 # libraries, so that they exist by the time it occurs. If there are no
61 # libraries to copy, this will cause an error in Make, but the app will
125 # Copy all shared libraries into the Android app's libs folder. Note
127 # libraries, so that they exist by the time it occurs. If there are no
128 # libraries to copy, this will cause an error in Make, but the app will
224 # Copy all shared libraries into the Android app's libs folder. Note
226 # libraries, so that they exist by the time it occurs. If there are no
227 # libraries to copy, this will cause an error in Make, but the app will
/external/deqp/android/scripts/
Ddebug.py245 …def __init__ (self, libraries=[], nativeBuildDir=None, hostGdbBins=None, deviceGdbCmd=None, appPro… argument
246 self.libraries = libraries
263 return self.libraries
284 libraries = [
299 libraries = [
419 libraries = [
538 libraries = [
646 libraries = [
/external/robolectric/v3/
Drobolectric-annotations-3.1-SNAPSHOT.jar ... ) public abstract java.lang.String[] libraries () } org/robolectric/annotation/Config ...
/external/e2fsprogs/
DINSTALL14 If you wish to turn on ELF shared libraries, add the option
15 --enable-elf-shlibs. If you wish to build profiling libraries, add
35 7) Install the include files and libraries
38 libraries. Please note that this installation is not needed for the
40 programs using the libraries or if you want to compile other program
41 using these libraries (like the 4.4BSD dump and restore port).
/external/clang/docs/
DCrossCompilation.rst28 headers, libraries, etc. So, it's usually simple to download a package
42 the headers, libraries or binutils to generate target specific code.
46 Another problem is that compilers come with standard libraries only (like
50 have your host's libraries installed.
54 effectively changes the logical root for headers and libraries), assume
55 all your binaries and libraries are in the same directory, which may not
64 * have different sets of libraries and headers by default
133 but they're particularly important for additional libraries
144 additional headers or libraries are needed), as Clang will find
153 linker), but not always where the target headers and libraries
[all …]
/external/libunwind_llvm/src/
DCMakeLists.txt59 set(libraries ${LIBUNWINDCXX_ABI_LIBRARIES}) variable
60 append_if(libraries LIBUNWIND_HAS_C_LIB c)
61 append_if(libraries LIBUNWIND_HAS_DL_LIB dl)
62 append_if(libraries LIBUNWIND_HAS_PTHREAD_LIB pthread)
64 target_link_libraries(unwind ${libraries})
/external/autotest/client/common_lib/
DREADME4 This directory is the holding area for storing libraries which are common
6 in client/bin and libraries which are server-specific should live in
12 Libraries in this directory should only rely on other libraries in this
/external/harfbuzz_ng/win32/
DREADME.txt25 PREFIX: Optional. Base directory of where the third-party headers, libraries
27 libraries in $(PREFIX)\lib and tools in $(PREFIX)\bin. If not
41 GLib libraries, and is required for building all tool and test programs.
44 support. This requires the GObject libraries and glib-mkenums script,
51 libraries and tools, along with the Python interpretor that was
62 Requires Cairo libraries built with FreeType support. Note that the
69 Requires the ICU libraries.
/external/vulkan-validation-layers/demos/smoke/
DCMakeLists.txt51 set(libraries PRIVATE ${CMAKE_THREAD_LIBS_INIT}) variable
63 list(APPEND libraries PRIVATE -ldl)
70 list(APPEND libraries PRIVATE ${XCB_LIBRARIES})
78 target_link_libraries(smoketest ${libraries})

12345678910>>...46