/frameworks/base/media/mca/ |
Android.mk | 17 # Build all native libraries
|
/frameworks/base/media/mca/samples/ |
Android.mk | 17 # Build all native libraries
|
/frameworks/multidex/instrumentation/ |
.classpath | 6 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/frameworks/multidex/library/ |
.classpath | 6 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/hardware/intel/common/libmix/mix_audio/ |
mixaudio.spec | 14 Group: System Environment/Libraries 24 Summary: Libraries include files 25 Group: Development/Libraries 29 The %{name}-devel package contains the header files and static libraries
|
/hardware/intel/common/libmix/mix_vbp/ |
mixvbp.spec | 14 Group: System Environment/Libraries 22 Summary: Libraries include files 23 Group: Development/Libraries 27 The %{name}-devel package contains the header files and static libraries for building applications which use %{name}.
|
/ndk/tests/build/warn-no-ldflags-in-static-libraries/ |
build.sh | 10 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*LOCAL_LDFLAGS is always ignored for static libraries"
|
/ndk/tests/build/warn-no-ldlibs-in-static-libraries/ |
build.sh | 10 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*LOCAL_LDLIBS is always ignored for static libraries"
|
/ndk/tests/build/warn-thin-archive-is-for-static-libraries/ |
build.sh | 7 printf "%s\n" "$BUILD_OUTPUT" | grep -q -e "WARNING:.*: LOCAL_THIN_ARCHIVE is for building static libraries"
|
/ndk/tests/device/whole-static-libs/jni/ |
Android.mk | 9 # --whole-archive is used. However, it won't do it for shared libraries, so
|
/packages/services/Telecomm/ |
.classpath | 7 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
strings.h | 12 libraries.
|
/sdk/testapps/javaProjectTest/app/ |
.classpath | 6 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/sdk/testapps/javaProjectTest/lib1/ |
.classpath | 6 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/sdk/testapps/javaProjectTest/lib2/ |
.classpath | 6 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/toolchain/binutils/binutils-2.25/config/ |
bootstrap-debug-lib.mk | 1 # This BUILD_CONFIG option tests that target libraries built during
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
config.py | 39 ('libraries=', 'l', 40 "external C libraries to link with"), 42 "directories to search for external C libraries"), 58 self.libraries = None 75 if self.libraries is None: 76 self.libraries = [] 77 elif isinstance(self.libraries, str): 78 self.libraries = [self.libraries] 106 if self.libraries [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
config.py | 39 ('libraries=', 'l', 40 "external C libraries to link with"), 42 "directories to search for external C libraries"), 58 self.libraries = None 75 if self.libraries is None: 76 self.libraries = [] 77 elif isinstance(self.libraries, str): 78 self.libraries = [self.libraries] 106 if self.libraries [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 39 ('libraries=', 'l', 40 "external C libraries to link with"), 42 "directories to search for external C libraries"), 58 self.libraries = None 75 if self.libraries is None: 76 self.libraries = [] 77 elif isinstance(self.libraries, str): 78 self.libraries = [self.libraries] 106 if self.libraries [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 39 ('libraries=', 'l', 40 "external C libraries to link with"), 42 "directories to search for external C libraries"), 58 self.libraries = None 75 if self.libraries is None: 76 self.libraries = [] 77 elif isinstance(self.libraries, str): 78 self.libraries = [self.libraries] 106 if self.libraries [all...] |
/external/llvm/cmake/modules/ |
LLVM-Config.cmake | 39 # but also against the component libraries below. This is 45 # may imply linking to libraries that are not included in 57 llvm_map_components_to_libnames(LIBRARIES ${link_components}) 60 target_link_libraries(${executable} INTERFACE ${LIBRARIES}) 62 target_link_libraries(${executable} PRIVATE ${LIBRARIES}) 65 target_link_libraries(${executable} ${LIBRARIES}) 106 # Translate symbolic component names to real libraries: 117 message(FATAL_ERROR "Target ${c} is not in the set of libraries.") 194 message(FATAL_ERROR "Library `${c}' not found in list of llvm libraries.") 227 # Expand dependencies while topologically sorting the list of libraries [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
ccompiler.py | 31 link steps -- include directories, macros to define, libraries to link 111 # 'libraries': a list of libraries to include in any link 113 self.libraries = [] 115 # 'library_dirs': a list of directories to search for libraries 119 # shared libraries/objects at runtime 135 linker_so linker used to create shared objects and libraries 248 """Add 'libname' to the list of libraries that will be included in 255 The linker will be instructed to link against libraries in the 258 names; the linker will be instructed to link against libraries a [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
ccompiler.py | 31 link steps -- include directories, macros to define, libraries to link 111 # 'libraries': a list of libraries to include in any link 113 self.libraries = [] 115 # 'library_dirs': a list of directories to search for libraries 119 # shared libraries/objects at runtime 135 linker_so linker used to create shared objects and libraries 248 """Add 'libname' to the list of libraries that will be included in 255 The linker will be instructed to link against libraries in the 258 names; the linker will be instructed to link against libraries a [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 31 link steps -- include directories, macros to define, libraries to link 111 # 'libraries': a list of libraries to include in any link 113 self.libraries = [] 115 # 'library_dirs': a list of directories to search for libraries 119 # shared libraries/objects at runtime 135 linker_so linker used to create shared objects and libraries 248 """Add 'libname' to the list of libraries that will be included in 255 The linker will be instructed to link against libraries in the 258 names; the linker will be instructed to link against libraries a [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 31 link steps -- include directories, macros to define, libraries to link 111 # 'libraries': a list of libraries to include in any link 113 self.libraries = [] 115 # 'library_dirs': a list of directories to search for libraries 119 # shared libraries/objects at runtime 135 linker_so linker used to create shared objects and libraries 248 """Add 'libname' to the list of libraries that will be included in 255 The linker will be instructed to link against libraries in the 258 names; the linker will be instructed to link against libraries a [all...] |