Home
last modified time | relevance | path

Searched refs:send (Results 1 – 25 of 236) sorted by relevance

12345678910

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
DOobTx.c155 BytesTransmitted = send ( s, in OobTx()
181 BytesTransmitted = send ( s, in OobTx()
205 BytesTransmitted = send ( s, in OobTx()
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
DTpm12CommandLib.uni4 // This library is used by other modules to send TPM 1.2 command.
20 …SCRIPTION #language en-US "This library is used by other modules to send TPM 1.2 command."
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2CommandLib.uni4 // This library is used by other modules to send TPM 2.0 command.
20 …SCRIPTION #language en-US "This library is used by other modules to send TPM 2.0 command."
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThru.uni4 // It produces an EFI_EXT_SCSI_PASS_THRU_PROTOCOL interface for upper layer to send
22 … produces an EFI_EXT_SCSI_PASS_THRU_PROTOCOL interface for upper layer to send SCSI cmd to UFS dev…
/device/linaro/bootloader/edk2/MdePkg/Library/BasePostCodeLibDebug/
DBasePostCodeLibDebug.uni4 // Post Code Library that uses DebugLib service to send PostCode.
21 … #language en-US "Post Code Library that uses the DebugLib service to send PostCode. It layers…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
Dthroughput.py57 conn.send('OK\n')
80 s.send(testdata)
Dftp.py68 s.send(cmd + '\r\n')
97 s.send(cmd + '\r\n')
Dtelnet.py65 s.send(line)
81 s.send(opt + c)
Dunixclient.py9 s.send('Hello, world')
Dunixserver.py21 conn.send(data)
Dechosvr.py29 conn.send(data)
Drpython.py26 s.send(command)
Dfinger.py27 s.send(args + '\n')
Drpythond.py34 conn.send(reply)
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpDxe.uni4 // This module provides EFI TCPv4 Protocol and EFI TCPv6 Protocol to send and receive data stream.
23 … en-US "This module provides EFI TCPv4 Protocol and EFI TCPv6 Protocol to send and receive data st…
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsend.c43 send ( in send() function
Dwrite.c44 BytesWritten = send ( pDescriptor->MyFD, in BslSocketWrite()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py367 def send(self, data): member in dispatcher
369 result = self.socket.send(data)
533 num_sent = dispatcher.send(self, self.out_buffer[:512])
542 def send(self, data): member in dispatcher_with_send
617 def send(self, *args): member in file_wrapper
629 write = send
Dhttplib.py732 self.send("CONNECT %s:%d HTTP/1.0\r\n" % (self.host, self.port))
734 self.send("%s: %s\r\n" % (header, value))
735 self.send("\r\n")
769 def send(self, data): member in HTTPConnection
811 self.send(msg)
815 self.send(message_body)
1067 self.send = conn.send
/device/google/marlin/sepolicy/
Dte_macros3 # Allow client domain to connecto and send
/device/huawei/angler/sepolicy/
Dte_macros3 # Allow client domain to connecto and send
/device/lge/bullhead/sepolicy/
Dte_macros3 # Allow client domain to connecto and send
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_multiprocessing.py265 wconn.send(id)
307 self.child_conn.send(s.upper())
312 self.parent_conn.send(s)
316 self.parent_conn.send(None)
1356 self.assertEqual(conn.send(seq), None)
1394 conn.send(None)
1418 self.assertEqual(writer.send(1), None)
1425 self.assertRaises(IOError, reader.send, 2)
1488 conn.send('hello')
1705 util.Finalize(a, conn.send, args=('a',))
[all …]
Dtest_kqueue.py131 client.send("Hello!")
132 server.send("world!!!")
180 a.send(b'foo')
Dtest_socket.py594 self.assertRaises(socket.error, sock.send, "spam")
723 self.serv_conn.send(MSG)
733 self.serv_conn.send(MSG)
741 self.serv_conn.send(MSG)
751 self.serv_conn.send(MSG)
778 self.serv_conn.send(MSG)
788 self.serv_conn.send(MSG)
800 self.serv_conn.send(MSG)
859 self.cli.send(MSG)
862 self.serv.send(MSG)
[all …]

12345678910