HomeSort by relevance Sort by last modified time
    Searched refs:SHARED (Results 26 - 50 of 67) sorted by null

12 3

  /external/elfutils/0.153/lib/
eu-config.h 186 #ifdef SHARED
199 # define COMPAT_VERSION(name, version, prefix) error "should use #ifdef SHARED"
  /external/elfutils/0.153/libdwfl/
dwfl_module_build_id.c 182 #ifdef SHARED
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
WifiConfig.java 110 wifiConf.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.SHARED);
  /system/core/libcutils/arch-x86/
sse2-memset32-atom.S 89 #if (defined SHARED || defined __PIC__)
262 # if (defined SHARED || defined __PIC__)
279 # if (defined SHARED || defined __PIC__)
389 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
sse2-memset16-atom.S 89 #if (defined SHARED || defined __PIC__)
347 # if (defined SHARED || defined __PIC__)
365 # if (defined SHARED || defined __PIC__)
474 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
  /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/silvermont/string/
sse2-memset-slm.S 102 #if (defined SHARED || defined __PIC__)
243 # if (defined SHARED || defined __PIC__)
261 # if (defined SHARED || defined __PIC__)
302 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
325 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
366 #if defined SHARED_CACHE_SIZE || !(defined SHARED || defined __PIC__)
sse4-memcmp-slm.S 100 #if (defined SHARED || defined __PIC__)
  /bionic/libc/arch-x86/atom/string/
ssse3-memcpy-atom.S 97 #if (defined SHARED || defined __PIC__)
198 # if (defined SHARED || defined __PIC__)
272 # if (defined SHARED || defined __PIC__)
431 # if (defined SHARED || defined __PIC__)
535 # if (defined SHARED || defined __PIC__)
639 # if (defined SHARED || defined __PIC__)
745 # if (defined SHARED || defined __PIC__)
851 # if (defined SHARED || defined __PIC__)
957 # if (defined SHARED || defined __PIC__)
1063 # if (defined SHARED || defined __PIC__
    [all...]
sse2-memset-atom.S 98 #if (defined SHARED || defined __PIC__)
322 # if (defined SHARED || defined __PIC__)
340 # if (defined SHARED || defined __PIC__)
445 #if defined DATA_CACHE_SIZE || !(defined SHARED || defined __PIC__)
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 26 # global configuration (shared by all network blocks)
136 # If EAP methods were built dynamically as shared object files, they need to be
657 # WPA-PSK = WPA pre-shared key (this requires 'psk' field)
678 # SHARED = Shared Key authentication (requires static WEP keys)
697 # psk: WPA preshared key; 256-bit pre-shared key
    [all...]
  /external/chromium_org/dbus/
bus.h 152 // you are sure that SHARED is safe for you, which is unlikely the case
155 // PRIVATE gives you a private connection, that won't be shared with
158 // SHARED gives you a connection shared among other Bus objects, which
159 // is unsafe if the connection is shared with multiple threads.
162 SHARED,
411 // Do not call for shared connection it will be released by libdbus.
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 232 case NVPTX::PTXLdStInstCode::SHARED:
233 O << ".shared";
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 82 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigHelper.java 90 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 68 SHARED,
97 if (value == "shared")
98 *output = SHARED;
368 entry.shared_option == SHARED,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
libio.h 509 # if defined _LIBC && defined SHARED
pthread.h 168 /* Process shared or private flag. */
709 # ifndef SHARED
789 /* Get the process-shared flag of the mutex attribute ATTR. */
795 /* Set the process-shared flag of the mutex attribute ATTR. */
917 /* Return current setting of process-shared attribute of ATTR in PSHARED. */
923 /* Set process-shared attribute of ATTR to PSHARED. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 509 # if defined _LIBC && defined SHARED
pthread.h 168 /* Process shared or private flag. */
709 # ifndef SHARED
789 /* Get the process-shared flag of the mutex attribute ATTR. */
795 /* Set the process-shared flag of the mutex attribute ATTR. */
917 /* Return current setting of process-shared attribute of ATTR in PSHARED. */
923 /* Set process-shared attribute of ATTR to PSHARED. */
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 305 case llvm::ADDRESS_SPACE_SHARED: return NVPTX::PTXLdStInstCode::SHARED;
410 // - .volatile is only availalble for .global and .shared
413 codeAddrSpace != NVPTX::PTXLdStInstCode::SHARED &&
646 // - .volatile is only availalble for .global and .shared
649 CodeAddrSpace != NVPTX::PTXLdStInstCode::SHARED &&
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 118 P_MMAP_FLAG(SHARED);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 70 /** WPA pre-shared key (requires {@code preSharedKey} to be specified). */
78 /** WPA2 pre-shared key for use with soft access point
114 /** Shared Key authentication (requires static WEP keys) */
115 public static final int SHARED = 1;
121 public static final String[] strings = { "OPEN", "SHARED", "LEAP" };
249 * Pre-shared key for use with WPA-PSK.
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 398 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
    [all...]

Completed in 737 milliseconds

12 3