HomeSort by relevance Sort by last modified time
    Searched full:exchange (Results 51 - 75 of 1605) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Exchange/src/com/android/exchange/
EasException.java 18 package com.android.exchange;
IllegalHeartbeatException.java 18 package com.android.exchange;
StaleFolderListException.java 18 package com.android.exchange;
  /external/chromium_org/base/
atomicops_internals_gcc.h 44 // Atomic exchange the old value with an incremented one.
48 // The exchange took place as expected.
  /packages/apps/ContactsCommon/tests/res/xml/
test_basic_contacts.xml 69 <!-- Exchange definition. No display-name, no phonetic-middle.
119 <!-- Exchange definition.
149 Exchange definition.
185 <!-- Exchange definition.
210 <!-- Exchange definition. Structured.
241 Google/Exchange supports it, but fallback doesn't.
256 Exchange definition. dateWithTime is needed only for Exchange.
  /packages/apps/Exchange/
Android.mk 40 LOCAL_OVERRIDES_PACKAGES := Exchange
45 LOCAL_EMMA_COVERAGE_FILTER += +com.android.exchange.*
  /packages/apps/Exchange/src/com/android/exchange/adapter/
MeetingResponseParser.java 16 package com.android.exchange.adapter;
18 import com.android.exchange.Eas;
GalParser.java 16 package com.android.exchange.adapter;
18 import com.android.exchange.provider.GalResult;
19 import com.android.exchange.provider.GalResult.GalData;
AbstractSyncParser.java 18 package com.android.exchange.adapter;
31 import com.android.exchange.CommandStatusException;
32 import com.android.exchange.CommandStatusException.CommandStatus;
33 import com.android.exchange.Eas;
91 * Read, parse, and act on incoming commands from the Exchange server
126 * Loop through the top-level structure coming from the Exchange server
  /external/smack/src/org/jivesoftware/smackx/packet/
RosterExchange.java 35 * Represents XMPP Roster Item Exchange packets.<p>
58 * Creates a new empty roster exchange package.
66 * Creates a new roster exchange package with the entries specified in roster.
143 * Returns a count of the entries in the roster exchange.
145 * @return the number of entries in the roster exchange.
152 * Returns the XML representation of a Roster Item Exchange according the specification.
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSync.java 17 package com.android.exchange.eas;
31 import com.android.exchange.CommandStatusException;
32 import com.android.exchange.Eas;
33 import com.android.exchange.EasResponse;
34 import com.android.exchange.adapter.EmailSyncParser;
35 import com.android.exchange.adapter.Parser;
36 import com.android.exchange.adapter.Serializer;
37 import com.android.exchange.adapter.Tags;
51 * Performs an Exchange Sync operation for one {@link Mailbox}.
272 // Exchange 2003 doesn't understand the concept of setting this flag to false. Th
    [all...]
EasSendMeetingResponse.java 1 package com.android.exchange.eas;
18 import com.android.exchange.CommandStatusException;
19 import com.android.exchange.EasResponse;
20 import com.android.exchange.adapter.MeetingResponseParser;
21 import com.android.exchange.adapter.Serializer;
22 import com.android.exchange.adapter.Tags;
23 import com.android.exchange.utility.CalendarUtilities;
EasMoveItems.java 1 package com.android.exchange.eas;
11 import com.android.exchange.EasResponse;
12 import com.android.exchange.adapter.MoveItemsParser;
13 import com.android.exchange.adapter.Serializer;
14 import com.android.exchange.adapter.Tags;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
ProvisionParserTests.java 17 package com.android.exchange.adapter;
20 import com.android.exchange.adapter.ProvisionParser;
31 * runtest -c com.android.exchange.adapter.ProvisionParserTests exchange
41 // A good sample of an Exchange 2003 (WAP) provisioning document for end-to-end testing
SerializerTests.java 17 package com.android.exchange.adapter;
31 * runtest -c com.android.exchange.adapter.SerializerTests exchange
  /external/chromium_org/crypto/
p224_spake.h 15 // Key Exchange. It allows two parties that have a secret common
33 // In each exchange, each peer always sends a message.
69 // The key established as result of the key exchange. Must be called
  /external/chromium_org/net/third_party/nss/ssl/
sslenum.c 24 * * Order by key exchange algorithm: ECDHE, then DHE, then ECDH, RSA.
117 /* export ciphersuites with 1024-bit public key exchange keys */
121 /* export ciphersuites with 512-bit public key exchange keys */
sslt.h 49 /* Key Exchange algorithm values */
124 /* key exchange algorithm info */
152 /* key exchange algorithm info */
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_arm_gcc.h 43 // the kernel which implements an atomic compare-exchange. On older
90 // Atomic exchange the old value with an incremented one.
95 // The exchange took place as expected.
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-xchg-01.ll 1 ; Test 8-bit atomic exchange.
6 ; Check exchange with a variable.
43 ; Check exchange with a constant. We should force the constant into
atomicrmw-xchg-02.ll 1 ; Test 16-bit atomic exchange.
6 ; Check exchange with a variable.
43 ; Check exchange with a constant. We should force the constant into
atomicrmw-xchg-04.ll 1 ; Test 64-bit atomic exchange.
5 ; Check register exchange.
76 ; Check exchange of a constant. We should force it into a register and
  /packages/apps/Exchange/src/com/android/exchange/utility/
WbxmlResponseLogger.java 17 package com.android.exchange.utility;
22 import com.android.exchange.Eas;
39 * response from Exchange can be viewed for debugging purposes.
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 16 package com.android.exchange.utility;
27 * runtest -c com.android.exchange.utility.SimpleIcsWriterTests exchange
  /external/deqp/framework/delibs/dethread/
deAtomic.h 67 * \brief Atomic compare and exchange (CAS).
70 * \param exchange New value.
75 * exchange value.
80 DE_INLINE deUint32 deAtomicCompareExchange32 (deUint32 volatile* dstAddr, deUint32 compare, deUint32 exchange)
83 return _InterlockedCompareExchange((long volatile*)dstAddr, exchange, compare);
85 return __sync_val_compare_and_swap(dstAddr, compare, exchange);

Completed in 1301 milliseconds

1 23 4 5 6 7 8 91011>>