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

<<11121314151617181920>>

  /packages/apps/Exchange/res/values-ur-rPK/
strings.xml 19 <string name="exchange_name_alternate" msgid="293118547772095111">"Microsoft Exchange ActiveSync"</string>
30 <string name="app_name" msgid="1707639359526090662">"?Exchange ?????"</string>
  /packages/apps/Exchange/res/values-uz-rUZ/
strings.xml 19 <string name="exchange_name_alternate" msgid="293118547772095111">"Microsoft Exchange ActiveSync"</string>
30 <string name="app_name" msgid="1707639359526090662">"Exchange xizmatlari"</string>
  /packages/apps/Exchange/res/values-zh-rCN/
strings.xml 19 <string name="exchange_name_alternate" msgid="293118547772095111">"Microsoft Exchange ActiveSync"</string>
30 <string name="app_name" msgid="1707639359526090662">"Exchange??"</string>
  /packages/apps/Exchange/res/values-zh-rHK/
strings.xml 19 <string name="exchange_name_alternate" msgid="293118547772095111">"Microsoft Exchange ActiveSync"</string>
30 <string name="app_name" msgid="1707639359526090662">"Exchange ??"</string>
  /packages/apps/Exchange/res/values-zh-rTW/
strings.xml 19 <string name="exchange_name_alternate" msgid="293118547772095111">"Microsoft Exchange ActiveSync"</string>
30 <string name="app_name" msgid="1707639359526090662">"Exchange ??"</string>
  /packages/apps/Exchange/src/com/android/exchange/service/
CalendarSyncAdapterService.java 17 package com.android.exchange.service;
35 import com.android.exchange.Eas;
ContactsSyncAdapterService.java 17 package com.android.exchange.service;
37 import com.android.exchange.Eas;
EmailSyncAdapterService.java 17 package com.android.exchange.service;
34 import com.android.exchange.Eas;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
errno.h 23 #define EBADE 52 /* Invalid exchange */
25 #define EXFULL 54 /* Exchange full */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno.h 23 #define EBADE 52 /* Invalid exchange */
25 #define EXFULL 54 /* Exchange full */
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 18 package com.android.exchange.adapter;
22 import com.android.exchange.Eas;
23 import com.android.exchange.EasException;
24 import com.android.exchange.service.EasService;
25 import com.android.exchange.utility.FileLogger;
FolderSyncParser.java 18 package com.android.exchange.adapter;
40 import com.android.exchange.CommandStatusException;
41 import com.android.exchange.CommandStatusException.CommandStatus;
42 import com.android.exchange.Eas;
43 import com.android.exchange.eas.EasSyncContacts;
44 import com.android.exchange.eas.EasSyncCalendar;
59 * Handles the addition, deletion, and changes to folders in the user's Exchange account.
    [all...]
AbstractSyncAdapter.java 18 package com.android.exchange.adapter;
32 import com.android.exchange.CommandStatusException;
33 import com.android.exchange.Eas;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasAutoDiscover.java 1 package com.android.exchange.eas;
12 import com.android.exchange.CommandStatusException;
13 import com.android.exchange.Eas;
14 import com.android.exchange.EasResponse;
45 "http://schemas.microsoft.com/exchange/autodiscover/mobilesync/";
EasFullSyncOperation.java 1 package com.android.exchange.eas;
17 import com.android.exchange.CommandStatusException;
18 import com.android.exchange.Eas;
19 import com.android.exchange.EasResponse;
20 import com.android.exchange.service.EasService;
  /external/qemu/android/
sdk-controller-socket.h 40 * implement the exchange protocol between an Android application, and emulation
43 * In turn, the exchange protocol is implemented on top of asynchronous socket
52 * - Data exchange protocol.
75 * SdkController in deed is listening is to exchange a handshake with it:
93 * 2. Data exchange protocol.
97 * This also complicates destruction of data involved in exchange, since in an
105 * There are three types of data in the exchange protocol:
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.h 76 // Bitmask of key exchange algorithms that the test server supports and that
80 // is acceptable. Preferred over explicitly OR-ing all key exchange
165 // key exchange algorithms are acceptable.
  /external/compiler-rt/lib/builtins/
atomic.c 194 /// Atomic compare and exchange operation. If the value at *ptr is identical
198 /// This function returns 1 if the exchange takes place or 0 if it fails.
218 /// Performs an atomic exchange operation between two pointers. This is atomic
  /external/libcxx/include/
atomic 100 T exchange(T desr, memory_order m = memory_order_seq_cst) volatile noexcept;
101 T exchange(T desr, memory_order m = memory_order_seq_cst) noexcept;
138 integral exchange(integral desr,
140 integral exchange(integral desr, memory_order m = memory_order_seq_cst) noexcept;
213 T* exchange(T* desr, memory_order m = memory_order_seq_cst) volatile noexcept;
214 T* exchange(T* desr, memory_order m = memory_order_seq_cst) noexcept;
837 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
840 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 100 T exchange(T desr, memory_order m = memory_order_seq_cst) volatile noexcept;
101 T exchange(T desr, memory_order m = memory_order_seq_cst) noexcept;
138 integral exchange(integral desr,
140 integral exchange(integral desr, memory_order m = memory_order_seq_cst) noexcept;
213 T* exchange(T* desr, memory_order m = memory_order_seq_cst) volatile noexcept;
214 T* exchange(T* desr, memory_order m = memory_order_seq_cst) noexcept;
846 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
849 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 80 private static final String EXCHANGE_ACCT_TYPE = "com.android.exchange";
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 100 T exchange(T desr, memory_order m = memory_order_seq_cst) volatile noexcept;
101 T exchange(T desr, memory_order m = memory_order_seq_cst) noexcept;
138 integral exchange(integral desr,
140 integral exchange(integral desr, memory_order m = memory_order_seq_cst) noexcept;
213 T* exchange(T* desr, memory_order m = memory_order_seq_cst) volatile noexcept;
214 T* exchange(T* desr, memory_order m = memory_order_seq_cst) noexcept;
586 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
589 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fflush.c 73 * exchange buffering (via setvbuf) in user write function.
  /device/generic/goldfish/libqemu/
test_guest_1.c 17 /* This program uses a QEMUD pipe to exchange data with a test
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie2.java 40 * that the HTTP agent and the target server can exchange to maintain

Completed in 1641 milliseconds

<<11121314151617181920>>