/external/libunwind/doc/ |
libunwind-setjmp.tex | 8 \begin{Name}{3}{libunwind-setjmp}{David Mosberger-Tang}{Programming Library}{libunwind-based non-local gotos}libunwind-setjmp -- libunwind-based non-local gotos 25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based 29 library is that setting up a non-local goto via one of the 39 \Prog{unwind-setjmp} library is beneficial primarily in applications 46 \item The correct operation of this library depends on the presence of 66 \item[\Opt{-l}\File{unwind-setjmp}] The library an application should
|
/system/connectivity/wificond/ |
Android.mk | 48 ### wificond static library 91 ### wificond netlink library 108 ### wificond event loop library 123 ### wificond IPC interface library 152 ### test util library
|
/cts/tests/tests/jni/libjnitest/ |
android_jni_cts_LinkerNamespacesTest.cpp | 82 return err.find("dlopen failed: library \"") == 0 && 87 return err.find("dlopen failed: library \"") == 0 && 91 static bool wrong_arch(const std::string& library, const std::string& err) { 93 // It's okay to not be able to load a library because it's for another 94 // architecture (typically on an x86 device, when we come across an arm library). 95 return err.find("dlopen failed: \"" + library + "\" has unexpected e_machine: ") == 0; 114 // - No library with the same name can be found in a sub directory. 115 // - Each public library does not contain any directory components. 117 // Check if this library should be considered a public library 287 std::string library = kSystemLibraryPath + "\/" + name; local [all...] |
/external/adhd/cras/src/server/ |
cras_dsp_ini.c | 18 just an identifier. The "library" and "label" attributes in a 19 section must be defined. The "library" attribute is the name of the 20 shared library from which this plugin will be loaded, or a special 22 which plugin inside the shared library should be loaded. 147 p->library = getstring(ini, sec_name, "library"); 153 if (p->library == NULL || p->label == NULL) { 154 syslog(LOG_ERR, "A plugin must have library and label: %s", 219 plugin->library = "builtin"; 252 if (strcmp(plugin->library, "builtin") != 0 [all...] |
/external/libmojo/base/android/java/src/org/chromium/base/library_loader/ |
Linker.java | 31 * When two processes load the same native library at the _same_ memory address, 50 * before library native code is executed. 63 * Not using fixed library addresses in the browser process is preferred 77 * - The common library load addresses are randomized for each instance of 85 * library per APK. 95 * - Before loading any library, prepareLibraryLoad() should be called. 113 * - The browser is in charge of deciding where in memory each library should 117 * - The browser will also generate shared RELROs for each library it loads. 122 * - Compute the fixed address to be used to load the same library 136 * links each loaded library to its shared RELRO region [all...] |
/frameworks/av/media/libeffects/factory/ |
EffectsXmlConfigLoader.cpp | 44 * @return true if the library is found and set resolvedPath to its absolute path. 58 /** Loads a library given its relative path and stores the result in libEntry. 67 ALOGE("Could not find library in effect directories: %s", relativePath); 78 ALOGE("Could not dlopen library %s: %s", path, dlerror()); 85 ALOGE("Invalid effect library, failed not find symbol '%s' in %s: %s", 91 ALOGE("Bad tag %#08x in description structure, expected %#08x for library %s", 99 ALOGE("Unsupported major version %#08x, expected %#08x for library %s", 157 for (auto& library : libs) { 161 libEntry->name = strdup(library.name.c_str()); 165 if (!loadLibrary(library.path.c_str(), libEntry.get())) [all...] |
/external/tensorflow/tensorflow/contrib/makefile/ |
README.md | 13 With it, you can compile the core C++ runtime into a static library. 15 This static library will not contain: 61 This should compile a static library in 234 _Note: To use this library in an iOS application, see related instructions in 276 When it completes, you will have a unified library for all architectures 289 library you can pass the -T flag to avoid a clean & rebuild. This should 290 take you just a few seconds to generate the library if you modified one file. 298 library in a simple app. 317 Then, you will need to compile the nsync library for iOS (optionally takes -a $ARCH flag): 332 This creates a library i [all...] |
/external/googletest/googlemock/ |
README.md | 146 This works because `gmock_main` library is compiled with Google Test. 190 build Google Mock, create a library build target (or a project as 226 Mock's own tests. Instead, it just builds the Google Mock library and 247 build the library and tests (or open the gmock.sln in the MSVC IDE). 270 ### Choosing a TR1 Tuple Library ### 272 Google Mock uses the C++ Technical Report 1 (TR1) tuple library 279 Usually you don't need to care about which tuple library Google Test 282 library the rest of your project uses, or the two tuple 289 their own tuple library, just add 295 If you want to use Boost's TR1 tuple library with Google Mock, pleas [all...] |
/prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/ |
adapters-1.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/26.2.0-alpha16/ |
lint-gradle-26.2.0-alpha16.jar | |
/prebuilts/tools/common/m2/repository/com/squareup/dagger/dagger/1.2.2/ |
dagger-1.2.2.jar | |
/build/make/target/product/vndk/ |
Android.mk | 44 _vndk_check_failure_message := " error: VNDK library list has been changed.\n" 46 _vndk_check_failure_message += " Changing the VNDK library list is not allowed in API locked branches." 76 $(hide) echo "echo Updating VNDK library list is NOT allowed in API locked branches." >> $@; \
|
/cts/tests/tests/bionic/ |
Android.build.copy.libs.mk | 39 libelf-tls-library.so \ 40 libsysv-hash-table-library.so \ 138 libgnu-hash-table-library.so \
|
/external/freetype/src/base/ |
ftoutln.c | 341 FT_Outline_New( FT_Library library, 346 if ( !library ) 349 return FT_Outline_New_Internal( library->memory, numPoints, 463 FT_Outline_Done( FT_Library library, 468 if ( !library ) 471 return FT_Outline_Done_Internal( library->memory, outline ); 614 FT_Outline_Render( FT_Library library, 623 if ( !library ) 632 renderer = library->cur_renderer; 633 node = library->renderers.head [all...] |
/bootable/recovery/ |
Android.mk | 21 # libfusesideload (static library) 33 # libmounts (static library) 44 # librecovery (static library) 235 # libverifier (static library)
|
/bootable/recovery/minadbd/ |
Android.mk | 21 # libminadbd (static library)
|
/build/make/core/ |
android_manifest.mk | 32 # Set up rules to merge library manifest files
|
/build/soong/python/ |
library.go | 17 // This file contains the module types for building Python library.
|
/cts/common/device-side/nativetesthelper/jni/ |
Android.mk | 16 # This is the shared library included by the JNI test app.
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/api23/ |
Android.mk | 38 cts-security-test-support-library
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/api25/ |
Android.mk | 38 cts-security-test-support-library
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/latest/ |
Android.mk | 38 cts-security-test-support-library
|
/cts/hostsidetests/incident/apps/errorsapp/ |
Android.mk | 31 # Includes the jni code as a shared library
|
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/ |
Android.mk | 33 hamcrest hamcrest-library \
|
/cts/hostsidetests/media/bitstreams/common/ |
Android.mk | 16 # Build the common library for use device-side
|