HomeSort by relevance Sort by last modified time
    Searched refs:SHARED (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/selinux/libsepol/cil/src/
dso.h 4 #if !defined(SHARED) || defined(ANDROID)
8 #ifdef SHARED
  /external/selinux/libsepol/src/
dso.h 4 #if !defined(SHARED) || defined(ANDROID)
8 #ifdef SHARED
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-activation.cc 3 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib -fPIC
42 #ifdef SHARED
coverage-direct.cc 3 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib -fPIC
22 // RUN: %clangxx_asan -fsanitize-coverage=2 -DSHARED %s -shared -o %dynamiclib -fPIC
41 // RUN: %clangxx_asan -fsanitize-coverage=3 -DSHARED %s -shared -o %dynamiclib -fPIC
66 #ifdef SHARED
coverage-module-unloaded.cc 3 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib1 -fPIC
4 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib2 -fPIC
20 #ifdef SHARED
coverage.cc 1 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %dynamiclib -fPIC %ld_flags_rpath_so
29 #ifdef SHARED
coverage-sandboxing.cc 1 // RUN: %clangxx_asan -fsanitize-coverage=2 -DSHARED %s -shared -o %dynamiclib -fPIC %ld_flags_rpath_so
46 #ifdef SHARED
coverage-direct-large.cc 5 // RUN: %clangxx_asan -fsanitize-coverage=1 -O0 -DSHARED %s -shared -o %dynamiclib -fPIC
44 #ifdef SHARED
65 #endif // SHARED
  /frameworks/av/include/private/media/
AudioEffectShared.h 33 // Shared memory area used to exchange parameters between application and mediaserver
43 : lock(Mutex::SHARED), clientIndex(0), serverIndex(0) {}
  /external/sepolicy/
keys.conf 17 [@SHARED]
18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
  /external/compiler-rt/test/asan/TestCases/Android/
coverage-android.cc 4 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC
21 // RUN: %clangxx_asan -fsanitize-coverage=1 -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC
38 // RUN: %clangxx_asan -fsanitize-coverage=2 -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC
55 // RUN: %clangxx_asan -fsanitize-coverage=2 -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC
72 // RUN: %clangxx_asan -fsanitize-coverage=3 -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC
89 // RUN: %clangxx_asan -fsanitize-coverage=3 -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC
111 #ifdef SHARED
  /external/compiler-rt/test/asan/TestCases/Linux/
stack-trace-dlclose.cc 4 // RUN: %clangxx_asan -DSHARED %s -shared -o %T/stack_trace_dlclose.so -fPIC
18 #ifdef SHARED
  /external/libselinux/src/
dso.h 4 #ifdef SHARED
  /external/selinux/libselinux/src/
dso.h 4 #ifdef SHARED
  /external/selinux/libsemanage/src/
dso.h 4 #ifdef SHARED
  /external/v8/src/compiler/
common-operator-unittest.cc 18 // Shared operators.
41 #define SHARED(Name, properties, value_input_count, effect_input_count, \
48 SHARED(Dead, Operator::kFoldable, 0, 0, 0, 0, 1),
49 SHARED(End, Operator::kFoldable, 0, 0, 1, 0, 0),
50 SHARED(Branch, Operator::kFoldable, 1, 0, 1, 0, 2),
51 SHARED(IfTrue, Operator::kFoldable, 0, 0, 1, 0, 1),
52 SHARED(IfFalse, Operator::kFoldable, 0, 0, 1, 0, 1),
53 SHARED(Throw, Operator::kFoldable, 1, 0, 1, 0, 1),
54 SHARED(Return, Operator::kNoProperties, 1, 1, 1, 1, 1),
55 SHARED(ControlEffect, Operator::kPure, 0, 0, 1, 1, 0
    [all...]
common-operator.cc 67 #define SHARED(Name, properties, value_input_count, control_input_count) \
74 SHARED_OP_LIST(SHARED)
75 #undef SHARED
94 #define SHARED(Name, properties, value_input_count, control_input_count) \
98 SHARED_OP_LIST(SHARED)
99 #undef SHARED
  /system/core/include/utils/
Condition.h 48 SHARED = 1
92 if (type == SHARED) {
Mutex.h 47 SHARED = 1
109 if (type == SHARED) {
RWLock.h 46 SHARED = 1
91 if (type == SHARED) {
  /ndk/build/tools/
build-device-llvm.sh 53 SHARED=
54 do_shared_option () { SHARED=yes; }
55 register_option "--shared" do_shared_option "Build libLLVM*.so shared by on-device llvm toolchain, and link lib*stl_shared.so"
193 if [ "$SHARED" = "yes" ]; then
204 if [ "$SHARED" = "yes" ]; then
205 EXTRA_LLVM_CONFIG="--enable-shared --with-extra-ld-options=\"-l${STL}_shared\""
206 EXTRA_MCLINKER_CONFIG="--with-llvm-shared-lib=$LLVM_BUILD_OUT/Release/lib/libLLVM-${DEFAULT_LLVM_VERSION}.so"
231 if [ "$SHARED" = "yes" ]; then
247 if [ "$SHARED" = "yes" ]; the
    [all...]
build-on-device-toolchain.sh 43 SHARED=
44 do_shared_option () { SHARED=yes; }
45 register_option "--shared" do_shared_option "Build libLLVM*.so shared by on-device llvm toolchain, and link lib*stl_shared.so"
71 if [ "$SHARED" = "yes" ]; then
72 FLAGS="$FLAGS --shared"
126 if [ "$SHARED" = "yes" ]; then
  /external/elfutils/src/libdwfl/
dwfl_module_build_id.c 104 #ifdef SHARED
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 121 SHARED = 3,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
libc-lock.h 154 #if defined SHARED && !defined NOT_IN_libc
177 #if defined SHARED && !defined NOT_IN_libc
226 #if defined SHARED && !defined NOT_IN_libc
411 #if defined _LIBC && defined SHARED

Completed in 1097 milliseconds

1 2 3