/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"/>
|
/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/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
dynamic-loading.rst | 28 C standard libraries: glibc and newlib 31 The Native Client SDK comes with two C standard libraries --- glibc and 32 newlib. These libraries are described in the table below. 43 | | | | interdependent libraries including libc, | 71 shared libraries and to load the libraries at runtime, but the payoff is 73 common dynamically linked libraries such as libc.so between applications. 77 file and several libraries, which are on the order of 1.5MB). 93 between the two libraries.** 131 Specifying and delivering shared libraries [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...] |
/development/host/windows/usb/adb_winapi_test/ |
SOURCES | 24 # Use statically linked atl libraries:
27 # Use multithreaded libraries
|
/development/samples/SimpleJNI/jni/ |
Android.mk | 33 # All of the shared libraries we link against. 37 # No static libraries.
|
/device/sample/frameworks/PlatformLibrary/jni/ |
Android.mk | 32 # All of the shared libraries we link against. 39 # No static libraries.
|
/external/bison/lib/ |
msvc-nothrow.h | 2 with MSVC runtime libraries. 21 /* With MSVC runtime libraries with the "invalid parameter handler" concept,
|
/external/chromium_org/build/android/ |
create_standalone_apk_action.gypi | 6 # combines a directory of shared libraries and an incomplete APK into a 37 '--libraries-top-dir=<(libraries_top_dir)',
|
/external/chromium_org/build/win/importlibs/ |
create_import_lib.gypi | 6 # to create import libraries from an import description file in a consistent 25 # This will generate import libraries named 'foo.lib' and 'bar.lib' in the
|
/external/chromium_org/components/ |
wifi.gypi | 33 'libraries': [ 40 'libraries': [
|
/external/chromium_org/skia/ |
skia_system.gypi | 11 'libraries': [ '-lskia' ], 22 'libraries': [ '-lskia' ],
|
/external/chromium_org/third_party/skia/gyp/ |
zlib.gyp | 62 'libraries': [ 66 'libraries': [
|
/external/chromium_org/third_party/tcmalloc/vendor/m4/ |
acx_nanosleep.m4 | 4 # NANOSLEEP_LIBS is set to whatever libraries are needed to support 8 [AC_MSG_CHECKING(if nanosleep requires any libraries)
|
/external/chromium_org/third_party/tlslite/tlslite/ |
__init__.py | 6 other libraries for faster crypto operations. TLS Lite integrates with several 7 stdlib neworking libraries.
|
/external/chromium_org/tools/gyp/test/hard_dependency/ |
gyptest-exported-hard-dependency.py | 10 remove dependencies between static libraries. 19 'static libraries.\n')
|
/external/chromium_org/tools/gyp/test/ios/app-bundle/ |
test-device.gyp | 23 'libraries': [ 53 'libraries': [
|
/external/chromium_org/tools/gyp/test/mac/framework/ |
framework.gyp | 28 'libraries': [ 41 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Libraries',
|
/external/compiler-rt/test/tsan/ |
ignore_lib2.cc | 6 // Tests that called_from_lib suppression matched against 2 libraries 31 // CHECK: ThreadSanitizer: called_from_lib suppression 'ignore_lib2' is matched against 2 libraries
|
/external/guava/guava/src/com/google/common/cache/ |
package-info.java | 27 * <a href="http://guava-libraries.googlecode.com">Guava libraries</a>.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
package-info.java | 30 * <a href="http://guava-libraries.googlecode.com">Guava libraries</a>.
|
/external/llvm/utils/ |
findsym.pl | 5 # Synopsis: Generate a list of the libraries in which a symbol is defined or 22 # Gather definitions from the libraries
|