OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exchanged
(Results
1 - 25
of
142
) sorted by null
1
2
3
4
5
6
/external/testng/src/main/java/org/testng/remote/strprotocol/
IMessage.java
7
* Marker interface for messages
exchanged
between RemoteTestNG and a client.
/libcore/jsr166-tests/src/test/java/jsr166/
ExchangerTest.java
129
final CountDownLatch
exchanged
= new CountDownLatch(2);
local
134
exchanged
.countDown();
140
exchanged
.countDown();
150
await(
exchanged
);
/external/libvpx/libvpx/vp8/decoder/
ec_types.h
33
/* TODO(holmer): This array should be
exchanged
for a linked list */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
ec_types.h
33
/* TODO(holmer): This array should be
exchanged
for a linked list */
/external/deqp/framework/delibs/dethread/
deAtomic.c
27
/* When compiling with MSC we assume that long can be
exchanged
to int. */
/external/v8/test/mjsunit/regress/
regress-regexp-codeflush.js
33
// This can create a crash if the code was
exchanged
with the sweep
/libcore/ojluni/src/main/java/javax/security/sasl/
package.html
41
challenge-response protocol in which data is
exchanged
between the
51
Each mechanism defines the data that must be
exchanged
between the
/external/speex/include/speex/
speex.h
331
* @param ptr Data
exchanged
to-from function
377
* @param ptr Data
exchanged
to-from function
387
* @param ptr Data
exchanged
to-from function
394
* @param ptr Data
exchanged
to-from function
speex_echo.h
129
* @param ptr Data
exchanged
to-from function
speex_jitter.h
184
* @param ptr Data
exchanged
to-from function
/external/eigen/Eigen/src/SparseLU/
SparseLU_pruneL.h
94
// movnum=true means that the num values have to be
exchanged
/external/kernel-headers/original/uapi/linux/
ppp-ioctl.h
28
#define SC_ENABLE_IP 0x00000100 /* IP packets may be
exchanged
*/
tipc_config.h
350
* Configuration messages
exchanged
via NETLINK_GENERIC use the following
369
* Configuration messages
exchanged
via TIPC sockets use the TIPC configuration
/external/libgsm/
ChangeLog
22
src/toast_alaw.c:
exchanged
A-law tables for something
/external/wpa_supplicant_8/src/eap_common/
eap_pax_common.c
22
* @entropy:
Exchanged
entropy to seed the KDF (Z)
/frameworks/opt/net/voip/src/java/android/net/rtp/
AudioCodec.java
23
* {@link AudioStream}s. Their parameters are designed to be
exchanged
using
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifilogger_diag.h
119
* This msg hdr will always follow tAniHdr in all the messages
exchanged
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_ppp.h
61
#define SC_ENABLE_IP 0x00000100 /* IP packets may be
exchanged
*/
tipc_config.h
360
* Configuration messages
exchanged
via NETLINK_GENERIC use the following
379
* Configuration messages
exchanged
via TIPC sockets use the TIPC configuration
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_ppp.h
84
#define SC_ENABLE_IP 0x00000100 /* IP packets may be
exchanged
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_ppp.h
61
#define SC_ENABLE_IP 0x00000100 /* IP packets may be
exchanged
*/
tipc_config.h
336
* Configuration messages
exchanged
via NETLINK_GENERIC use the following
355
* Configuration messages
exchanged
via TIPC sockets use the TIPC configuration
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if_ppp.h
84
#define SC_ENABLE_IP 0x00000100 /* IP packets may be
exchanged
*/
/external/eigen/doc/
FunctionsTakingEigenTypes.dox
77
These examples are just intended to give the reader a first impression of how functions can be written which take a plain and constant Matrix or Array argument. They are also intended to give the reader an idea about the most common base classes being the optimal candidates for functions. In the next section we will look in more detail at an example and the different ways it can be implemented, while discussing each implementation's problems and advantages. For the discussion below, Matrix and Array as well as MatrixBase and ArrayBase can be
exchanged
and all arguments still hold.
207
\b Note: In the above discussion the terms Matrix and Array and MatrixBase and ArrayBase can be
exchanged
and all arguments still hold.
/external/conscrypt/src/main/java/org/conscrypt/
PSKKeyManager.java
34
* can be
exchanged
during the bootstrapping step, removing the need to generate and exchange public
Completed in 691 milliseconds
1
2
3
4
5
6