OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exchange
(Results
126 - 150
of
1587
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
generate
3
Subject: Re: Diffie-Hellman key
exchange
16
>Diffie-Hellman public key
exchange
algorithm: y=a^x mod q. I'm
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_arm_qnx.h
85
// Atomic
exchange
the old value with an incremented one.
90
// The
exchange
took place as expected.
/external/ipsec-tools/src/racoon/
str2val.c
47
*
exchange
a value to a hex string.
75
*
exchange
a string based "base" to a value.
/external/libcxxabi/src/
cxa_default_handlers.cpp
108
// return __cxa_unexpected_handler.
exchange
(func, memory_order_acq_rel);
118
// return __cxa_terminate_handler.
exchange
(func, memory_order_acq_rel);
/external/openssl/crypto/dh/
generate
3
Subject: Re: Diffie-Hellman key
exchange
16
>Diffie-Hellman public key
exchange
algorithm: y=a^x mod q. I'm
/external/smack/src/org/jivesoftware/smackx/packet/
PEPEvent.java
38
* Creates a new empty roster
exchange
package.
46
* Creates a new empty roster
exchange
package.
/external/tcpdump/
oakley.h
84
/* Additional
Exchange
Type */
88
/* The use for checking proposal payload. This is not
exchange
type. */
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
index.jd
15
called NDEF (NFC Data
Exchange
Format).</p>
22
<li><strong>P2P mode</strong>, allowing the NFC device to
exchange
data with other NFC
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp
111
// return __cxa_unexpected_handler.
exchange
(func, memory_order_acq_rel);
121
// return __cxa_terminate_handler.
exchange
(func, memory_order_acq_rel);
/packages/apps/Exchange/res/values/
strings.xml
24
<!-- Name of Microsoft
Exchange
account type; used by AccountManager -->
26
<!-- Name of Microsoft
Exchange
account type; used by AccountManager -->
27
<string name="exchange_name_alternate">Microsoft
Exchange
ActiveSync</string>
100
automatically enabled for pre-existing
Exchange
accounts on upgrade -->
101
<string name="notification_exchange_calendar_added">
Exchange
calendar added</string>
104
<string name="app_name" >
Exchange
Services</string>
183
<!-- In account setup options & account settings screens (
exchange
), sync window length; this
199
<string name="account_manager_type_exchange" translatable="false">com.android.
exchange
</string>
/packages/apps/Exchange/src/com/android/exchange/adapter/
ItemOperationsParser.java
16
package com.android.
exchange
.adapter;
18
import com.android.
exchange
.eas.EasLoadAttachment.ProgressCallback;
MoveItemsParser.java
16
package com.android.
exchange
.adapter;
18
import com.android.
exchange
.Eas;
SearchParser.java
1
package com.android.
exchange
.adapter;
15
import com.android.
exchange
.Eas;
PingParser.java
17
package com.android.
exchange
.adapter;
19
import com.android.
exchange
.CommandStatusException.CommandStatus;
20
import com.android.
exchange
.Eas;
39
// The following are the actual status codes from the
Exchange
server.
/packages/apps/Exchange/src/com/android/exchange/utility/
CurlLogger.java
3
package com.android.
exchange
.utility;
9
import com.android.
exchange
.Eas;
/external/chromium_org/net/cert/
cert_database_openssl.cc
35
// certificate from a <keygen>
exchange
.
/external/chromium_org/remoting/protocol/
pairing_client_authenticator.cc
50
// first message of the SPAKE
exchange
since we don't yet know whether or not
third_party_host_authenticator.h
26
// validate it, and
exchange
it for a |shared_secret|. Once the |TokenValidator|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
atomic32.h
42
// The function returns true if the
exchange
happened.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h
29
short
Exchange
, short Comparand); // NOLINT
34
long long
Exchange
, long long Comparand); // NOLINT
38
void *
Exchange
, void *Comparand);
43
long
Exchange
, long Comparand); // NOLINT
/external/libcxx/test/atomics/atomics.types.generic/
integral.pass.cpp
23
// integral
exchange
(integral desr,
25
// integral
exchange
(integral desr, memory_order m = memory_order_seq_cst);
108
assert(obj.
exchange
(T(2)) == T(1));
110
assert(obj.
exchange
(T(3), std::memory_order_relaxed) == T(2));
/external/webrtc/src/system_wrappers/interface/
atomic32.h
44
// The function returns true if the
exchange
happened.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
integral.pass.cpp
23
// integral
exchange
(integral desr,
25
// integral
exchange
(integral desr, memory_order m = memory_order_seq_cst);
108
assert(obj.
exchange
(T(2)) == T(1));
110
assert(obj.
exchange
(T(3), std::memory_order_relaxed) == T(2));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argv_traverser.hpp
48
// argc+argv <-> internal buffer
exchange
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/exchange/
ExchangeAttachment.java
16
package com.android.mail.providers.protos.
exchange
;
Completed in 909 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>