Searched
full:libraries (Results
1476 -
1500 of
5001) sorted by null
<<51525354555657585960>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 247 // list of res folder (main project + maybe libraries) 262 // then libraries 410 // check if we found native libraries in the external library. This 416 "Native libraries detected in '%1$s'. See console for more information.", 422 "The library '%1$s' contains native libraries that will not run on the device.", 426 consoleMsgs.add("Additionally some of those libraries will interfer with the installation of the application because of their location in lib/"); 427 consoleMsgs.add("lib/ is reserved for NDK libraries."); 430 consoleMsgs.add("The following libraries were found:"); 462 // now write the native libraries. 471 // next the native libraries for the renderscript support mode 541 IOptionalLibrary[] libraries = target.getOptionalLibraries(); local [all...] |
/external/clang/www/ |
features.html | 148 divided into separate libraries which can then be mixed up for different needs 154 "The world needs better compiler tools, tools which are built as libraries. 156 building the tools as libraries isn't enough: they must have clean APIs, be as 158 requires clean layering, decent design, and keeping the libraries independent of 162 Currently, clang is divided into the following libraries and tool: 185 <li><b>clang</b> - A driver program, client of the libraries at various 190 build a preprocessor, you would take the Basic and Lexer libraries. If you want 194 semantic analyzer libraries.</p> 197 various clang libraries, please see the <a href="docs/InternalsManual.html"> 241 <p>Designing the libraries with clean and simple APIs allows these high-leve [all...] |
/build/core/ |
clear_vars.mk | 34 # Group static libraries with "-Wl,--start-group" and "-Wl,--end-group" when linking. 143 # Don't delete the META_INF dir when merging static Java libraries.
|
dynamic_binary.mk | 3 ## with dynamic linkage (dynamic libraries or executables 4 ## that link with dynamic libraries)
|
/external/chromium_org/build/android/ |
symbolize_test.py | 9 This test uses test libraries generated by the Android g++ toolchain. 11 Should things break you can recreate the libraries and get the updated
|
/external/chromium_org/build/ |
gdb-add-index | 134 # Create array with the filename and all shared libraries that 136 # shared libraries were part of the same build as the binary.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_csp.html | 80 It's very possible that you are using templating libraries 86 <h3 id="templating">Use templating libraries</h3>
|
/external/chromium_org/crypto/ |
crypto.gyp | 61 'libraries': [ 69 'libraries': [
|
/external/chromium_org/mojo/tools/ |
mojob.sh | 37 --shared Build components as shared libraries (default). 38 --static Build components as static libraries.
|
/external/chromium_org/native_client_sdk/src/build_tools/tests/ |
verify_ppapi_test.py | 108 dsc_filename = 'native_client_sdk/src/libraries/ppapi/library.dsc' 147 'native_client_sdk/src/libraries/ppapi_cpp_private/library.dsc'
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_ppapi.py | 7 PPAPI interfaces have been propagated to the Native Client libraries (.dsc 11 been added to "native_client_sdk/src/libraries/ppapi/library.dsc".
|
/external/chromium_org/native_client_sdk/src/tools/ |
host_gcc.mk | 83 $(error 'Shared libraries not supported by Host') 150 # The host build makes shared libraries, so the best we can do is strip-debug.
|
nacl_llvm.mk | 63 $(error 'Shared libraries not supported by PNaCl') 142 # can find those libraries and have it automatically copy the files (-s) to
|
/external/chromium_org/net/quic/crypto/ |
aes_128_gcm_12_decrypter_nss.cc | 47 // Using system NSS libraries and PCKS #11 modules, which may not have the 170 // The const_cast for |enc| can be removed if system NSS libraries are
|
aes_128_gcm_12_encrypter_nss.cc | 47 // Using system NSS libraries and PCKS #11 modules, which may not have the 171 // The const_cast for |data| can be removed if system NSS libraries are
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 120 # libraries it needs) in a 64-bit build... so we'll assume it has already 176 # Extensions are loaded from directory on disk and so all dynamic libraries 205 # Load list of libraries, and add libraries to web_accessible list. 221 # Whitelist glibc shared libraries (if necessary), so that they are 222 # 'web_accessible_resources'. This allows the libraries hosted at the origin 282 # Run sel_ldr on the nexe to trace the NEEDED libraries. 343 # For nacl_glibc, generating the mapping of shared libraries is non-trivial.
|
/external/chromium_org/printing/ |
printing.gyp | 267 'libraries': [ 273 'libraries': [
|
/external/chromium_org/remoting/client/jni/ |
chromoting_jni_runtime.h | 118 // Used by the Chromium libraries to clean up the base and net libraries' JNI
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
wtf.gyp | 114 'libraries': [ 146 'libraries': [
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_shared_library.h | 25 // Libraries have dependencies (which are listed in their dynamic section 28 // libraries that it loads will depend on it (to ensure their
|
/external/chromium_org/third_party/icu/source/common/ |
ucln_imp.h | 25 * Auto cleanup of ICU libraries 26 * There are several methods in per library cleanup of icu libraries:
|
/external/chromium_org/third_party/icu/source/config/ |
mh-beos | 46 ## Additional flags when building libraries and with threads 87 ## Versioned libraries rules
|
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.cc | 75 // Simulate '@loader_path/Libraries'. 76 path = path.Append(FILE_PATH_LITERAL("Libraries"))
|
/external/chromium_org/third_party/mesa/src/configs/ |
default | 43 # Use MINSTALL for installing libraries, INSTALL for everything else 125 # Program dependencies - specific GL libraries added in Makefiles
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
template_util.h | 43 // 1. I think that portions of the Boost libraries are more likely to 45 // 2. It is not impossible that some of the boost libraries will be
|
Completed in 932 milliseconds
<<51525354555657585960>>