HomeSort by relevance Sort by last modified time
    Searched full:libraries (Results 526 - 550 of 5001) sorted by null

<<21222324252627282930>>

  /external/icu/icu4c/source/config/
mh-cygwin 12 ## Make sure that the static libraries can be built and used
15 ## Make sure that the static libraries can be built
24 ## Additional flags when building libraries and with threads
28 # Commands to link. Link with C++ in case static libraries are used.
98 ## Versioned libraries rules
104 ## Install libraries as executable
  /ndk/docs/text/
CPU-X86.text 26 will ensure that your application package contains libraries for all target
28 correspond to its own set of native libraries built from the same sources.
32 As you would expect, generated libraries will go into `$PROJECT/libs/x86/`, and
36 libraries on a *compatible* x86-based device automatically at install time,
41 based on the native libraries they embed and your device's target CPU.
128 native platform headers/libraries for you.
PREBUILTS.text 4 Android NDK r5 introduced support for prebuilt libraries (shared and
6 prebuilt version of libraries.
10 1. You want to distribute your own libraries to third-party NDK developers
13 2. You want to use a prebuilt version of your own libraries to speed up
68 III. Exporting headers for prebuilt libraries:
101 We recommend you to provide prebuilt shared libraries that contain debug
130 Here. we assume that the prebuilt libraries to copy are under the
  /external/clang/runtime/compiler-rt/
Makefile 10 # This file defines support for building the Clang runtime libraries (which are
37 # We don't currently support building runtime libraries when we are
41 # Since we have to build the runtime libraries for the target, it requires we
48 # the just built Clang to compile the compiler-rt libraries. As we grow better
52 # building of compiler-rt libraries when the Clang itself is being cross
60 # use. This is a reasonable compromise on #1, as the compiler-rt libraries
67 # information that compiler-rt would need to build libraries for all the
77 # build/install runtime libraries for as many targets as clang was configured to
132 # We currently only try to generate runtime libraries on x86.
142 # We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add the
    [all...]
  /build/core/combo/
TARGET_linux-arm64.mk 170 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
173 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
176 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
196 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
199 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
202 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
222 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
224 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \
226 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \
227 $(call normalize-target-libraries,$(filter %libc_nomalloc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))
    [all...]
TARGET_linux-mips.mk 176 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
179 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
182 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
202 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
205 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
208 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
228 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
230 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \
232 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \
233 $(call normalize-target-libraries,$(filter %libc_nomalloc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))
    [all...]
TARGET_linux-mips64.mk 180 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
183 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
186 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
206 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
209 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
212 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
232 $(call normalize-target-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
234 $(call normalize-target-libraries,$(filter-out %libc_nomalloc.a,$(filter-out %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))) \
236 $(call normalize-target-libraries,$(filter %libc.a,$(PRIVATE_ALL_STATIC_LIBRARIES))) \
237 $(call normalize-target-libraries,$(filter %libc_nomalloc.a,$(PRIVATE_ALL_STATIC_LIBRARIES)))
    [all...]
HOST_darwin-x86.mk 91 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
92 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
109 $(call normalize-host-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
111 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
112 $(call normalize-host-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_profiling_helper.py 70 # by comparing the hashes of text sections in both libraries. This isn't an
72 # libraries are compatible.
82 # Ignored directories for libraries that aren't useful for symbolization.
90 """Returns the set of libraries necessary to symbolize a given perf profile.
118 """Returns the set of libraries necessary to symbolize a given VTune profile.
130 # The 'dd_module_file' table lists all libraries on the device. Only the
138 def CreateSymFs(device, symfs_dir, libraries, use_symlinks=True):
147 libraries: Set of library file names that should be included in the symfs.
148 use_symlinks: If True, link instead of copy unstripped libraries into the
158 for lib in libraries
    [all...]
  /external/chromium_org/build/android/pylib/linker/
test_case.py 11 behaviour, all it does is save RAM when loading native libraries.
17 process at the same time just after loading native libraries, in
216 """Extract the names and addresses of shared libraries loaded in the
250 message detailing the libraries that are not randomized properly.
274 return False, '%s libraries failed randomization: %s' % \
277 return True, '%s libraries properly randomized: %s' % \
384 The point of this check is to ensure that the libraries are loaded
390 - For regular devices, the browser process should load libraries above
403 logging.info('Browser libraries: %s', browser_libs)
404 logging.info('Renderer libraries: %s', renderer_libs
    [all...]
  /external/llvm/tools/llvm-config/
llvm-config.cpp 12 // available features, required libraries, etc.).
15 // itself (i.e., the Makefiles use it to compute required libraries when linking
42 // and required components for all of the available libraries.
54 /// \param RequiredLibs [out] - The ordered list of required libraries.
85 /// \brief Compute the list of required libraries for a given list of
86 /// components, in an order suitable for passing to a linker (that is, libraries
89 /// \param Components - The names of the components to find libraries for.
90 /// \param RequiredLibs [out] - On return, the ordered list of libraries that
122 // The list is now ordered with leafs first, we want the libraries to printed
146 --libdir Directory containing LLVM libraries.\n
    [all...]
  /external/chromium_org/third_party/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/chromium_org/third_party/yasm/source/patched-yasm/m4/
lib-prefix.m4 17 dnl to access previously installed libraries. The basic assumption is that
21 dnl libraries, but is otherwise very convenient.
36 [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
37 --without-lib-prefix don't search for libraries in includedir and libdir],
162 dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit
163 dnl libraries go under $prefix/lib. We determine the compiler's default
169 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
  /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
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 16 $(call __ndk_info,WARNING: Rebuilding libc++ libraries from sources!)
40 $(call __ndk_info,WARNING: Rebuilding libc++ libraries from sources since libc++ prebuilt libraries for $(TARGET_ARCH_ABI))
43 $(call __ndk_info,WARNING: Rebuilding libc++ libraries from sources since libc++ prebuilt libraries for $(TARGET_ARCH_ABI))
143 $(call ndk_log,Using prebuilt libc++ libraries)
180 $(call ndk_log,Rebuilding libc++ libraries from sources)
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_list.cpp 20 // A helper struct used when looking up symbols in libraries.
60 // Destroy all known libraries.
99 // TODO(digit): Support weak symbols in system libraries.
100 // With the current code, all symbols in system libraries
132 // Linearly scan all libraries, looking for one that contains
137 // TODO(digit): Search addresses inside system libraries.
192 // Remove from internal list of crazy libraries.
313 // Load all dependendent libraries.
350 // libraries. IMPORTANT: Do this _before_ calling the constructors
  /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
  /ndk/sources/android/crazy_linker/src/
crazy_linker_library_list.cpp 20 // A helper struct used when looking up symbols in libraries.
60 // Destroy all known libraries.
99 // TODO(digit): Support weak symbols in system libraries.
100 // With the current code, all symbols in system libraries
132 // Linearly scan all libraries, looking for one that contains
137 // TODO(digit): Search addresses inside system libraries.
192 // Remove from internal list of crazy libraries.
313 // Load all dependendent libraries.
350 // libraries. IMPORTANT: Do this _before_ calling the constructors
  /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,
  /device/asus/flo/
audio_effects.conf 1 # List of effect libraries to load. Each library element must contain a "path" element
3 # libraries {
8 libraries {
29 # Default pre-processing library. Add to audio_effect.conf "libraries" section if
38 # "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 {
32 # Default pre-processing library. Add to audio_effect.conf "libraries" section if
41 # "libraries" element.
  /external/chromium_org/third_party/icu/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
mh-mingw 19 ## Make sure that the static libraries can be built and used
22 ## Make sure that the static libraries can be built
31 ## Additional flags when building libraries and with threads
36 # Commands to link. Link with C++ in case static libraries are used.
115 ## Versioned libraries rules
  /external/chromium_org/third_party/libxml/src/
libxml.spec.in 6 Group: Development/Libraries
24 Summary: Libraries, includes, etc. to develop XML and HTML applications
25 Group: Development/Libraries
31 Libraries, include files, etc you can use to develop XML applications.
44 Group: Development/Libraries

Completed in 374 milliseconds

<<21222324252627282930>>