HomeSort by relevance Sort by last modified time
    Searched refs:libraries (Results 276 - 300 of 1395) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/packaging/rpm/
icu.spec 20 Group: System Environment/Libraries
24 ICU is a set of C and C++ libraries that provides robust and full-featured
35 This package contains the runtime libraries for ICU. It does
40 Summary: International Components for Unicode (libraries)
41 Group: Development/Libraries
43 ICU is a set of C and C++ libraries that provides robust and full-featured
44 Unicode support. This package contains the runtime libraries for ICU. It does
50 Group: Development/Libraries
53 ICU is a set of C and C++ libraries that provides robust and full-featured
58 Group: System Environment/Libraries
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/m4/
ltdl.m4 188 [Define if the OS needs help to load dependent libraries for dlopen().])
205 [Define to the extension used for shared libraries, say, ".so".])
266 [Define to the sub-directory in which libtool stores uninstalled libraries.])
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 380 // add the exported libraries android container to the array
1035 List<IProject> libraries = projectState.getFullLibraryProjects(); local
1093 List<IProject> libraries = projectState.getFullLibraryProjects(); local
    [all...]
AndroidClasspathContainerInitializer.java 289 * framework and optional libraries.
298 * @param target The target that contains the libraries.
348 // libraries and should contain at least one doc and a jar (if there are any libraries).
487 // now deal with optional libraries
645 // compare optional libraries javadoc
656 // The number of libraries should be low enough that we can simply go through the
670 // discrepancy in the libraries. We force a resolve.
690 * Additionally, if there are optional libraries, the array will contain:
692 * <li>Path to the libraries javadoc</li
    [all...]
LibraryClasspathContainerInitializer.java 128 IClasspathContainer libraries = allocateLibraryContainer(project); local
129 if (libraries != null) {
132 new IClasspathContainer[] { libraries },
175 // process all the libraries
198 "Android Private Libraries");
355 // process all the libraries
582 // libraries that are part of the runtime.
  /build/soong/cc/
library.go 55 // rename host libraries to prevent overlap with system installed libraries
117 // Module factory for combined static + shared libraries, device by default but with possible host
124 // Module factory for static libraries
131 // Module factory for shared libraries
138 // Module factory for host static libraries
145 // Module factory for host shared libraries
152 // Module factory for header-only libraries
205 // functionality: static vs. shared linkage, reusing object files for shared libraries
340 // since for bionic libraries, abi-filtering is taken care of by versio
    [all...]
cc.go 125 libFlags []string // Flags to add libraries early to the link order
182 // normal, and the other limited to the set of libraries and headers
394 // TODO(ccross): also handle dlopenable libraries
900 // rewriteNdkLibs takes a list of names of shared libraries and scans it for three types
1075 // These aren't real libraries, but are the stub shared libraries that are included in
1085 // At this point we know we have two NDK libraries, but we need to
    [all...]
ndk_library.go 60 // These libraries have migrated over to the new ndk_library, which is added
250 // functions here. We're just generating stub libraries, so ignore it.
256 // These libraries aren't actually used. Don't worry about unwinding
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 821 List<File> libraries = null;
835 libraries = new ArrayList<File>(entries.length);
852 libraries.add(entry.getPath().toFile());
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 153 # make sure cmd.libraries is turned into a list
156 cmd.libraries = 'my_lib'
158 self.assertEqual(cmd.libraries, ['my_lib'])
226 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
233 # when they are in ('include_dirs', 'library_dirs', 'libraries'
235 self.assertEqual(ext.libraries, 'foo')
239 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
  /external/freetype/
vms_make.com 13 $! External libraries (like FreeType, XPM, etc.) are supported via the
78 $! Pull in external libraries
1060 $! Take care of driver file with information about external libraries
1073 ! check if external libraries (like t1lib and FreeType) are available on
1093 ! Location: All of the libraries can be found at the following addresses
1109 $! Open data file with location of libraries
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 149 # make sure cmd.libraries is turned into a list
152 cmd.libraries = 'my_lib, other_lib lastlib'
154 self.assertEqual(cmd.libraries, ['my_lib', 'other_lib', 'lastlib'])
230 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
237 # when they are in ('include_dirs', 'library_dirs', 'libraries'
239 self.assertEqual(ext.libraries, 'foo')
243 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 178 # make sure cmd.libraries is turned into a list
181 cmd.libraries = 'my_lib, other_lib lastlib'
183 self.assertEqual(cmd.libraries, ['my_lib', 'other_lib', 'lastlib'])
260 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
267 # when they are in ('include_dirs', 'library_dirs', 'libraries'
269 self.assertEqual(ext.libraries, 'foo')
273 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 156 # make sure cmd.libraries is turned into a list
159 cmd.libraries = 'my_lib, other_lib lastlib'
161 self.assertEqual(cmd.libraries, ['my_lib', 'other_lib', 'lastlib'])
230 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
237 # when they are in ('include_dirs', 'library_dirs', 'libraries'
239 self.assertEqual(ext.libraries, 'foo')
243 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 156 # make sure cmd.libraries is turned into a list
159 cmd.libraries = 'my_lib, other_lib lastlib'
161 self.assertEqual(cmd.libraries, ['my_lib', 'other_lib', 'lastlib'])
230 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
237 # when they are in ('include_dirs', 'library_dirs', 'libraries'
239 self.assertEqual(ext.libraries, 'foo')
243 exts = [('foo.bar', {'sources': [''], 'libraries': 'foo',
  /prebuilts/go/darwin-x86/src/cmd/pprof/
pprof.go 144 // objTool implements driver.ObjTool using Go libraries
213 // file implements driver.ObjFile using Go libraries
232 // No support for shared libraries.
  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 259 // satisfied by other libraries at dynamic load time.
265 // not dynamic, so no libraries
330 // ImportedLibraries returns the names of all libraries
  /prebuilts/go/linux-x86/src/cmd/pprof/
pprof.go 144 // objTool implements driver.ObjTool using Go libraries
213 // file implements driver.ObjFile using Go libraries
232 // No support for shared libraries.
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 259 // satisfied by other libraries at dynamic load time.
265 // not dynamic, so no libraries
330 // ImportedLibraries returns the names of all libraries
  /build/make/target/board/generic/
BoardConfig.mk 51 # Build OpenGLES emulation guest and host libraries
  /build/make/target/board/generic_x86/
BoardConfig.mk 36 # Build OpenGLES emulation host and guest libraries
  /build/soong/java/
droiddoc.go 73 // list of of java libraries that will be in the classpath.
278 // For OpenJDK 9 we use --patch-module to define the core libraries code.
280 // modules. Here we treat all code in core libraries as being in java.base
286 // For OpenJDK 8 we can use -bootclasspath to define the core libraries code.

Completed in 1254 milliseconds

<<11121314151617181920>>