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

<<11121314151617181920>>

  /external/chromium_org/third_party/sqlite/src/
spec.template 10 Group: System/Libraries
25 Summary: Header files and libraries for developing apps which will use sqlite
30 The sqlite-devel package contains the header files and libraries needed
  /external/chromium_org/third_party/widevine/cdm/
widevine_cdm.gyp 66 'libraries': [
72 'libraries': [
78 'libraries': [
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared.py 8 Verifies simple build of a "Hello, world!" program with shared libraries,
9 including verifying that libraries are rebuilt correctly when functions
10 move between libraries.
  /external/cmockery/cmockery_0_1_2/packages/rpm/
rpm.spec 14 Group: Development/Libraries
30 Group: Development/Libraries
34 The %name package contains static and debug libraries and header files for the
  /external/deqp/
CMakeLists.txt 22 set(DEQP_GLES1_LIBRARIES ) # GLESv1 libraries
25 set(DEQP_GLES2_LIBRARIES ) # GLESv2 libraries. If empty, run-time linking is used
28 set(DEQP_GLES3_LIBRARIES ) # GLESv3 libraries. If empty, run-time linking is used
31 set(DEQP_VG_LIBRARIES ) # VG libraries
34 set(DEQP_EGL_LIBRARIES ) # EGL libraries
37 set(DEQP_OPENCL_LIBRARIES ) # OpenCL libraries
39 set(DEQP_PLATFORM_LIBRARIES ) # Other platform libraries
44 set(DEQP_PLATFORM_COPY_LIBRARIES ) # Libraries / binaries that need to be copied to binary directory
83 # \todo [2013-04-14 pyry] Remove once we've got dynamic loading of GL libraries figured out
196 # \todo [2013-04-14 pyry] Remove once we've got dynamic loading of GL libraries figured ou
    [all...]
  /external/guava/guava/src/com/google/common/base/
package-info.java 18 * Basic utility libraries and interfaces.
21 * <a href="http://guava-libraries.googlecode.com">Guava libraries</a>.
  /external/mesa3d/docs/
README.VMS 8 At the moment only the libraries LIBMESGL.EXE/LIBMESGL.OLB,
25 On Alpha platforms at default a sharable images for the libraries are created.
27 On VAX platforms only static libraries can be build.
autoconf.html 52 This will produce libGL.so and several other libraries depending on the
67 only used to derive the directory for the libraries. The default is
71 where the GL libraries will be installed. The default is
74 <code>--libdir=/usr/local/lib64</code> is used, the libraries will be
79 will build shared libraries. Either of these options will force static
80 libraries to be built. It is not currently possible to build static and
81 shared libraries in a single pass.
90 to direct the linker to use libraries in nonstandard directories. For
94 <code>pkg-config</code> utility is used to search for external libraries
106 <li><code>--with-x</code> - When the X11 development libraries ar
    [all...]
  /external/skia/gyp/
core.gyp 36 'libraries': [
49 'libraries': [
62 'libraries': [
  /ndk/sources/android/crazy_linker/tests/
test_two_shared_relros.cpp 5 // Same as test_relro_sharing.cpp, but uses two libraries at the same
46 printf("Libraries loaded\n");
116 printf("Closing libraries\n");
  /ndk/tests/build/prebuilt-copy/
build.sh 5 # 1/ Build the libraries under prebuilts/jni/
44 # Step 1: Build prebuilt libraries.
54 echo "ERROR: Can't build prebuilt libraries!"
  /prebuilts/misc/common/swig/include/2.0.11/python/
embed.i 17 not support shared libraries and may be necessary with C++
19 a new version of Python from include files and libraries normally
25 may need to provide additional link libraries when compiling.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 22 print "OpenGL libraries:"
29 # On some systems, loading the OpenGL libraries needs the RTLD_GLOBAL mode.
61 ## # at least some libraries can be loaded as attributes of the cdll
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 22 print "OpenGL libraries:"
29 # On some systems, loading the OpenGL libraries needs the RTLD_GLOBAL mode.
61 ## # at least some libraries can be loaded as attributes of the cdll
  /external/chromium_org/third_party/mesa/src/docs/
autoconf.html 52 This will produce libGL.so and several other libraries depending on the
67 only used to derive the directory for the libraries. The default is
71 where the GL libraries will be installed. The default is
74 <code>--libdir=/usr/local/lib64</code> is used, the libraries will be
79 will build shared libraries. Either of these options will force static
80 libraries to be built. It is not currently possible to build static and
81 shared libraries in a single pass.
90 to direct the linker to use libraries in nonstandard directories. For
94 <code>pkg-config</code> utility is used to search for external libraries
106 <li><code>--with-x</code> - When the X11 development libraries ar
    [all...]
  /external/clang/docs/
CrossCompilation.rst 28 headers, libraries, etc. So, it's usually simple to download a package
42 the headers, libraries or binutils to generate target specific code.
46 Another problem is that compilers come with standard libraries only (like
50 have your host's libraries installed.
54 effectively changes the logical root for headers and libraries), assume
55 all your binaries and libraries are in the same directory, which may not
64 * have different sets of libraries and headers by default
133 but they're particularly important for additional libraries
144 additional headers or libraries are needed), as Clang will find
153 linker), but not always where the target headers and libraries
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 78 ('libraries=', 'l',
79 "external C libraries to link with"),
81 "directories to search for external C libraries" + sep_by),
83 "directories to search for shared C libraries at runtime"),
120 self.libraries = None
164 self.ensure_string_list('libraries')
168 if self.libraries is None:
169 self.libraries = []
220 # import libraries in its "Config" subdirectory
298 # If we were asked to build any C/C++ libraries, make sure that th
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 78 ('libraries=', 'l',
79 "external C libraries to link with"),
81 "directories to search for external C libraries" + sep_by),
83 "directories to search for shared C libraries at runtime"),
120 self.libraries = None
164 self.ensure_string_list('libraries')
168 if self.libraries is None:
169 self.libraries = []
220 # import libraries in its "Config" subdirectory
298 # If we were asked to build any C/C++ libraries, make sure that th
    [all...]
  /bionic/libc/bionic/
libc_init_dynamic.cpp 37 * shared libraries the program depends on).
42 * by the dynamic linker after all libraries have been loaded and
79 // Hooks for various libraries to let them know that we're starting up.
92 // libraries the executable depends on.
  /build/core/
host_dalvik_static_java_library.mk 19 # These libraries will be compiled against libcore and not the host
  /dalvik/dx/src/com/android/dx/merge/
CollisionPolicy.java 31 * Forbid collisions. This policy is appropriate for merging libraries.
  /device/lge/mako/
audio_effects.conf 1 # List of effect libraries to load. Each library element must contain a "path" element
3 # libraries {
8 libraries {
31 # "libraries" element.
  /device/samsung/manta/
audio_effects.conf 1 # List of effect libraries to load. Each library element must contain a "path" element
3 # libraries {
8 libraries {
31 # "libraries" element.
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/
site.xml 25 <item name="Using library directories" href="examples/libraries.html"/>
  /external/chromium_org/build/linux/unbundle/
flac.gyp 31 'libraries': [

Completed in 778 milliseconds

<<11121314151617181920>>