Home
last modified time | relevance | path

Searched refs:sendall (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/tools/
H A Dadb-d8.py51 self.request.sendall(struct.pack("!i", len(contents)))
52 self.request.sendall(contents)
58 self.request.sendall(struct.pack("!i", -1))
/third_party/curl/tests/
H A Ddictserver.py87 self.request.sendall(rsp.encode("utf-8"))
108 self.request.sendall(response.encode("utf-8"))
H A Dnegtelnetserver.py112 self.request.sendall(response_data)
229 self.tcp.sendall(bytearray(message_ints))
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py237 sock.sendall(b'O')
300 sock.sendall(b'O')
368 sock.sendall(b'O')
372 sock.sendall(b'2')
522 sock.sendall(HELLO_MSG)
731 sock.sendall(b'A\n')
H A Dtest_ssl.py591 csock.sendall(message)
644 sock.sendall(b'A\n')
692 sock.sendall(b'O')
751 sock.sendall(b'O')
819 sock.sendall(b'O')
823 sock.sendall(b'2')
973 sock.sendall(HELLO_MSG)
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Deth008-power-relay.py21 c.sendall(msg)
/third_party/python/Lib/
H A Dftplib.py202 self.sock.sendall(line.encode(self.encoding))
272 self.sock.sendall(line, MSG_OOB)
503 conn.sendall(buf)
534 conn.sendall(buf)
800 # overridden as we can't pass MSG_OOB flag to sendall()
802 self.sock.sendall(line)
H A Dtelnetlib.py295 self.sock.sendall(buffer)
484 self.sock.sendall(IAC + WONT + opt)
491 self.sock.sendall(IAC + DONT + opt)
H A Dpoplib.py117 self.sock.sendall(line + CRLF)
H A Dsocketserver.py834 self._sock.sendall(b)
H A Dssl.py1259 def sendall(self, data, flags=0): member in SSLSocket
1264 "non-zero flags not allowed in calls to sendall() on %s" %
1273 return super().sendall(data, flags)
/third_party/libfuse/test/
H A Dtest_custom_io.py50 sock.sendall(dummy_init_req)
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c195 static ssize_t sendall(int st) in sendall() function
290 if (sendall(st) < 0) in so_test()
/third_party/python/Lib/test/
H A Dtest_epoll.py186 client.sendall(b"Hello!")
187 server.sendall(b"world!!!")
H A Dmock_socket.py94 def sendall(self, data, flags=None): member in MockSocket
H A Dtest_socketserver.py165 s.sendall(TEST_STR)
447 s.sendall(b'client response\n')
H A Dtest_socket.py1634 c.sendall(b"x" * support.SOCK_MAX_SIZE)
1638 self.assertRaises(TimeoutError, c.sendall,
2532 # Testing sendall() with a 2048 byte string over TCP
2543 self.serv_conn.sendall(big_chunk)
4688 # internally to a non-blocking mode. Later, sock.sendall(),
4831 self.cli.sendall(MSG)
5785 self.assertRaises(OSError, sock.sendall, b'foo')
5792 conn.sendall(data)
5798 sock.sendall(b'foo')
5806 conn.sendall(dat
[all...]
H A Dtest_nntplib.py1605 client.sendall(b'200 Server ready\r\n')
1609 client.sendall(
1617 client.sendall(b'382 Begin TLS negotiation now\r\n')
1625 client.sendall(b'205 Bye!\r\n')
H A D_test_eintr.py213 ' wr.sendall(data)',
273 # sendall() returns None
281 self._test_send(socket.socket.sendall)
H A Dtest_telnetlib.py94 ''' a socket proxy that re-defines sendall() '''
99 def sendall(self, data): member in SocketStub
H A Dtest_httplib.py66 def sendall(self, data): member in FakeSocket
90 # When sendall() is called with pipe_trigger, raise EPIPE.
94 def sendall(self, data): member in EPipeSocket
1352 conn.sendall(b"HTTP/1.1 200 Connection established\r\n\r\n")
1366 s.sendall(b"proxied data\n")
/third_party/mesa3d/.gitlab-ci/
H A Dreport-flakes.py41 self.s.sendall((line + '\n').encode())
/third_party/python/Lib/http/
H A Dclient.py998 self.sock.sendall(datablock)
1002 self.sock.sendall(data)
1006 self.sock.sendall(d)
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py561 self._sock.sendall(data)
/third_party/python/Lib/logging/
H A Dhandlers.py626 self.sock.sendall(s)
1015 self.socket.sendall(msg)

Completed in 36 milliseconds

12