Searched
full:libraries (Results
251 -
275 of
5503) sorted by null
<<11121314151617181920>>
/build/core/ |
install_jni_libs.mk | 1 # Decides how to install the jni libraries needed by an apk. 10 # jni_shared_libraries, jni_shared_libraries_abi, jni_shared_libraries_with_abis if we are going to embed the libraries into the apk; 56 # Include RS dynamically-generated libraries as well 57 # TODO: Add multilib support once RS supports generating multilib libraries.
|
static_library.mk | 5 # libraries default to building for both architecturess
|
/device/generic/mini-emulator-x86_64/ |
BoardConfig.mk | 9 # Build OpenGLES emulation libraries
|
/device/sample/sdk_addon/ |
manifest.ini | 21 # list of libraries, separated by a semi-colon. 22 # This must be the name of the libraries, as required by the 24 libraries=com.example.android.platform_library 29 # <library.name>: the name of the library defined in the property "libraries" above.
|
/external/clang/examples/clang-interpreter/ |
README.txt | 17 Clang compiler libraries.
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
control | 18 Description: The cmockery package contains static and debug libraries and
|
/external/compiler-rt/lib/safestack/ |
CMakeLists.txt | 22 # Otherwise, build separate libraries for each target.
|
/external/compiler-rt/test/asan/TestCases/Helpers/ |
echo-env.cc | 2 // lit_tests/TestCases/Darwin/unset-insert-libraries-on-exec.cc
|
/external/e2fsprogs/debian/ |
comerr-dev.doc-base | 5 which allow a more uniform way for libraries
|
/external/google-breakpad/src/tools/mac/ |
tools_mac.gypi | 45 'libraries': [ 61 'libraries': [ 89 'libraries': [ 107 'libraries': [
|
/external/libjpeg-turbo/release/ |
Welcome.rtf | 8 \f0\fs24 \cf0 This installer will install the libjpeg-turbo SDK and run-time libraries onto your computer so that you can use libjpeg-turbo to build new applications or accelerate existing ones. To remove the libjpeg-turbo package, run\
|
/external/libpng/contrib/pngminim/preader/ |
README | 14 If you prefer to use the shared libraries, go to contrib/gregbook
|
/external/libpng/ |
libpngpf.3 | 13 using shared libraries.
|
/external/llvm/include/llvm/Support/ |
DynamicLibrary.h | 25 /// This class provides a portable interface to dynamic libraries which also 26 /// might be known as shared libraries, shared objects, dynamic shared 27 /// objects, or dynamic link libraries. Regardless of the terminology or the 29 /// allows dynamic libraries to be loaded and searched for externally 36 /// or for unloading libraries when the LLVM library is unloaded. 82 /// libraries for the symbol \p symbolName. If it is found, the address of 84 /// search permanently loaded libraries (getPermanentLibrary()) as well 87 /// @brief Search through libraries for address of a symbol 97 /// libraries.
|
/external/opencv3/modules/java/android_test/ |
.classpath | 7 <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/external/opencv3/platforms/ios/cmake/Toolchains/ |
Toolchain-iPhoneOS_Xcode.cmake | 27 # for libraries and headers in the target directories
|
Toolchain-iPhoneSimulator_Xcode.cmake | 27 # for libraries and headers in the target directories
|
/external/opencv3/samples/android/camera-calibration/ |
.classpath | 3 <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
/external/pcre/dist/doc/ |
pcre_version.3 | 19 This function (even in the 16-bit and 32-bit libraries) returns a
|
/external/selinux/policycoreutils/sepolicy/ |
setup.py | 8 libraries=["apol", "qpol"], variable
|
/external/skia/experimental/GLFWTest/ |
README.txt | 5 2) Build the skia libraries via the command line (by running ?ninja -C out/<config> dm?, for example.
|
/external/skia/gyp/ |
dm.gyp | 17 'libraries': [
|
/frameworks/base/docs/html/ndk/guides/ |
x86-64.jd | 32 <p>The build system places libraries generated for the {@code x86_64} ABI into 36 <p>The Android package manager extracts these libraries when installing your APK on a compatible 40 libraries that run on the CPU powering his or her device.</p> 52 native platform headers and libraries for you.</p>
|
/frameworks/base/docs/html/ndk/reference/ |
index.jd | 5 native headers that the NDK provides for Android. These headers, and their associated libraries,
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
setup.jd | 12 <li><a href="#choosing">Choosing Support Libraries</a></li> 13 <li><a href="#add-library">Adding Support Libraries</a> 15 <li><a href="#libs-without-res">Adding libraries without resources</a></li> 16 <li><a href="#libs-with-res">Adding libraries with resources</a></li> 38 <p>How you setup the Android Support Libraries in your development project depends on what features 42 <p>This document guides you through downloading the Support Library package and adding libraries 46 <h2 id="download">Downloading the Support Libraries</h2> 78 <h2 id="choosing">Choosing Support Libraries</h2> 82 provided by the different libraries, see 86 <h2 id="add-library">Adding Support Libraries</h2 [all...] |
Completed in 528 milliseconds
<<11121314151617181920>>