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

<<61626364656667686970>>

  /external/protobuf/
ltmain.sh 40 # --preserve-dup-deps don't remove duplicate dependency libraries
52 # finish complete the installation of libtool libraries
53 # install install libraries or executables
55 # uninstall remove libraries from an installed directory
641 $ECHO "enable shared libraries"
643 $ECHO "disable shared libraries"
646 $ECHO "enable static libraries"
648 $ECHO "disable static libraries"
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 124 --disable-shared do not build shared libraries
125 --disable-static do not build static libraries
463 # FIXME: we need at least 68020 code to build shared libraries, but
578 echo "$progname: warning: \`$CC' requires \`$special_shlib_compile_flags' to build shared libraries" 1>&2
689 # See if the linker supports building shared libraries.
690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6
717 # See if GNU ld supports shared libraries.
779 # FreeBSD 3, at last, uses gcc -shared to do shared libraries.
1147 # HP-UX runs *really* slowly unless shared libraries are mode 555.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh 40 # --preserve-dup-deps don't remove duplicate dependency libraries
52 # finish complete the installation of libtool libraries
53 # install install libraries or executables
55 # uninstall remove libraries from an installed directory
641 $ECHO "enable shared libraries"
643 $ECHO "disable shared libraries"
646 $ECHO "enable static libraries"
648 $ECHO "disable static libraries"
    [all...]
  /hardware/intel/img/libdrm/
ltmain.sh 40 # --preserve-dup-deps don't remove duplicate dependency libraries
52 # finish complete the installation of libtool libraries
53 # install install libraries or executables
55 # uninstall remove libraries from an installed directory
641 $ECHO "enable shared libraries"
643 $ECHO "disable shared libraries"
646 $ECHO "enable static libraries"
648 $ECHO "disable static libraries"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 805 List<File> libraries = null;
819 libraries = new ArrayList<File>(entries.length);
836 libraries.add(entry.getPath().toFile());
845 // process the libraries differently. When Eclipse builds a
850 // project.properties file to find the libraries, and then it
    [all...]
  /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...]
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.
  /external/chromium_org/third_party/mesa/src/
configure.ac 250 [build 32-bit libraries @<:@default=auto@:>@])],
265 [build 64-bit libraries @<:@default=auto@:>@])],
278 dnl Can't have static and shared libraries, default to static if user
283 AC_MSG_WARN([Cannot build static and shared libraries, disabling shared])
287 AC_MSG_WARN([Cannot disable both static and shared libraries, enabling static])
494 dnl Check to see if dlopen is in default libraries (like Solaris, which
829 AC_MSG_ERROR([Cannot use static libraries for DRI drivers])
844 [These options are only used when the X libraries cannot be found by the
849 AC_MSG_ERROR([X11 development libraries needed for GLX])
    [all...]
  /external/mesa3d/
configure.ac 250 [build 32-bit libraries @<:@default=auto@:>@])],
265 [build 64-bit libraries @<:@default=auto@:>@])],
278 dnl Can't have static and shared libraries, default to static if user
283 AC_MSG_WARN([Cannot build static and shared libraries, disabling shared])
287 AC_MSG_WARN([Cannot disable both static and shared libraries, enabling static])
494 dnl Check to see if dlopen is in default libraries (like Solaris, which
829 AC_MSG_ERROR([Cannot use static libraries for DRI drivers])
844 [These options are only used when the X libraries cannot be found by the
849 AC_MSG_ERROR([X11 development libraries needed for GLX])
    [all...]
  /external/llvm/docs/
CMake.rst 149 Extra suffix to append to the directory where libraries are to be
151 to install libraries to ``/usr/lib64``.
160 Flag indicating if shared libraries will be built. Its default value is
161 OFF. Shared libraries are not supported on Windows and not recommended on the
236 Build 32-bits executables and libraries on 64-bits systems. This option is
388 the set of LLVM libraries corresponding to the set of required LLVM
414 # Finally, we link the LLVM libraries to our executable:
  /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',
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
license-LGPL.txt 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
COPYING.LIB 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/chromium_org/third_party/WebKit/Source/core/
LICENSE-LGPL-2.1 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/chromium_org/third_party/libusb/src/
COPYING 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/chromium_org/third_party/tcmalloc/vendor/
INSTALL 14 with the perftools libraries. (In particular, the cpu/heap profiler
56 libraries like libc, all be compiled with a frame pointer. This is
60 libraries with frame-pointers enabled, and compile all your
250 For the other seven systems, the binaries and libraries that
272 Again, the binaries and libraries that successfully build are
305 compile). 'make' will compile those libraries and tests that can
315 itself to those libraries and binaries that work on windows.
421 PATH as the prefix for installing programs and libraries.
446 `--x-libraries=DIR' to specify their locations.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
lgpl-v21.txt 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/eigen/
COPYING.LGPL 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/gcc-demangle/
COPYING.LIB 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/jdiff/
NOTICE 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/libcap-ng/libcap-ng-0.7/
COPYING.LIB 22 specially designated software packages--typically libraries--of the
68 Most GNU software, including some libraries, is covered by the
70 General Public License, applies to certain designated libraries, and
72 this license for certain libraries in order to permit linking those
73 libraries into non-free programs.
88 libraries. However, the Lesser license provides advantages in certain
96 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
466 How to Apply These Terms to Your New Libraries
  /external/libexif/
COPYING 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
NOTICE 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries
  /external/libmtp/
COPYING 21 specially designated software packages--typically libraries--of the
67 Most GNU software, including some libraries, is covered by the
69 General Public License, applies to certain designated libraries, and
71 this license for certain libraries in order to permit linking those
72 libraries into non-free programs.
87 libraries. However, the Lesser license provides advantages in certain
94 library does the same job as widely used non-free libraries. In this
333 restrictions of other proprietary libraries that do not normally
469 How to Apply These Terms to Your New Libraries

Completed in 613 milliseconds

<<61626364656667686970>>