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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tlslite/test/
twistedclient.py 13 val= s.recv(100)
26 print connection.recv(100),
27 print connection.recv(100),
30 print connection.recv(100),
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
recv.c 10 ssize_t recv(int fd, void* buf, size_t len, int flags) { function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 14 print(r.recv())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 14 print(r.recv())
  /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...]
  /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);
95 ProviderTestUtils.setupHostAuth("legacy-recv", 0, false, mMockContext);
132 HostAuth recv = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeyRecv); local
133 assertNotNull(recv);
137 ProviderTestUtils.assertHostAuthEqual("backup", saved1.mHostAuthRecv, recv, false);
146 recv = HostAuth.restoreHostAuthWithId(mMockContext, restored.mHostAuthKeyRecv);
147 assertNotNull(recv);
151 ProviderTestUtils.assertHostAuthEqual("backup", saved2.mHostAuthRecv, recv, false);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_node_socket.h 24 * should be looping on Send/Recv size. */
40 // Normal read/write operations on a file (recv/send).
74 virtual Error Recv(const HandleAttr& attr,
122 // Wraps common error checks, timeouts, work pump for recv.
131 // Per socket type send and recv
  /external/chromium_org/third_party/tlslite/tlslite/
FileObject.py 97 data = self._sock.recv(recv_size)
115 data = self._sock.recv(recv_size)
135 recv = self._sock.recv
137 data = recv(1)
152 data = self._sock.recv(self._rbufsize)
179 data = self._sock.recv(self._rbufsize)
  /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
  /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);
  /external/sepolicy/
unconfined.te 21 allow unconfineddomain domain:peer recv;
  /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);
  /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*/
  /external/chromium_org/chrome/renderer/extensions/
safe_builtins.cc 40 " var recv = obj;\n"
45 " recv = arguments[0];\n"
49 " property, recv, arguments, firstArgIndex, arguments.length);\n"
164 v8::Local<v8::Object> recv; local
166 recv = info[1]->ToObject();
168 recv = v8::StringObject::New(info[1]->ToString())->ToObject();
187 v8::Local<v8::Value> return_value = function->Call(recv, argc, argv.get());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into",
172 send = recv = recv_into = sendto = recvfrom = recvfrom_into = _dummy
253 # _rbufsize is the suggested recv buffer size. It is *strictly*
254 # obeyed within readline() for recv calls. If it is larger than
255 # default_bufsize it will be used for recv calls within read().
338 # We never leave read() with any leftover data from a new recv() call
342 # recv() minimizes memory usage and fragmentation that occurs when
343 # rbufsize is large compared to the typical return value of recv().
351 data = self._sock.recv(rbufsize)
374 # recv() will malloc the amount of memory given as it
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 164 _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into",
172 send = recv = recv_into = sendto = recvfrom = recvfrom_into = _dummy
253 # _rbufsize is the suggested recv buffer size. It is *strictly*
254 # obeyed within readline() for recv calls. If it is larger than
255 # default_bufsize it will be used for recv calls within read().
338 # We never leave read() with any leftover data from a new recv() call
342 # recv() minimizes memory usage and fragmentation that occurs when
343 # rbufsize is large compared to the typical return value of recv().
351 data = self._sock.recv(rbufsize)
374 # recv() will malloc the amount of memory given as it
    [all...]
  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 91 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong handle) {
109 env->SetBooleanField(recv, needsDictionary, JNI_TRUE);
113 env->SetBooleanField(recv, finished, JNI_TRUE);
126 jint inReadValue = env->GetIntField(recv, inReadField);
128 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/chromium_org/native_client_sdk/src/build_tools/tests/
test_server.py 19 self.port = parent_conn.recv()
68 running = conn.recv()
  /external/smack/src/org/xbill/DNS/
TCPClient.java 102 recv() throws IOException { method in class:TCPClient
120 return client.recv();

Completed in 371 milliseconds

1 2 3 4 5 6 7 8 91011>>