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

12345678

/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowMessenger.java20 public void send(Message message) throws RemoteException { method in class:ShadowMessenger
H A DShadowResultReceiver.java16 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/autotest/server/cros/network/rf_switch/
H A Drf_mocks.py35 def send(self, data): member in class:SocketMock
/external/nos/test/system-test-harness/src/
H A Dnugget_core_tests.cc109 std::vector<uint8_t> send; local
115 send, &get), "Get UART passthru value");
122 std::vector<uint8_t> send; local
130 send, &get), "Get UART passthru value");
138 std::vector<uint8_t> send; local
143 send.push_back(NUGGET_AP_UART_ENABLED);
147 send, &get), "Enable UART passthru");
153 std::vector<uint8_t> send; local
158 send.push_back(NUGGET_AP_UART_OFF);
162 send,
168 std::vector<uint8_t> send; local
182 std::vector<uint8_t> send; local
[all...]
/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/ltp/testcases/kernel/syscalls/utils/
H A Dmq_timed.h29 int send; member in struct:test_case
/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.java90 send(writer, JsonRpcResult.error(id, new RpcError("Unknown RPC: " + method)), UID);
94 send(writer, JsonRpcResult.result(id, rpc.invoke(receiverManager, params)), UID);
97 send(writer, JsonRpcResult.error(id, t), UID);
102 private void send(PrintWriter writer, JSONObject result, int UID) { method in class:JsonRpcServer
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/
H A DMainActivity.java53 send(messageInput.getText().toString());
80 private void send(final String message) { method in class:MainActivity
/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/curl/lib/
H A Dmemdebug.h69 /* send/receive sockets */
98 #define send(a,b,c,d) curl_dosend(a,b,c,d, __LINE__, __FILE__) macro
/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);

Completed in 735 milliseconds

12345678