| /external/gflags/cmake/ |
| D | config.cmake.in | 48 # default settings of @PACKAGE_PREFIX@_SHARED and @PACKAGE_PREFIX@_NOTHREADS 57 if (NOT DEFINED @PACKAGE_PREFIX@_SHARED) 58 if (DEFINED @PACKAGE_NAME@_SHARED) 59 set (@PACKAGE_PREFIX@_SHARED ${@PACKAGE_NAME@_SHARED}) 62 set (@PACKAGE_PREFIX@_SHARED TRUE) 64 set (@PACKAGE_PREFIX@_SHARED FALSE) 66 …elseif (TARGET ${@PACKAGE_PREFIX@_TARGET_PREFIX}@PACKAGE_NAME@_shared OR TARGET ${@PACKAGE_PREFIX@… 67 set (@PACKAGE_PREFIX@_SHARED TRUE) 69 set (@PACKAGE_PREFIX@_SHARED FALSE) 81 …ARGET_PREFIX}PACKAGE_NAME@_static OR TARGET ${@PACKAGE_PREFIX@_TARGET_PREFIX}@PACKAGE_NAME@_shared) [all …]
|
| /external/libevent/cmake/ |
| D | AddEventLibrary.cmake | 7 set_target_properties("${LIB_NAME}_shared" PROPERTIES 9 set_target_properties("${LIB_NAME}_shared" PROPERTIES 127 add_library("${LIB_NAME}_shared" SHARED ${LIB_SOURCES}) 130 set(INNER_LIBRARIES "${LIB_INNER_LIBRARIES}_shared") 132 target_link_libraries("${LIB_NAME}_shared" 144 "${LIB_NAME}_shared" PROPERTIES 151 "${LIB_NAME}_shared" PROPERTIES 158 "${LIB_NAME}_shared" PROPERTIES 169 add_custom_command(TARGET ${LIB_NAME}_shared 172 "$<TARGET_FILE_NAME:${LIB_NAME}_shared>" [all …]
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
| D | ContextAttributes.java | 74 protected final Map<?,?> _shared; field in ContextAttributes.Impl 80 * NOTE: typed as Object-to-Object, unlike {@link #_shared}, because 93 _shared = shared; in Impl() 98 _shared = shared; in Impl() 120 m = _copy(_shared); in withSharedAttribute() 135 if (_shared.isEmpty()) { in withoutSharedAttribute() 138 if (_shared.containsKey(key)) { in withoutSharedAttribute() 139 if (_shared.size() == 1) { in withoutSharedAttribute() 146 Map<Object,Object> m = _copy(_shared); in withoutSharedAttribute() 169 return _shared.get(key); in getAttribute() [all …]
|
| /external/oboe/samples/LiveEffect/src/main/cpp/ |
| D | ndk-stl-config.cmake | 11 if(NOT ${ANDROID_STL} MATCHES "_shared") 25 elseif("${ANDROID_STL}" STREQUAL "gabi++_shared") 27 message(FATAL_ERROR "gabi++_shared was not configured by ndk-stl package") 34 elseif("${ANDROID_STL}" STREQUAL "c++_shared") 36 configure_shared_stl("llvm-libc++" "c++_shared")
|
| /external/cronet/tot/third_party/libc++/src/cmake/caches/ |
| D | AndroidNDK.cmake | 4 # The NDK names the libraries libc++_shared.so and libc++_static.a. Using the 5 # libc++_shared.so soname ensures that the library doesn't interact with the 7 set(LIBCXX_SHARED_OUTPUT_NAME c++_shared CACHE STRING "") 18 # libc++_shared.so ELF file and a libc++_shared.so linker script to the same
|
| /external/cronet/stable/third_party/libc++/src/cmake/caches/ |
| D | AndroidNDK.cmake | 4 # The NDK names the libraries libc++_shared.so and libc++_static.a. Using the 5 # libc++_shared.so soname ensures that the library doesn't interact with the 7 set(LIBCXX_SHARED_OUTPUT_NAME c++_shared CACHE STRING "") 18 # libc++_shared.so ELF file and a libc++_shared.so linker script to the same
|
| /external/cronet/tot/third_party/libc++abi/src/test/configs/ |
| D | llvm-libc++abi-android-ndk.cfg.in | 2 # libc++abi using adb and a libc++_shared.so library on Android. 22 # The NDK library is called "libc++_shared.so". Use LD_LIBRARY_PATH to find 23 # libc++_shared.so because older Bionic dynamic loaders don't support rpath 27 '-nostdlib++ -L %{lib} -lc++_shared'
|
| /external/cronet/stable/third_party/libc++abi/src/test/configs/ |
| D | llvm-libc++abi-android-ndk.cfg.in | 2 # libc++abi using adb and a libc++_shared.so library on Android. 22 # The NDK library is called "libc++_shared.so". Use LD_LIBRARY_PATH to find 23 # libc++_shared.so because older Bionic dynamic loaders don't support rpath 27 '-nostdlib++ -L %{lib} -lc++_shared'
|
| /external/cronet/tot/third_party/libc++/src/test/configs/ |
| D | llvm-libc++-android-ndk.cfg.in | 2 # libc++ using adb and a libc++_shared.so library on Android. 30 # The NDK library is called "libc++_shared.so". Use LD_LIBRARY_PATH to find 31 # libc++_shared.so because older Bionic dynamic loaders don't support rpath 34 '-nostdlib++ -L %{lib-dir} -lc++_shared'
|
| /external/cronet/stable/third_party/libc++/src/test/configs/ |
| D | llvm-libc++-android-ndk.cfg.in | 2 # libc++ using adb and a libc++_shared.so library on Android. 30 # The NDK library is called "libc++_shared.so". Use LD_LIBRARY_PATH to find 31 # libc++_shared.so because older Bionic dynamic loaders don't support rpath 34 '-nostdlib++ -L %{lib-dir} -lc++_shared'
|
| /external/sdv/vsomeip/third_party/boost/filesystem/test/issues/ |
| D | Jamfile.v2 | 18 # : : : <link>shared : 9054_shared ] 26 # : : : <link>shared : 9219_shared ] 33 : : : <link>shared : 6638_shared ]
|
| /external/arm-trusted-firmware/include/services/ |
| D | sdei.h | 83 #define REGISTER_SDEI_MAP(_private, _shared) \ argument 86 sdei_entry_t sdei_shared_event_table[ARRAY_SIZE(_shared)]; \ 93 .map = (_shared), \ 94 .num_maps = ARRAY_SIZE(_shared) \
|
| /external/trusty/arm-trusted-firmware/include/services/ |
| D | sdei.h | 83 #define REGISTER_SDEI_MAP(_private, _shared) \ argument 86 sdei_entry_t sdei_shared_event_table[ARRAY_SIZE(_shared)]; \ 93 .map = (_shared), \ 94 .num_maps = ARRAY_SIZE(_shared) \
|
| /external/sdv/vsomeip/third_party/boost/chrono/perf/ |
| D | Jamfile.v2 | 53 : $(sources[1]:B)_shared ] 70 : $(name)_shared ] 89 : $(sources[1]:B)_shared ] 107 : $(name)_shared ]
|
| /external/swiftshader/tests/ |
| D | rundroid.sh | 31 …k-bundle/sources/cxx-stl/llvm-libc++/libs/arm64-v8a/libc++_shared.so" "${dst_dir}/libc++_shared.so"
|
| /external/armnn/delegate/armnnDelegateJNI/ |
| D | CMakeLists.txt | 43 # This is mostly required to avoid symbol conflicts between libc++_shared used to compile armnn 45 # This also requires to tell the compiler to link to the static version of libc++_shared. This c…
|
| /external/pytorch/android/pytorch_android/ |
| D | build.gradle | 21 …arguments "-DANDROID_STL=c++_shared", "-DBUILD_LITE_INTERPRETER=OFF", "-DUSE_LITE_INTERPRETER_PROF… 23 arguments "-DANDROID_STL=c++_shared", "-DUSE_LITE_INTERPRETER_PROFILER=OFF"
|
| /external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86_64/ |
| D | abi.json | 1 {"abi":"x86_64","api":21,"ndk":21,"stl":"c++_shared"}
|
| /external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86/ |
| D | abi.json | 1 {"abi":"x86","api":16,"ndk":21,"stl":"c++_shared"}
|
| /external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.arm64-v8a/ |
| D | abi.json | 1 {"abi":"arm64-v8a","api":21,"ndk":21,"stl":"c++_shared"}
|
| /external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.armeabi-v7a/ |
| D | abi.json | 1 {"abi":"armeabi-v7a","api":16,"ndk":21,"stl":"c++_shared"}
|
| /external/AFLplusplus/utils/qbdi_mode/ |
| D | README.md | 167 …loader`, `libdemo.so`, the `libQBDI.so` from the QBDI SDK and the `libc++_shared.so` from android-… 174 …ush ../../android-standalone-toolchain-x86_64/sysroot/usr/lib/x86_64-linux-android/libc++_shared.so
|
| /external/swiftshader/build/ |
| D | android.toolchain.cmake | 9 set(CMAKE_ANDROID_STL_TYPE c++_shared)
|
| /external/googleapis/google/devtools/clouderrorreporting/v1beta1/ |
| D | clouderrorreporting_v1beta1.yaml | 19 {% include "_shared/apis/console/_local_variables.html" %} 20 {% include "cloud/_shared/_cloud_shared_files.html" %}
|
| /external/skia/tests/sksl/shared/ |
| D | ReservedInGLSLButAllowedInSkSL.hlsl | 26 float4 _shared = _7_colorGreen;
|