/external/clang/runtime/compiler-rt/ |
Makefile | 10 # This file defines support for building the Clang runtime libraries (which are 33 # We don't currently support building runtime libraries when we are 37 # Since we have to build the runtime libraries for the target, it requires we 44 # the just built Clang to compile the compiler-rt libraries. As we grow better 48 # building of compiler-rt libraries when the Clang itself is being cross 56 # use. This is a reasonable compromise on #1, as the compiler-rt libraries 63 # information that compiler-rt would need to build libraries for all the 73 # build/install runtime libraries for as many targets as clang was configured to 130 # We currently only try to generate runtime libraries on x86. 138 # We need to build 32-bit libraries on 64-bit platform, and add the [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_profiling_helper.py | 80 # by comparing the hashes of text sections in both libraries. This isn't an 82 # libraries are compatible. 97 # Ignored directories for libraries that aren't useful for symbolization. 105 """Returns the set of libraries necessary to symbolize a given perf profile. 137 """Returns the set of libraries necessary to symbolize a given VTune profile. 149 # The 'dd_module_file' table lists all libraries on the device. Only the 176 def CreateSymFs(device, symfs_dir, libraries, use_symlinks=True): 185 libraries: Set of library file names that should be included in the symfs. 186 use_symlinks: If True, link instead of copy unstripped libraries into the 195 for lib in libraries [all...] |
/external/icu/icu4c/packaging/rpm/ |
icu.spec | 18 Group: System Environment/Libraries 22 ICU is a set of C and C++ libraries that provides robust and full-featured 33 This package contains the runtime libraries for ICU. It does 38 Summary: International Components for Unicode (libraries) 39 Group: Development/Libraries 41 ICU is a set of C and C++ libraries that provides robust and full-featured 42 Unicode support. This package contains the runtime libraries for ICU. It does 48 Group: Development/Libraries 51 ICU is a set of C and C++ libraries that provides robust and full-featured 56 Group: System Environment/Libraries [all...] |
/external/icu/icu4c/source/ |
icudefs.mk.in | 133 # 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 use [all...] |
/external/llvm/docs/ |
BuildingLLVMWithAutotools.rst | 33 where you want the LLVM tools and libraries to be installed (default 91 Enables debug symbols in the runtime libraries. The default is to strip debug 92 symbols from the runtime libraries. 142 configuration). The build system will compile the tools and libraries with 150 line. For these builds, the build system will compile the tools and libraries 152 libraries and executables it generates. Note that Release Builds are default 185 generated C/C++ files, libraries, and executables. 195 Installs LLVM header files, libraries, tools, and documentation in a hierarchy 202 install bitcode libraries into the GCC front end's bitcode library directory. 203 If you need to update your bitcode libraries, this is the target to use onc [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
README | 9 pair of libraries (bfd and opcodes) and a common set of header files 43 This will configure and build all the libraries as well as the 78 configure. This will build the BFD and opcodes libraries as shared 79 libraries. You can use arguments with the --enable-shared option to 80 indicate that only certain libraries should be built shared; for 81 example, --enable-shared=bfd. The only potential shared libraries in 84 The binutils will be linked against the shared libraries. The build 91 On hosts that support shared system libraries the binutils will be 93 libraries installed as well and you wish to create static binaries 202 tells ld to print all files and libraries used, so that, for example [all...] |
/external/google-breakpad/src/testing/gtest/cmake/ |
internal_utils.cmake | 29 # shared runtime libraries. Otherwise, it may end up with multiple 32 # preferable to use CRT as static libraries, as we don't have to rely 34 # CRT libraries, so we override that default here. 121 # For building the gtest libraries. 125 # Defines the gtest & gtest_main libraries. User tests should link 158 # creates a named C++ executable that depends on the given libraries and 172 # To support mixing linking in static and dynamic libraries, link each
|
/external/libxml2/ |
libxml.spec.in | 8 Group: Development/Libraries 32 Summary: Libraries, includes, etc. to develop XML and HTML applications 33 Group: Development/Libraries 40 Libraries, include files, etc you can use to develop XML applications. 53 Group: Development/Libraries 62 Group: Development/Libraries 78 Group: Development/Libraries
|
/external/opencv3/cmake/ |
OpenCVFindMatlab.cmake | 4 # to extract the mex headers, libraries and shell scripts. If found 12 # MATLAB_LIBRARY_DIRS:Path to mex and matrix libraries 31 # Matlab tends to use some non-standard prefixes and suffixes on its libraries. 37 # find_library when finding Matlab libraries. It does not affect scopes 126 # (include directory and libraries) under the root. If everything is found, 147 # get the path to the libraries 150 # get the libraries
|
/external/opencv3/platforms/scripts/ |
ABI_compat_generator.py | 135 libraries = [] 137 libraries.append(os.path.join(managerDir, 'sdk/native/libs', architecture, lib)) 138 return libraries 160 def WriteXml(version, headers, includes, libraries): 190 xml.write('\n\t%s' % '\n\t'.join(libraries)) 231 libraries = FindLibraries() variable 235 WriteXml(version, headers, includes, libraries)
|
/external/protobuf/vsprojects/ |
readme.txt | 21 put libraries. 23 * To avoid conflicts between the MSVC debug and release runtime libraries, when 31 Static linking is now the default for the Protocol Buffer libraries. Due to 50 Instead, keep these libraries next to your binaries, in your application's 53 libraries will *not* be usable as drop-in replacements. 79 If you are compiling them as static libraries, then you will need to link 88 The following warnings have been disabled while building the protobuf libraries
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/ |
internal_utils.cmake | 29 # shared runtime libraries. Otherwise, it may end up with multiple 32 # preferable to use CRT as static libraries, as we don't have to rely 34 # CRT libraries, so we override that default here. 121 # For building the gtest libraries. 125 # Defines the gtest & gtest_main libraries. User tests should link 158 # creates a named C++ executable that depends on the given libraries and 172 # To support mixing linking in static and dynamic libraries, link each
|
/external/llvm/docs/HistoricalNotes/ |
2007-OriginalClangReadme.txt | 13 The world needs better compiler tools, tools which are built as libraries. This 15 the tools as libraries isn't enough: they must have clean APIs, be as 17 requires clean layering, decent design, and avoiding tying the libraries to a 18 specific use. Oh yeah, did I mention that we want the resultant libraries to 58 higher-level clients and libraries such as code refactoring. 70 clang - An example driver, client of the libraries at various levels. 71 This depends on all these libraries, and on LLVM VMCore. 73 This front-end has been intentionally built as a DAG of libraries, making it 75 build a preprocessor, you take the Basic and Lexer libraries. If you want an
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 153 if self.libraries is not None: 154 compiler.set_libraries(self.libraries) 192 for libname in ext.libraries: 250 # Build shared libraries 253 libraries=None, library_dirs=None, runtime_library_dirs=None, 258 output_dir, libraries, library_dirs, runtime_library_dirs, 263 # Build static libraries everywhere else 267 libraries=None, library_dirs=None, runtime_library_dirs=None, 273 #libraries=None, library_dirs=None, runtime_library_dirs=None,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 153 if self.libraries is not None: 154 compiler.set_libraries(self.libraries) 192 for libname in ext.libraries: 250 # Build shared libraries 253 libraries=None, library_dirs=None, runtime_library_dirs=None, 258 output_dir, libraries, library_dirs, runtime_library_dirs, 263 # Build static libraries everywhere else 267 libraries=None, library_dirs=None, runtime_library_dirs=None, 273 #libraries=None, library_dirs=None, runtime_library_dirs=None,
|
/bionic/tests/libs/ |
Android.build.linker_namespaces.mk | 18 # This set of libraries are used to verify linker namespaces. 23 # 1. Check that private libraries loaded in different namespaces are 25 # 2. Check that public libraries loaded in different namespaces are shared 58 # This set of libraries is to test isolated namespaces 64 # libraries is outside of the search paths.
|
/device/google/dragon/ |
audio_effects.conf | 1 # List of effect libraries to load. Each library element must contain a "path" element 3 # libraries { 8 libraries { 46 # Default pre-processing library. Add to audio_effect.conf "libraries" section if 55 # "libraries" element.
|
/device/moto/shamu/ |
audio_effects.conf | 1 # List of effect libraries to load. Each library element must contain a "path" element 3 # libraries { 8 libraries { 35 # Default pre-processing library. Add to audio_effect.conf "libraries" section if 44 # "libraries" element.
|
/external/e2fsprogs/debian/attic/libs/ |
control | 25 Description: The Common Error Description library - shared libraries. 51 This package contains shared libraries needed by the utility programs. 60 Description: The Common Error Description library - headers and static libraries. 86 Description: The headers and static libraries for ext2fs-aware tools-development. 90 This package contains the headers and shared libraries needed to compile
|
/external/google-tv-pairing-protocol/cpp/ |
Makefile.am | 21 # The -no-undefined flag allows libtool to generate shared libraries for 27 # The libraries (.so's) to build and install. 30 # Libraries that are built but not installed. 94 ## vvvv RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS 156 ## ^^^^ END OF RULES TO MAKE THE LIBRARIES, BINARIES, AND UNITTESTS
|
/external/guava/ |
pom.xml | 17 <url>http://code.google.com/p/guava-libraries</url> 26 <url>http://code.google.com/p/guava-libraries/issues</url> 40 <connection>scm:git:https://code.google.com/p/guava-libraries/</connection> 41 <developerConnection>scm:git:https://code.google.com/p/guava-libraries/</developerConnection> 42 <url>http://code.google.com/p/guava-libraries/source/browse</url>
|
/external/icu/icu4c/source/config/ |
mh-hpux-acc | 14 ## Additional flags when building libraries with threads 60 # Use SHLIB_PATH and LD_LIBRARY_PATH to locate shared libraries 92 ## The type of assembly needed when pkgdata is used for generating shared libraries. 122 ## Versioned libraries rules 129 ## Install libraries as executable
|
/external/libcxx/utils/sym_check/sym_check/ |
extract.py | 3 extract - A set of function that extract symbol lists from shared libraries. 13 NMExtractor - Extract symbol lists from libraries using nm. 26 symbols from shared libraries. 96 ReadElfExtractor - Extract symbol lists from libraries using readelf. 109 extract symbols from shared libraries.
|
/external/libvorbis/ |
README | 49 ./lib The source for the libraries, a BSD-license implementation 95 This will install the Vorbis libraries (static and shared) into 119 first verify that the Ogg libraries are already built following the 124 versions of Vorbis shared libraries to link your projects against. 131 simply add the shared libraries you need to your project (OggLib and
|
/external/webrtc/talk/build/ |
merge_ios_libs | 28 """Script for merging generated iOS libraries.""" 38 """Merges generated iOS libraries for different archs. 44 contain the built libraries for that architecture 53 # all libraries with the same name. 106 # Merge libraries using libtool.
|