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

<<51525354555657585960>>

  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
dirent.h 50 * the d_type field which is required by some libraries (e.g. hotplug)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/
README 25 several shared libraries in your project, because it avoids copying the
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_dm.h 47 longer match these pre-defined exports. To use STLport dynamic libraries
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_loadso.h 38 * symbols in your code or other shared libraries, you will not get
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_loadso.h 38 * symbols in your code or other shared libraries, you will not get
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_loadso.h 38 * symbols in your code or other shared libraries, you will not get
  /sdk/
changes.txt 23 * Fix Ant issues where some jar libraries in libs/ are not picked in some
120 * Optimized resource compilation for projects with libraries. This should
121 speed up this phase significantly for large projects with libraries.
172 - Added support for libraries with library dependencies.
  /external/clang/docs/
Modules.rst 14 Most software is built using a number of software libraries, including libraries supplied by the platform, internal libraries built as part of the software itself to provide structure, and third-party libraries. For each library, one needs to access both its interface (API) and its implementation. In the C family of languages, the interface to a library is accessed by including the appropriate header files(s):
22 Modules provide an alternative, simpler way to use software libraries that provides better compile-time scalability and eliminates many of the problems inherent to using the C preprocessor to access the API of a library.
48 problems occur when the headers for two different libraries interact
67 that work well with software libraries, because the boundaries of
68 the libraries are not clear. Which headers belong to a particular
78 Modules improve access to the API of software libraries by replacing the textual preprocessor inclusion model with a more robust, more efficient semantic model. From the user's perspective, the code looks only slightly different, because one uses an ``import`` declaration rather than a ``#include`` preprocessor directive:
91 * **Tool confusion**: Modules describe the API of software libraries, and tools can reason about and present a module as a representation of that API. Because modules (…)
    [all...]
  /external/jpeg/
ltmain.sh 121 echo "enable shared libraries"
123 echo "disable shared libraries"
126 echo "enable static libraries"
128 echo "disable static libraries"
318 # Only build a PIC object if we are building libtool libraries.
346 # Only build a position-dependent object if we build old libraries.
634 # may need any libraries it requires.
754 # Transform directly to old archives if we don't build new libraries.
773 # Add in any libraries that this one depends upon.
826 # Now set the variables for building old libraries
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 121 echo "enable shared libraries"
123 echo "disable shared libraries"
126 echo "enable static libraries"
128 echo "disable static libraries"
318 # Only build a PIC object if we are building libtool libraries.
346 # Only build a position-dependent object if we build old libraries.
634 # may need any libraries it requires.
754 # Transform directly to old archives if we don't build new libraries.
773 # Add in any libraries that this one depends upon.
826 # Now set the variables for building old libraries
    [all...]

Completed in 738 milliseconds

<<51525354555657585960>>