HomeSort by relevance Sort by last modified time
    Searched refs:recv (Results 1 - 25 of 218) sorted by null

1 2 3 4 5 6 7 8 9

  /bionic/libc/bionic/
recv.c 31 ssize_t recv(int socket, void *buf, size_t buflen, unsigned int flags) function
  /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);
  /device/generic/goldfish/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);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
QemuPipeStream.h 40 int recv(void *buf, size_t len);
QemuPipeStream.cpp 155 int n = recv(buf, *inout_len);
166 int QemuPipeStream::recv(void *buf, size_t len) function in class:QemuPipeStream
  /sdk/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 40 virtual int recv(void *buf, size_t len);
  /sdk/emulator/opengl/tests/ut_renderer/
ReadBuffer.cpp 41 int stat = m_stream->recv(m_buf + m_validData, m_size - m_validData);
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
PssmShadowUtil.java 74 public static float computeZFar(GeometryList occ, GeometryList recv, Camera cam) {
77 BoundingBox bbRecv = ShadowUtil.computeUnionBound(recv, mat);
  /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);
  /external/webkit/Source/WebKit/android/wds/
Connection.h 57 return recv(m_socket.fd(), buf, length, 0);
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 69 static jint Deflater_deflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle, int flushStyle) {
87 env->SetBooleanField(recv, finished, JNI_TRUE);
103 jint inReadValue = env->GetIntField(recv, inReadField);
105 env->SetIntField(recv, inReadField, inReadValue);
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);
  /frameworks/rs/
rsFifoSocket.cpp 71 size_t ret = ::recv(sv[0], retData, retBytes, MSG_WAITALL);
82 size_t ret = ::recv(sv[1], data, bytes, MSG_WAITALL);
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /external/ipsec-tools/src/racoon/
kmpstat.c 149 if ((len = recv(so, &h, sizeof(h), MSG_PEEK)) == -1)
168 if ((len = recv(so, p, h.ac_len, 0)) < 0) {
169 perror("recv");
  /external/smack/src/org/xbill/DNS/
TCPClient.java 102 recv() throws IOException { method in class:TCPClient
120 return client.recv();
UDPClient.java 118 recv(int max) throws IOException { method in class:UDPClient
150 return client.recv(max);
  /development/ndk/platforms/android-3/include/sys/
socket.h 78 extern ssize_t recv(int, void *, size_t, unsigned int);
  /development/ndk/platforms/android-9/arch-mips/include/sys/
socket.h 88 extern ssize_t recv(int, void *, size_t, unsigned int);
  /external/chromium/third_party/libevent/test/
test-eof.c 42 len = recv(fd, buf, sizeof(buf), 0);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
socket.h 78 extern ssize_t recv(int, void *, size_t, unsigned int);

Completed in 2577 milliseconds

1 2 3 4 5 6 7 8 9