/external/netperf/ |
nettest_sdp.h | 33 /* should be made dirty before calling recv? */ 35 /* recv buffer before calling recv? */ 36 int port; /* the to port to which recv side should bind 82 int port; /* the to port to which recv side should bind 131 /* should be made dirty before calling recv? */ 133 /* recv buffer before calling recv? */ 134 int port; /* the port to which the recv side should bind
|
nettest_sctp.h | 28 /* should be made dirty before calling recv? */ 30 /* recv buffer before calling recv? */ 31 int port; /* the to port to which recv side should bind 77 int port; /* the to port to which recv side should bind
|
nettest_bsd.h | 37 /* should be made dirty before calling recv? */ 39 /* recv buffer before calling recv? */ 40 int port; /* the port to which the recv side should bind 88 /* should be made dirty before calling recv? */ 90 /* recv buffer before calling recv? */ 91 int port; /* the port to which the recv side should bind 136 int port; /* the port to which the recv side should bind 181 int port; /* the port to which the recv side should bin [all...] |
/frameworks/base/cmds/keystore/ |
keystore_cli.cpp | 70 if (recv(sock, &code, 1, 0) != 1) { 76 while ((i = recv(sock, &bytes[0], 1, 0)) == 1) { 79 if ((i = recv(sock, &bytes[1], 1, 0)) != 1) { 85 i = recv(sock, &bytes[offset], length - offset, 0);
|
keystore_get.h | 56 recv(sock, &code, 1, 0) == 1 && code == /* NO_ERROR */ 1 && 57 recv(sock, &bytes[0], 1, 0) == 1 && recv(sock, &bytes[1], 1, 0) == 1) { 61 int n = recv(sock, &value[offset], length - offset, 0);
|
/external/libpcap/ |
pcap-dos.h | 150 DWORD rmem_start; /* shmem "recv" start */ 151 DWORD rmem_end; /* shared "recv" end */ 189 DWORD rx_over_errors; /* recv'r overrun error */ 190 DWORD rx_osize_errors; /* recv'r over-size error */ 191 DWORD rx_crc_errors; /* recv'd pkt with crc error */ 192 DWORD rx_frame_errors; /* recv'd frame alignment error */ 193 DWORD rx_fifo_errors; /* recv'r fifo overrun */ 194 DWORD rx_missed_errors; /* recv'r missed packet */
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AccountBackupRestoreTests.java | 88 ProviderTestUtils.setupHostAuth("legacy-recv", 0, false, mMockContext); 96 ProviderTestUtils.setupHostAuth("legacy-recv", 0, false, mMockContext); 134 HostAuth recv = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeyRecv); local 135 assertNotNull(recv); 139 ProviderTestUtils.assertHostAuthEqual("backup", saved1.mHostAuthRecv, recv, false); 148 recv = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeyRecv); 149 assertNotNull(recv); 153 ProviderTestUtils.assertHostAuthEqual("backup", saved2.mHostAuthRecv, recv, false);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
socket2.h | 27 int __flags), recv); 31 __warnattr ("recv called with bigger length than size of destination " 35 recv (int __fd, void *__buf, size_t __n, int __flags) function
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
SocketStream.cpp | 122 ssize_t stat = ::recv(m_sock, (char *)(buf) + len - res, res, 0); 143 n = recv(buf, *inout_len); 154 int SocketStream::recv(void *buf, size_t len) function in class:SocketStream 159 res = ::recv(m_sock, (char *)buf, len, 0);
|
SocketStream.h | 39 virtual int recv(void *buf, size_t len);
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/ |
MockRilTest.java | 95 Msg respMsg = Msg.recv(mMockRilChannel); 161 Msg resp = Msg.recv(mMockRilChannel); 195 Msg resp = Msg.recv(mMockRilChannel); 218 Msg resp = Msg.recv(mMockRilChannel); 235 resp = Msg.recv(mMockRilChannel); 251 Msg resp = Msg.recv(mMockRilChannel); 261 resp = Msg.recv(mMockRilChannel); 271 resp = Msg.recv(mMockRilChannel); 282 resp = Msg.recv(mMockRilChannel); 292 resp = Msg.recv(mMockRilChannel) [all...] |
/external/dropbear/ |
kex.h | 47 unsigned sentkexinit : 1; /*set when we've sent/recv kexinit packet */ 50 unsigned sentnewkeys : 1; /* set once we've send/recv'ed MSG_NEWKEYS*/
|
/system/core/nexus/ |
TiwlanEventListener.cpp | 40 if (recv(cli->getSocket(), data, sizeof(struct ipc_ev_data), 0) < 0) { 41 LOGE("recv failed (%s)", strerror(errno));
|
/external/webkit/Source/WebKit/android/wds/client/ |
AdbConnection.cpp | 117 int payloadLen = recv(fd, lenStr, sizeof(lenStr) - 1, 0); 128 int res = recv(fd, msg, payloadLen, 0); 151 int res = recv(m_fd, buf, sizeof(buf), 0); 193 int res = recv(m_fd, lenStr, sizeof(lenStr) - 1, 0); 208 res = recv(m_fd, msg, payloadLen, 0);
|
/libcore/luni/src/main/native/ |
java_util_zip_Inflater.cpp | 89 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle) { 107 env->SetBooleanField(recv, needsDictionary, JNI_TRUE); 111 env->SetBooleanField(recv, finished, JNI_TRUE); 124 jint inReadValue = env->GetIntField(recv, inReadField); 126 env->SetIntField(recv, inReadField, inReadValue);
|
/external/chromium/net/base/ |
network_change_notifier_linux.cc | 51 // recv() would block. Otherwise, it returns a net error code. 136 int rv = recv(netlink_fd_, buf, len, 0); 142 PLOG(DFATAL) << "recv";
|
/external/iproute2/include/linux/ |
netdevice.h | 58 unsigned long rx_frame_errors; /* recv'd frame alignment error */ 59 unsigned long rx_fifo_errors; /* recv'r fifo overrun */
|
if_link.h | 24 __u32 rx_frame_errors; /* recv'd frame alignment error */ 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ 56 __u64 rx_frame_errors; /* recv'd frame alignment error */ 57 __u64 rx_fifo_errors; /* recv'r fifo overrun */
|
/frameworks/base/libs/rs/ |
rsFifoSocket.cpp | 59 size_t ret = ::recv(sv[0], retData, retBytes, 0); 66 size_t ret = ::recv(sv[1], data, bytes, 0);
|
/bionic/libc/unistd/ |
recv.c | 31 ssize_t recv(int socket, void *buf, size_t buflen, unsigned int flags) function
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
QemuPipeStream.h | 40 int recv(void *buf, size_t len);
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
ReadBuffer.cpp | 41 int stat = m_stream->recv(m_buf + m_validData, m_size - m_validData);
|
/external/chromium/net/tools/fetch/ |
http_listen_socket.h | 52 // recv data.
|
/external/chromium/third_party/libevent/test/ |
test-eof.c | 42 len = recv(fd, buf, sizeof(buf), 0);
|
/external/kernel-headers/original/linux/ |
if_link.h | 24 __u32 rx_frame_errors; /* recv'd frame alignment error */ 25 __u32 rx_fifo_errors; /* recv'r fifo overrun */ 57 __u64 rx_frame_errors; /* recv'd frame alignment error */ 58 __u64 rx_fifo_errors; /* recv'r fifo overrun */
|