/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 13 * {@link #exchange exchange} method, matches with a partner thread, 37 * currentBuffer = exchanger.exchange(currentBuffer); 50 * currentBuffer = exchanger.exchange(currentBuffer); 63 * successfully exchange objects via an {@code Exchanger}, actions 64 * prior to the {@code exchange()} in each thread 66 * those subsequent to a return from the corresponding {@code exchange()} 76 * Overview: The core algorithm is, for an exchange "slot", 106 * able to exchange items. That is, we cannot completely partition 134 * while trying to exchange. By nature of the above algorithm, th 531 public V exchange(V x) throws InterruptedException { method in class:Exchanger 585 public V exchange(V x, long timeout, TimeUnit unit) method in class:Exchanger [all...] |
/external/kernel-headers/original/uapi/scsi/fc/ |
fc_fs.h | 47 __be16 fh_ox_id; /* originator exchange ID */ 48 __be16 fh_rx_id; /* responder exchange ID */ 209 * Exchange IDs. 211 #define FC_XID_UNKNOWN 0xffff /* unknown exchange ID */ 212 #define FC_XID_MIN 0x0 /* supported min exchange ID */ 213 #define FC_XID_MAX 0xfffe /* supported max exchange ID */ 218 #define FC_FC_EX_CTX (1 << 23) /* sent by responder to exchange */ 220 #define FC_FC_FIRST_SEQ (1 << 21) /* first sequence of this exchange */ 221 #define FC_FC_LAST_SEQ (1 << 20) /* last sequence of this exchange */ 226 #define FC_FC_X_ID_REASS (1 << 15) /* exchange ID has been changed * [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
atomic-1.ll | 21 define i32 @exchange(i32* %mem, i32 %val) nounwind { 22 ; CHECK-LABEL: exchange:
|
/packages/apps/Exchange/src/com/android/exchange/ |
Exchange.java | 17 package com.android.exchange; 25 public class Exchange extends Application {
|
ExchangeBroadcastReceiver.java | 3 package com.android.exchange; 17 import com.android.exchange.R;
|
Eas.java | 18 package com.android.exchange; 35 public static final String LOG_TAG = "Exchange"; 46 // Define our default protocol version as 2.5 (Exchange 2003) 61 com.android.exchange.Configuration.EXCHANGE_ACCOUNT_MANAGER_TYPE; 62 public static final String PROTOCOL = com.android.exchange.Configuration.EXCHANGE_PROTOCOL; 64 com.android.exchange.Configuration.EXCHANGE_SERVICE_INTENT_ACTION; 152 * Gets the Exchange folder class for a mailbox type (PIM collections have different values
|
EasAuthenticationException.java | 17 package com.android.exchange;
|
EasException.java | 18 package com.android.exchange;
|
IllegalHeartbeatException.java | 18 package com.android.exchange;
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSyncBase.java | 1 package com.android.exchange.eas; 11 import com.android.exchange.CommandStatusException; 12 import com.android.exchange.Eas; 13 import com.android.exchange.EasResponse; 14 import com.android.exchange.adapter.AbstractSyncParser; 15 import com.android.exchange.adapter.Parser; 16 import com.android.exchange.adapter.Serializer; 17 import com.android.exchange.adapter.Tags;
|
EasSyncMail.java | 1 package com.android.exchange.eas; 13 import com.android.exchange.Eas; 14 import com.android.exchange.adapter.AbstractSyncParser; 15 import com.android.exchange.adapter.EmailSyncParser; 16 import com.android.exchange.adapter.Serializer; 17 import com.android.exchange.adapter.Tags; 61 // In Exchange 2003, deletes-as-moves tag = true; no tag = false 62 // In Exchange 2007 and up, deletes-as-moves tag is "0" (false) or "1" (true)
|
EasOptions.java | 17 package com.android.exchange.eas; 19 import com.android.exchange.Eas; 20 import com.android.exchange.EasResponse; 32 * Performs an HTTP Options request to the Exchange server, in order to get the protocol 41 /** Set of Exchange protocol versions we understand. */
|
EasLoadAttachment.java | 17 package com.android.exchange.eas; 28 import com.android.exchange.Eas; 29 import com.android.exchange.EasResponse; 30 import com.android.exchange.adapter.ItemOperationsParser; 31 import com.android.exchange.adapter.Serializer; 32 import com.android.exchange.adapter.Tags; 33 import com.android.exchange.service.EasService; 34 import com.android.exchange.utility.UriCodec; 49 * This class performs the heavy lifting of loading attachments from the Exchange server to the 121 * Encoder for Exchange 2003 attachment names. They come from the server partially encoded [all...] |
EasSearch.java | 1 package com.android.exchange.eas; 11 import com.android.exchange.CommandStatusException; 12 import com.android.exchange.Eas; 13 import com.android.exchange.EasResponse; 14 import com.android.exchange.adapter.Serializer; 15 import com.android.exchange.adapter.Tags; 16 import com.android.exchange.adapter.SearchParser;
|
/packages/apps/Exchange/tests/ |
Android.mk | 27 # Notice that we don't have to include the src files of Exchange because, by 28 # running the tests using an instrumentation targeting Exchange, we
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
PingTask.java | 17 package com.android.exchange.service; 23 import com.android.exchange.Eas; 24 import com.android.exchange.adapter.PingParser; 25 import com.android.exchange.eas.EasOperation; 26 import com.android.exchange.eas.EasPing;
|
/packages/apps/Exchange/tests/src/com/android/exchange/eas/ |
EasProvisionTests.java | 17 package com.android.exchange.eas; 25 import com.android.exchange.adapter.Serializer; 26 import com.android.exchange.Eas; 27 import com.android.exchange.adapter.Tags; 28 import com.android.exchange.utility.ExchangeTestCase; 35 * runtest -c com.android.exchange.eas.EasProvisionTests exchange
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
WbxmlResponseLoggerTests.java | 16 package com.android.exchange.utility; 31 * runtest -c com.android.exchange.utility.WbxmlResponseLoggerTests exchange
|
/external/openssh/ |
moduli.0 | 8 sshd(8) in the Diffie-Hellman Group Exchange key exchange method. 61 When performing Diffie-Hellman Group Exchange, sshd(8) first estimates 70 M. Friedl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for
|
/external/valgrind/none/tests/amd64/ |
xadd.c | 7 Tests the 'xadd' exchange-and-add instruction with {r,r} operands, which is rarely generated by compilers. */
|
/external/valgrind/none/tests/x86/ |
xadd.c | 7 Tests the 'xadd' exchange-and-add instruction with {r,r} operands, which is rarely generated by compilers. */
|
/frameworks/base/core/res/assets/webkit/ |
incognito_mode_start_page.html | 19 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw/ |
incognito_mode_start_page.html | 19 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw-xlarge/ |
incognito_mode_start_page.html | 19 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
Configuration.java | 20 // Bundle key for Exchange configuration (boolean value)
|