OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exchange
(Results
51 - 75
of
1587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Exchange/src/com/android/exchange/
EasAuthenticationException.java
17
package com.android.
exchange
;
EasException.java
18
package com.android.
exchange
;
IllegalHeartbeatException.java
18
package com.android.
exchange
;
StaleFolderListException.java
18
package com.android.
exchange
;
Eas.java
18
package com.android.
exchange
;
35
public static final String LOG_TAG = "
Exchange
";
49
// Define our default protocol version as 2.5 (
Exchange
2003)
64
com.android.
exchange
.Configuration.EXCHANGE_ACCOUNT_MANAGER_TYPE;
65
public static final String PROTOCOL = com.android.
exchange
.Configuration.EXCHANGE_PROTOCOL;
67
com.android.
exchange
.Configuration.EXCHANGE_SERVICE_INTENT_ACTION;
169
* Gets the
Exchange
folder class for a mailbox type (PIM collections have different values
/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;
/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
...]
EasFolderSync.java
17
package com.android.
exchange
.eas;
27
import com.android.
exchange
.CommandStatusException;
28
import com.android.
exchange
.EasResponse;
29
import com.android.
exchange
.adapter.FolderSyncParser;
30
import com.android.
exchange
.adapter.Serializer;
31
import com.android.
exchange
.adapter.Tags;
32
import com.android.
exchange
.service.EasService;
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.
Completed in 1031 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>