Searched defs:send (Results 1 - 25 of 111) sorted by relevance

12345

/external/autotest/client/common_lib/
H A Dmail.py4 def send(from_address, to_addresses, cc_addresses, subject, message_body): function
/external/autotest/server/cros/packet_generation/
H A Dsendra.py9 def send(dstmac, interval, count, lifetime, iface): function
10 """Generate IPv6 Router Advertisement and send to destination.
16 @param iface: string Router's WiFi interface to send packets over.
32 help='HWAddr to send the packet to.')
36 type=int, help='NUmber of packets to send.')
40 help='The wifi interface to send packets over.')
42 send(args.mac_address, args.t_interval, args.pkt_count, args.life_time,
/external/clang/test/Analysis/
H A Dqt_malloc.cpp5 void send(QObject *obj) function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessenger.java23 public void send(Message message) throws RemoteException { method in class:ShadowMessenger
H A DShadowResultReceiver.java19 public void send(int resultCode, android.os.Bundle resultData) { method in class:ShadowResultReceiver
/external/syslinux/gpxe/src/include/gpxe/
H A Dgdbstub.h47 void ( * send ) ( const char *buf, size_t len ); member in struct:gdb_transport
/external/autotest/client/cros/netprotos/
H A Dinterface_host.py129 # When we send responses, we want to send them from this particular
154 def send(self, data, ip_addr, port): member in class:InterfaceDatagramSocket
157 @param data: string of raw bytes to send.
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
H A D_socket.py43 "recv", "recv_line", "send"]
108 def send(sock, data): function
116 return sock.send(data)
H A D_app.py109 def send(self, data, opcode=ABNF.OPCODE_TEXT): member in class:WebSocketApp
111 send message.
112 data: message to send. If you set opcode to OPCODE_TEXT,
117 if not self.sock or self.sock.send(data, opcode) == 0:
152 ping_interval: automatically send "ping" command
154 if set to 0, not send automatically.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DPing.java32 void send() { method in class:Ping
/external/testng/src/test/java/test/dependent/
H A DDepBugSampleTest.java37 @Test(dependsOnMethods = "send")
42 public void send() throws Exception { method in class:DepBugSampleTest
43 log("send");
/external/autotest/client/common_lib/cros/graphite/
H A Dstats.py84 def send(self, subname, value): member in class:Statsd.__init__.Average
92 statsd.Average.send(self, subname, value)
120 def send(self, subname, value): member in class:Statsd.__init__.Gauge
128 statsd.Gauge.send(self, subname, value)
143 def send(self, subname, value): member in class:Statsd.__init__.Timer
151 statsd.Timer.send(self, subname, value)
171 def send(self, subname, value, timestamp=None): member in class:Statsd.__init__.Raw
175 The datapoint we send is pretty much unchanged (will not be
183 statsd.Raw.send(self, subname, value, timestamp)
/external/ltp/testcases/open_posix_testsuite/stress/mqueues/
H A Dmulti_send_rev_2.c38 int *send(void *ID) function
43 printf("Enter into send [%d] \n", ThreadID);
49 printf("[%d] send '%s' in thread send %d. \n", i + 1,
109 pthread_create(&sed[i], NULL, (void *)send,
H A Dmulti_send_rev_1.c38 int *send(void *info) function
46 printf("Enter into send [%d], mq = %d \n", send_info.ThreadID,
53 printf("[%d] send '%s' in thread send [%d]. \n", i + 1,
123 pthread_create(&sed[i], NULL, (void *)send, (void *)&info[i]);
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
H A DJsonRpcServer.java93 send(writer, JsonRpcResult.error(id, new RpcError("Unknown RPC: " + method)), UID);
97 send(writer, JsonRpcResult.result(id, rpc.invoke(receiverManager, params)), UID);
100 send(writer, JsonRpcResult.error(id, t), UID);
117 private void send(PrintWriter writer, JSONObject result, int UID) { method in class:JsonRpcServer
/external/autotest/client/bin/net/
H A Dnet_utils_mock.py67 def send(self, buf): member in class:socket_stub
/external/autotest/client/cros/cellular/wardmodem/
H A Dat_channel.py137 def send(self, at_command): member in class:ATChannel
141 @param at_command: The AT command to send.
143 @return: True if send was successful, False if send failed because the
146 @raises: OSError if send failed for any reason other than that the
225 # to be '\r\n' send spurious '\r's on the channel. If so, we must ignore
/external/autotest/client/deps/lansim/src/py/
H A Dhost.py98 This is useful to send IP packets with send_ip() to hosts that haven't
211 # lport: The port from where we send data out.
233 receive and send packets. This module only supports UDP sockets.
251 This UDP socket interface provides a way to send and received UDP messages
309 def send(self, data, ip_addr, port): member in class:UDPSocket
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
H A Dinspector_websocket_unittest.py16 """A fake websocket that allows test to send random data."""
28 def send(self, data): member in class:FakeSocket
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c41 int send_receive(int read_pipe, int write_pipe, char send, char *reply);
116 // send 'a' - signal child to verify it can't call notify
137 // send 'c' - signal child to verify it can call notify
183 // send 'b' - signal parent to close queue
198 // send 'd' for success and 'e' for failure
216 int send_receive(int read_pipe, int write_pipe, char send, char *reply) argument
220 if (send) {
221 bytes = write(write_pipe, &send, 1);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c49 int send_receive(int read_pipe, int write_pipe, char send, char *reply);
162 int send_receive(int read_pipe, int write_pipe, char send, char *reply) argument
166 if (send) {
167 bytes = write(write_pipe, &send, 1);
H A D2-2.c44 int send_receive(int read_pipe, int write_pipe, char send, char *reply);
178 int send_receive(int read_pipe, int write_pipe, char send, char *reply) argument
181 if (send) {
182 bytes = write(write_pipe, &send, 1);
/external/parameter-framework/asio/include/asio/
H A Dbasic_stream_socket.hpp210 * This function is used to send data on the stream socket. The function
220 * @note The send operation may not transmit all of the data to the peer.
225 * To send a single data buffer use the @ref buffer function as follows:
227 * socket.send(asio::buffer(data, size));
234 std::size_t send(const ConstBufferSequence& buffers) function in class:asio::basic_stream_socket
237 std::size_t s = this->get_service().send(
239 asio::detail::throw_error(ec, "send");
245 * This function is used to send data on the stream socket. The function
251 * @param flags Flags specifying how the send call is to be made.
257 * @note The send operatio
271 std::size_t send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
300 std::size_t send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_stream_socket.hpp210 * This function is used to send data on the stream socket. The function
220 * @note The send operation may not transmit all of the data to the peer.
225 * To send a single data buffer use the @ref buffer function as follows:
227 * socket.send(asio::buffer(data, size));
234 std::size_t send(const ConstBufferSequence& buffers) function in class:asio::basic_stream_socket
237 std::size_t s = this->get_service().send(
239 asio::detail::throw_error(ec, "send");
245 * This function is used to send data on the stream socket. The function
251 * @param flags Flags specifying how the send call is to be made.
257 * @note The send operatio
271 std::size_t send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
300 std::size_t send(const ConstBufferSequence& buffers, function in class:asio::basic_stream_socket
[all...]
/external/swiftshader/src/Common/
H A DSocket.cpp90 void Socket::send(const char *buffer, int length) function in class:sw::Socket
92 ::send(socket, buffer, length, 0);

Completed in 1184 milliseconds

12345