HomeSort by relevance Sort by last modified time
    Searched full:libraries (Results 301 - 325 of 2496) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 44 *<li>configured resources contain the resources coming from the libraries.</li>
98 // if the project contains libraries, we need to add the libraries resources here
103 List<IProject> libraries = state.getFullLibraryProjects(); local
111 for (int i = libraries.size() - 1 ; i >= 0 ; i--) {
112 IProject library = libraries.get(i);
  /build/core/
build-system.html 146 (e.g. the webkit has several), the dependencies for shared and static libraries,
147 .c, .cpp, .h, .java, java libraries, etc., should all work without intervention
171 <h3>Use shared libraries</h3>
172 <p>Currently, the simulator is not built to use shared libraries. This should
174 libraries to work on Mac OS.</p>
370 <h4>Java Libraries</h4>
391 <h4>Shared Libraries</h4>
394 <p>Remember that on the target, we use shared libraries, and on the host,
395 we use static libraries, since executable size isn't as big an issue, and it
398 <h4>Static Libraries</h4
    [all...]
pathmap.mk 77 # is so common and the other framework libraries can have mutual
98 # the root of the tree. This currently needs to be here so that other libraries
  /bootable/recovery/updater/
Android.mk 39 # Devices can also add libraries to TARGET_RECOVERY_UPDATER_EXTRA_LIBS.
42 # any subsidiary static libraries required for your registered
  /build/target/product/
sdk.mk 89 # Native host Java libraries that are parts of the SDK.
131 # audio libraries.
  /external/bluetooth/glib/
README.win32 11 import libraries) of GLib, Pango, GTK+ etc for Windows, go to
56 runtime, or the static Microsoft C runtime libraries libc.lib and
108 should use. Ditto for libraries.
120 libraries for GNU libintl. The build scripts used to produce the
145 libraries libglib-2.0.dll.a and glib-2.0.lib. Note that the "2.0" is
175 subdirectory, produce DLLs and import libraries that match what the
203 Required libraries (not build from svn)
238 independent makefiles without requiring to 'install' the libraries and
  /external/expat/bcb5/
expat_static.bpr 16 <LIBRARIES value=""/>
45 <ALLLIB value="$(LIBFILES) $(LIBRARIES)"/>
outline.bpr 14 <LIBRARIES value=""/>
45 <ALLLIB value="$(LIBFILES) $(LIBRARIES) import32.lib cw32mti.lib"/>
  /external/icu4c/common/
uobject.cpp 34 * to use library name suffixes to distinguish such libraries from
52 * do not appear in the dumpbin /symbols output for the ICU libraries!
  /external/icu4c/config/
mh-alpha-linux-cc 15 ## Additional flags when building libraries and with threads
69 ## Versioned libraries rules
mh-alpha-linux-gcc 15 ## Additional flags when building libraries and with threads
64 ## Versioned libraries rules
mh-alpha-osf 15 ## Additional flags when building libraries and with threads
69 ## Versioned libraries rules
mh-linux 15 ## Additional flags when building libraries and with threads
65 ## Versioned libraries rules
mh-qnx 27 ## Additional flags when building libraries and with threads
68 ## Versioned libraries rules
  /external/llvm/cmake/modules/
AddLLVM.cmake 16 # Ensure that the system libraries always comes last on the
34 set_target_properties(${name} PROPERTIES FOLDER "Libraries")
  /external/llvm/tools/
Makefile 41 # These libraries build as dynamic libraries (.dylib /.so), they can only be
  /external/mesa3d/docs/
opengles.html 18 <h2>Build the Libraries</h2>
50 <h3>Internal Libraries</h3>
  /external/pcre/doc/html/
pcre-config.html 31 libraries and the options required to compile a program to use them.
47 Writes the version number of the installed PCRE libraries to the standard
  /external/protobuf/
config.h.in 48 /* Define if you have POSIX threads libraries and header files. */
84 /* Define to the sub-directory in which libtool stores uninstalled libraries.
  /external/stlport/etc/
STLport-4.5.1.spec 23 Summary: Complete C++ standard library header files and libraries
24 Group: Development/Libraries
STLport-4.5.3.spec 23 Summary: Complete C++ standard library header files and libraries
24 Group: Development/Libraries
STLport-4.6.spec 23 Summary: Complete C++ standard library header files and libraries
24 Group: Development/Libraries
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 5 // The following line was removed for compatibility with Android libraries.
104 // Android libraries.
  /ndk/docs/
CPU-ARCH-ABIS.html 19 - the format of executable binaries (shared libraries, programs, etc...)
30 generally from a very specific selected set of libraries.
185 each ABI listed on this line. Both libraries will be copied to your application
205 It is expected that shared libraries generated with the NDK are stored in
221 to verify that the native shared libraries you want are indeed at the
222 proper location. You can also place native shared libraries at other
227 In the case of a "fat" binary, up to three distinct libraries can be placed
271 then scan for shared libraries of the form:
  /prebuilt/common/http-client/
README.txt 15 depends on the following external libraries:
24 and depends on the following external libraries:

Completed in 546 milliseconds

<<11121314151617181920>>