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

1 2

  /external/sepolicy/
keys.conf 17 [@SHARED]
18 ALL : shared.x509.pem
  /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/libselinux/src/
dso.h 4 #ifdef SHARED
  /external/libsepol/src/
dso.h 4 #ifdef SHARED
  /system/core/include/utils/
Mutex.h 46 SHARED = 1
98 if (type == SHARED) {
Condition.h 48 SHARED = 1
92 if (type == SHARED) {
RWLock.h 46 SHARED = 1
91 if (type == SHARED) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 15 SHARED = 4
22 # Binary files use shared blocks, there are three in 30488.
60 assert_equal(info[Info::SHARED], $last_prettify_part_count["shared"], "Wrong number of 'shared' parts in " + description)
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 116 SHARED = 3,
NVPTXInstrInfo.cpp 136 if (addrspace == NVPTX::PTXLdStInstCode::SHARED)
139 if (addrspace == NVPTX::PTXLdStInstCode::SHARED)
  /external/chromium_org/third_party/leveldatabase/src/
Makefile 62 # Should we build shared libraries?
69 SHARED = $(SHARED1)
77 SHARED = $(SHARED1) $(SHARED2) $(SHARED3)
89 all: $(SHARED) $(LIBRARY)
95 -rm -f $(PROGRAMS) $(BENCHMARKS) $(LIBRARY) $(SHARED) $(MEMENVLIBRARY) */*.o */*/*.o ios-x86/*/*.o ios-arm/*/*.o build_config.mk
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 74 androidMutexType = Mutex::SHARED;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 152 #if defined SHARED && !defined NOT_IN_libc
175 #if defined SHARED && !defined NOT_IN_libc
224 #if defined SHARED && !defined NOT_IN_libc
337 #if defined _LIBC && defined SHARED
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 152 #if defined SHARED && !defined NOT_IN_libc
175 #if defined SHARED && !defined NOT_IN_libc
224 #if defined SHARED && !defined NOT_IN_libc
337 #if defined _LIBC && defined SHARED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
libc-lock.h 152 #if defined SHARED && !defined NOT_IN_libc
175 #if defined SHARED && !defined NOT_IN_libc
224 #if defined SHARED && !defined NOT_IN_libc
337 #if defined _LIBC && defined SHARED
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 140 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
158 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_browsertest.cc 50 SHARED,
88 { FILE, "", "Test Shared Document", "application/vnd.google-apps.document",
89 SHARED, "20 Mar 2013 22:40:00" }
171 entry.shared_option == SHARED,
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 89 #ifdef SHARED
262 # ifdef SHARED
279 # ifdef SHARED
389 #if defined DATA_CACHE_SIZE || !defined SHARED
sse2-memset16-atom.S 89 #ifdef SHARED
347 # ifdef SHARED
365 # ifdef SHARED
474 #if defined DATA_CACHE_SIZE || !defined SHARED
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 26 # global configuration (shared by all network blocks)
132 # If EAP methods were built dynamically as shared object files, they need to be
557 # WPA-PSK = WPA pre-shared key (this requires 'psk' field)
578 # SHARED = Shared Key authentication (requires static WEP keys)
597 # psk: WPA preshared key; 256-bit pre-shared key
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 130 /** Marker to indicate a node is waiting in shared mode */
131 static final Node SHARED = new Node();
219 * value SHARED. Because condition queues are accessed only
224 * we save a field by using special value to indicate shared
230 * @return true if node is waiting in shared mode
233 return nextWaiter == SHARED;
251 Node() { // Used to establish initial head or SHARED marker
351 * @param mode Node.EXCLUSIVE for exclusive, Node.SHARED for shared
415 * Release action for shared mode -- signals successor and ensure
    [all...]
AbstractQueuedSynchronizer.java 43 * mode and a <em>shared</em> mode. When acquired in exclusive mode,
44 * attempted acquires by other threads cannot succeed. Shared mode
47 * mechanical sense that when a shared mode acquire succeeds, the next
53 * only shared modes need not define the methods supporting the unused mode.
124 * (Shared mode is similar but may involve cascading signals.)
238 * fire. Because a latch is non-exclusive, it uses the {@code shared}
360 /** Marker to indicate a node is waiting in shared mode */
361 static final Node SHARED = new Node();
449 * value SHARED. Because condition queues are accessed only
454 * we save a field by using special value to indicate shared
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcpy-atom.S 98 #if (defined SHARED || defined __PIC__)
200 # if (defined SHARED || defined __PIC__)
274 # if (defined SHARED || defined __PIC__)
433 # if (defined SHARED || defined __PIC__)
537 # if (defined SHARED || defined __PIC__)
641 # if (defined SHARED || defined __PIC__)
747 # if (defined SHARED || defined __PIC__)
853 # if (defined SHARED || defined __PIC__)
959 # if (defined SHARED || defined __PIC__)
1065 # if (defined SHARED || defined __PIC__
    [all...]
  /external/chromium_org/dbus/
bus.h 151 // you are sure that SHARED is safe for you, which is unlikely the case
154 // PRIVATE gives you a private connection, that won't be shared with
157 // SHARED gives you a connection shared among other Bus objects, which
158 // is unsafe if the connection is shared with multiple threads.
161 SHARED,
404 // Do not call for shared connection it will be released by libdbus.
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 230 case NVPTX::PTXLdStInstCode::SHARED:
231 O << ".shared";

Completed in 818 milliseconds

1 2