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

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/test/asan/TestCases/Linux/
static_tls.cc 4 // RUN: %clangxx_asan -DSHARED %s -shared -o %t-so.so -fPIC
16 #ifndef SHARED
26 #else // SHARED
stack-trace-dlclose.cc 4 // RUN: %clangxx_asan -DSHARED %s -shared -o %T/stack_trace_dlclose.so -fPIC
18 #ifdef SHARED
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfvsb/
sh2.c 1 /* This is part of the shared library ld test. This file becomes part
2 of a shared library. */
5 the shared library. */
9 reference with non-default visibility in another shared library. */
12 /* This function is called by another file in the shared library. */
48 #ifndef SHARED
sh1.c 5 /* This is part of the shared library ld test. This file becomes part
6 of a shared library. */
13 /* This variable is defined in the shared library, and overridden by
16 #ifdef SHARED
17 /* SHARED is defined if we are compiling with -fpic/-fPIC. */
21 compiling for a shared library, and thus that overriddenvar is
27 /* This variable is defined in the shared library. */
30 /* This variable is defined by another object in the shared library. */
34 the shared library. */
65 shared library. *
    [all...]
  /external/selinux/libsepol/cil/src/
dso.h 4 #if !defined(SHARED) || defined(ANDROID) || defined(__APPLE__)
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=func -DSHARED %s -shared -o %dynamiclib -fPIC
42 #ifdef SHARED
coverage-direct.cc 3 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED %s -shared -o %dynamiclib -fPIC
22 // RUN: %clangxx_asan -fsanitize-coverage=bb -DSHARED %s -shared -o %dynamiclib -fPIC
41 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED %s -shared -o %dynamiclib -fPIC
66 #ifdef SHARED
coverage-module-unloaded.cc 3 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED %s -shared -o %dynamiclib1 -fPIC
4 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED %s -shared -o %dynamiclib2 -fPIC
19 #ifdef SHARED
coverage.cc 1 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED %s -shared -o %dynamiclib -fPIC %ld_flags_rpath_so
28 #ifdef 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) {}
  /hardware/interfaces/memtrack/1.0/
types.hal 28 * SHARED/SHARED_PSS/PRIVATE
29 * Flags to differentiate memory shared across multiple processes vs. memory
32 * processes holding reference to it (shared / num_processes).
34 * If none are set, record is assumed to count shared + private memory.
50 SHARED = 1 << 3,
  /system/sepolicy/prebuilts/api/26.0/private/
keys.conf 17 [@SHARED]
18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
  /system/sepolicy/prebuilts/api/27.0/private/
keys.conf 17 [@SHARED]
18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
  /system/sepolicy/prebuilts/api/28.0/private/
keys.conf 17 [@SHARED]
18 ALL : $DEFAULT_SYSTEM_DEV_CERTIFICATE/shared.x509.pem
  /system/sepolicy/private/
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=func -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC
21 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC
38 // RUN: %clangxx_asan -fsanitize-coverage=bb -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC
55 // RUN: %clangxx_asan -fsanitize-coverage=bb -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC
72 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED %s -shared -o %T/libcoverage_android_test_1.so -fPIC
89 // RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED -DKILL %s -shared -o %T/libcoverage_android_test_1.so -fPIC
111 #ifdef SHARED
  /external/selinux/libselinux/src/
dso.h 4 #ifdef SHARED
  /external/selinux/libsemanage/src/
dso.h 4 #ifdef SHARED
  /external/tensorflow/tensorflow/examples/android/jni/
CMakeLists.txt 39 add_library(tensorflow_demo SHARED
  /toolchain/binutils/binutils-2.27/binutils/
deflex.l 54 "SHARED" { return SHARED;}
defparse.y 36 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
128 | SHARED { $$ = 8; }
175 | SHARED { $$ = "SHARED"; }
  /frameworks/support/samples/SupportTransitionDemos/src/main/java/com/example/android/support/transition/widget/
FragmentTransitionUsage.java 36 * Demonstrates usage of shared element Transition between Fragments.
40 private static final String SHARED = "red";
84 .addSharedElement(sharedElement, SHARED)
120 ViewCompat.setTransitionName(red, SHARED);
148 ViewCompat.setTransitionName(view.findViewById(R.id.red), SHARED);
  /external/vulkan-validation-layers/demos/smoke/android/
CMakeLists.txt 29 # Build application's shared lib
40 add_library(Smoke SHARED
  /system/core/libutils/include/utils/
RWLock.h 46 SHARED = 1
91 if (type == SHARED) {

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 9