Searched refs:libraries (Results 1 - 25 of 129) sorted by relevance

123456

/external/e2fsprogs/contrib/python-uuid/
H A Dsetup.py6 libraries = ['uuid']) variable
/external/selinux/policycoreutils/sepolicy/
H A Dsetup.py8 libraries=["apol", "qpol"], variable
/external/openssh/contrib/
H A Dfindssl.sh6 # Search for all instances of OpenSSL headers and libraries
22 # or libraries. You can use the following # procedure to help identify
26 # headers and libraries that were picked up, for example:
33 # Now run findssl.sh. This should identify the headers and libraries
35 # libraries and headers used and adjust your CFLAGS or remove incorrect
130 # Search for shared libraries.
131 # Relies on shared libraries looking like "libcrypto.s*"
136 libraries=`locate libcrypto.s`
138 libraries=`find / -name 'libcrypto.s*' -print 2>/dev/null`
141 for lib in $libraries
[all...]
/external/llvm/tools/llvm-config/
H A DLibraryDependencies.inc19 /// The list of libraries required when linking this component.
/external/compiler-rt/make/platform/
H A Dmulti_arch.mk1 Description := Example configuration for build two libraries for separate \
H A Dclang_linux.mk1 Description := Static runtime libraries for clang/Linux.
50 # Build runtime libraries for i386.
57 # Build runtime libraries for x86_64.
/external/deqp/framework/common/
H A DtcuFunctionLibrary.cpp79 CompositeFunctionLibrary::CompositeFunctionLibrary (const FunctionLibrary* libraries, int numLibraries) argument
80 : m_libraries (libraries)
H A DtcuFunctionLibrary.hpp92 CompositeFunctionLibrary (const FunctionLibrary* libraries, int numLibraries);
/external/deqp/android/scripts/
H A Ddebug.py245 def __init__ (self, libraries=[], nativeBuildDir=None, hostGdbBins=None, deviceGdbCmd=None, appProcessName=None, linkerName=None):
246 self.libraries = libraries
263 return self.libraries
284 libraries = [
299 libraries = [
419 libraries = [
538 libraries = [
646 libraries = [
659 parser.add_argument('--device-libs', dest='deviceLibs', default=[], nargs='+', help="List of libraries tha
[all...]
/external/v8/
H A DAndroid.libv8.mk44 # Generate libraries.cc
45 GEN1 := $(generated_sources)/libraries.cc
48 @echo "Generating libraries.cc"
51 V8_GENERATED_LIBRARIES := $(generated_sources)/libraries.cc
53 # Generate experimental-libraries.cc
54 GEN2 := $(generated_sources)/experimental-libraries.cc
57 @echo "Generating experimental-libraries.cc"
60 V8_GENERATED_LIBRARIES += $(generated_sources)/experimental-libraries.cc
H A DAndroid.mksnapshot.mk51 # Generate libraries.cc
52 GEN3 := $(generated_sources)/libraries.cc
55 @echo "Generating libraries.cc"
58 LOCAL_GENERATED_SOURCES := $(generated_sources)/libraries.cc
60 # Generate experimental-libraries.cc
61 GEN4 := $(generated_sources)/experimental-libraries.cc
64 @echo "Generating experimental-libraries.cc"
67 LOCAL_GENERATED_SOURCES += $(generated_sources)/experimental-libraries.cc
/external/lldb/scripts/
H A Dverify_api.py35 parser.add_option('-l', '--library', type='string', action='append', dest='libraries', help='Specify one or more libraries that will contain all needed APIs for the executables.')
41 for library in options.libraries:
79 print 'error: missing %u API symbols from %s' % (exe_errors, options.libraries)
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME8 party open source libraries:
28 2) Run 'ant'. This will build the JavaScript runtime libraries into the
/external/elfutils/src/libebl/
H A DAndroid.mk81 # Disable clang like other elfutils libraries.
112 # Disable clang like other elfutils libraries.
/external/jemalloc/bin/
H A Djemalloc-config.in22 --libs : Print libraries jemalloc was linked against.
/external/libexif/
H A Dlibexif.spec25 The libexif-devel package contains the libraries and include files
/external/libxml2/python/
H A Dsetup.py86 # those are added in the linker search path for libraries
198 libraries=libs, define_macros=macros)]
202 libraries=libs, define_macros=macros))
H A Dsetup.py.in86 # those are added in the linker search path for libraries
198 libraries=libs, define_macros=macros)]
202 libraries=libs, define_macros=macros))
/external/icu/icu4c/source/test/depstest/
H A Ddependencies.py20 Each item can have an optional set of "deps" (libraries & groups).
24 libraries: Set of library names mentioned in the dependencies file.
38 libraries = set() variable
142 global items, libraries, _line_number, _groups_to_be_defined
156 libraries.add(name)
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py82 LIBRARY_SECTION = 'libraries'
369 # count libraries
370 libraries = []
376 libraries.append(config.get(LIBRARY_SECTION, library_name))
378 self.libraries = libraries
393 JINF_NUM_DLS_CHUNKS, len(self.libraries))
482 for library in self.libraries:
514 """ Gets the libraries """
515 return self.libraries
[all...]
/external/ltrace/
H A Dproc.c273 for (lib = proc->libraries; lib != NULL; ) {
279 proc->libraries = NULL;
378 struct library **nlibp = &retp->libraries;
379 for (lib = proc->leader->libraries; lib != NULL; lib = lib->next) {
391 for (lib = retp->libraries; lib != NULL; ) {
889 lib->next = proc->libraries;
890 proc->libraries = lib;
957 * with latent symbols of all libraries (including this
971 for (libp = &proc->libraries; *libp != NULL; libp = &(*libp)->next)
986 it = proc->libraries;
[all...]
/external/jpeg/
H A Dltconfig124 --disable-shared do not build shared libraries
125 --disable-static do not build static libraries
463 # FIXME: we need at least 68020 code to build shared libraries, but
578 echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
689 # See if the linker supports building shared libraries.
690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
717 # See if GNU ld supports shared libraries.
779 # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
1147 # HP-UX runs *really* slowly unless shared libraries are mode 555.
1174 # Only the GNU ld.so supports shared libraries o
[all...]
/external/boringssl/
H A DAndroid.mk1 # Note that some host libraries have the same module name as the target
2 # libraries. This is currently needed to build, for example, adb. But it's
/external/elfutils/src/tests/
H A Dbacktrace-subr.sh91 echo >&2 $testname: arm needs debuginfo installed for all libraries
/external/gtest/src/
H A DAndroid.mk17 # Gtest builds 2 libraries: libgtest and libgtest_main. libgtest
22 # We build these 2 libraries for the target device and for the host if

Completed in 5016 milliseconds

123456