Searched
full:libraries (Results
576 -
600 of
5503) sorted by null
<<21222324252627282930>>
/docs/source.android.com/src/devices/tech/debug/ |
asan.jd | 74 <h2 id=building_shared_libraries_with_addresssanitizer>Building shared libraries with AddressSanitizer</h2> 113 <p>Verify the process is using libraries from <code>/system/lib/asan</code> 144 libraries. There are two ways to obtain source file and line information:</p> 155 the availability of symbolized libraries on the host.</p> 160 libraries. For that, you'll need to build the executable with ASan, which in 202 libraries from <code>/system/lib/asan</code> are preferred to normal libraries 220 <p>In this mode, <code>userdata.img</code> contains extra libraries and must be 230 <p>This works by building two sets of shared libraries: normal in 253 <p>Libraries like this are simply built without ASan. They can contain some ASa [all...] |
/external/llvm/docs/ |
LLVMBuild.rst | 15 LLVM is designed to be a modular set of libraries which can be flexibly 33 projects may consist of many libraries, associated tools, build tools, 83 - *Libraries* - Library components define a distinct API which can be 84 independently linked into LLVM client applications. Libraries typically 86 libraries that they build on top of. 92 component libraries. Most LLVM tools are small and are primarily 134 parent = Libraries 208 ``Libraries`` group to hold all of the root library components. 242 Whether this library is installed. Libraries that are not installed 306 Build systems are expected to properly include all of the libraries [all...] |
/bionic/libc/private/ |
thread_private.h | 14 * libraries must implement the functions described here for proper
|
/build/core/ |
android_manifest.mk | 17 # Set up dependency on aar libraries
|
host_shared_library_internal.mk | 35 # Put the built modules of all shared libraries in a common directory
|
host_static_library.mk | 11 # libraries default to building for both architecturess
|
/build/target/board/generic_x86/ |
BoardConfig.mk | 27 # Build OpenGLES emulation host and guest libraries
|
/build/target/board/generic_x86_64/ |
BoardConfig.mk | 33 # Build OpenGLES emulation host and guest libraries
|
/cts/common/host-side/util/tests/ |
run_tests.sh | 17 # Helper script for running unit tests for compatibility libraries
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_LinkerNamespacesTest.cpp | 18 * Tests accessibility of platform native libraries 49 // of the libraries that should reside in /system/lib 183 std::unordered_set<std::string>* libraries) { 190 libraries->insert(soname.c_str());
|
/cts/tests/tests/libcoreoj/ |
Android.mk | 29 # FIXME: build/core/java_library.mk:14: *** cts/tests/tests/libcoreoj: Target java libraries may not set LOCAL_ASSET_DIR.
|
/cts/tests/tests/mediastress/preconditions/tests/ |
run_tests.sh | 17 # Helper script for running unit tests for compatibility libraries
|
/cts/tools/cts-tradefed/tests/ |
run_tests.sh | 17 # Helper script for running unit tests for compatibility libraries
|
/development/build/ |
product_sdk.mk | 28 # Host tools and java libraries that are parts of the SDK.
|
/development/ndk/samples/two-libs/jni/ |
Android.mk | 17 # generate two distinct shared libraries and have them both
|
/development/samples/SupportLeanbackDemos/ |
Android.mk | 19 # for resources that are included from the libraries.
|
/development/samples/SupportPercentDemos/ |
Android.mk | 19 # for resources that are included from the libraries.
|
/development/samples/TicTacToeLib/ |
AndroidManifest.xml | 22 must currently redefine the activities to be used from the libraries.
|
/development/tools/idegen/ |
README | 13 Create a JDK configuration named "1.7 (No Libraries)" by adding a new 16 Android's core libraries and not those from your desktop VM. 39 Configure a JRE named "1.7 (No Libraries)" under "Preferences -> Java -> 41 libraries". Eclipse will not let you save your configuration unless at
|
/device/generic/goldfish/opengl/system/egl/ |
Android.mk | 27 # version of this file to point to the appropriate HW EGL libraries.
|
/device/generic/mips64/ |
BoardConfig.mk | 43 # Build OpenGLES emulation guest and host libraries
|
/device/generic/x86/ |
BoardConfig.mk | 18 # Build OpenGLES emulation libraries
|
/device/google/accessory/demokit/ |
make-download.sh | 42 # copy in the Arduino libraries and remove the make file
|
/device/huawei/angler/dataservices/ |
configure.ac | 15 # Checks for libraries.
|
/docs/source.android.com/src/devices/graphics/ |
port-tests.jd | 28 <p>Porting the deqp involves three steps: adapting base portability libraries, 69 <h2 id=base_portability_libraries>Base portability libraries</h2> 71 <p>The base portability libraries already support Windows, most Linux variants, Mac OS, 73 most likely there is no need to touch the base portability libraries at all.</p>
|
Completed in 1749 milliseconds
<<21222324252627282930>>