HomeSort by relevance Sort by last modified time
    Searched refs:Send (Results 51 - 75 of 394) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/adhd/cras/src/tests/
bt_profile_unittest.cc 104 .Send();
114 .Send();
121 .Send();
127 .Send();
  /external/libbrillo/brillo/dbus/
dbus_signal.h 53 // DBusSignal<...>::Send(...) dispatches the signal with the given arguments.
54 bool Send(const Args&... args) const {
  /external/tensorflow/tensorflow/core/common_runtime/
rendezvous_mgr.h 46 Status Send(const ParsedKey& key, const Rendezvous::Args& args,
  /external/tensorflow/tensorflow/core/platform/cloud/
http_request.h 35 /// create a request object, set request parameters and call Send().
41 /// request.Send();
106 /// and its size. After the Send() method is called, the
127 /// The object is not designed to be re-used after Send() is executed.
128 virtual Status Send() = 0;
  /external/webrtc/webrtc/base/
asyncudpsocket.h 38 int Send(const void* pv,
56 // Called when the underlying socket is ready to send.
asynctcpsocket.h 20 // Simulates UDP semantics over TCP. Send and Recv packet sizes
21 // are preserved, and drops packets silently on Send, rather than
28 // Pure virtual methods to send and recv data.
29 int Send(const void *pv, size_t cb,
91 int Send(const void* pv,
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.h 45 size_t Send(uint8_t type, const uint8_t *data, size_t length);
  /system/bt/vendor_libs/linux/interface/
h4_protocol.h 43 size_t Send(uint8_t type, const uint8_t* data, size_t length);
  /external/tensorflow/tensorflow/core/framework/
rendezvous_test.cc 119 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("hello"), false));
130 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("hello"), false));
145 TF_ASSERT_OK(rendez_->Send(KeyBar(), args, t, is_dead));
151 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("secret msg"), val_dead));
170 // before all all the Send() and deadlock.
181 TF_ASSERT_OK(rendez_->Send(MakeKey(strings::StrCat(i)), args,
224 TF_ASSERT_OK(rendez_->Send(key_foo, args, V(strings::StrCat(i)), false));
270 EXPECT_TRUE(errors::IsAborted(rendez_->Send(KeyFoo(), args, val, val_dead)));
289 TF_ASSERT_OK(rendez_->Send(KeyFoo(), args, V("hello"), false));
318 TF_CHECK_OK(rendez->Send(KeyFoo(), args, orig, is_dead))
    [all...]
  /device/google/cuttlefish_common/common/libs/net/
network_interface_manager.cpp 101 if (!nl_client_->Send(BuildLinkRequest(iface))) return false;
104 return nl_client_->Send(BuildAddrRequest(iface));
  /device/google/cuttlefish_common/host/libs/ivserver/
qemu_client.cc 49 int rval = client_socket_->Send(&msg, sizeof(msg), MSG_NOSIGNAL);
51 LOG(ERROR) << "Failed to send protocol version: "
60 rval = client_socket_->Send(&msg, sizeof(msg), MSG_NOSIGNAL);
62 LOG(ERROR) << "Failed to send VM Id: " << client_socket_->StrError();
69 LOG(ERROR) << "Failed to send Shared Memory socket: "
83 LOG(ERROR) << "Failed to send Host Side FD for region "
97 LOG(ERROR) << "Failed to send Guest Side FD for region "
116 LOG(ERROR) << "failed to send shared_mem_fd: "
hald_client_test.cc 117 test_socket_->Send(&size, sizeof(size), MSG_NOSIGNAL);
156 EXPECT_EQ(sizeof(size), static_cast<size_t>(test_socket_->Send(
158 EXPECT_EQ(size, static_cast<size_t>(test_socket_->Send(test_location.data(),
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 102 // Send a raw buffer of bytes.
103 bool Send(const std::string& data) const;
105 // Send an HTTP response. The |status| should start with a valid HTTP
114 bool Send(const std::string& status, bool connection_close,
  /prebuilts/go/darwin-x86/test/chan/
sieve1.go 15 // Send the sequence 2, 3, 4, ... to channel 'ch'.
18 ch <- i // Send 'i' to channel 'ch'.
27 out <- i // Send 'i' to channel 'out'.
  /prebuilts/go/linux-x86/test/chan/
sieve1.go 15 // Send the sequence 2, 3, 4, ... to channel 'ch'.
18 ch <- i // Send 'i' to channel 'ch'.
27 out <- i // Send 'i' to channel 'out'.
  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 261 // Test client to send messages to the test service.
267 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_SERVICE_ID));
273 return ReturnStatusOrError(trans.Send<int>(TEST_OP_SET_TEST_CHANNEL));
291 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_THIS_CHANNEL_ID));
297 return ReturnStatusOrError(trans.Send<int>(TEST_OP_GET_TEST_CHANNEL_ID));
305 return ReturnStatusOrError(trans.Send<int>(TEST_OP_CHECK_CHANNEL_ID, &ref,
314 return ReturnStatusOrError(trans.Send<int>(TEST_OP_CHECK_CHANNEL_OBJECT,
324 trans.Send<int>(TEST_OP_CHECK_CHANNEL_FROM_OTHER_SERVICE, &ref,
331 auto status = trans.Send<LocalChannelHandle>(TEST_OP_GET_NEW_CHANNEL);
341 auto status = trans.Send<LocalChannelHandle>
    [all...]
  /external/v8/tools/testrunner/network/
network_execution.py 95 compression.Send([constants.REQUEST_PUBKEY_FINGERPRINT], self.local_socket)
161 compression.Send(constants.END_OF_STREAM, self.local_socket)
181 compression.Send(data, sock)
182 compression.Send(constants.END_OF_STREAM, sock)
202 compression.Send(
224 compression.Send([constants.UNRESPONSIVE_PEER, peer.address],
251 compression.Send([constants.UPDATE_PERF, p.address,
  /device/google/cuttlefish_common/common/vsoc/lib/
socket_forward_region_view.cpp 71 bool SocketForwardRegionView::Send(int connection_id, const Packet& packet) {
76 // we send one-too-many packets.
165 Send(connection_id, begin_packet);
166 Send(connection_id, end_packet);
298 bool SocketForwardRegionView::Sender::Send(const Packet& packet) {
299 return view_->Send(connection_id_, packet);
  /external/webrtc/webrtc/p2p/base/
stunrequest_unittest.cc 103 manager_.Send(new StunRequestThunker(req, this));
118 manager_.Send(new StunRequestThunker(req, this));
133 manager_.Send(new StunRequestThunker(req, this));
150 manager_.Send(new StunRequestThunker(req, this));
174 manager_.Send(new StunRequestThunker(req, this));
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
ipc_helper.h 20 virtual ssize_t Send(int socket_fd, const void* data, size_t size,
38 // Helper methods that allow to send/receive data through abstract interfaces.
61 Status<void> Send(const BorrowedHandle& socket_fd);
62 Status<void> Send(const BorrowedHandle& socket_fd, const ucred* cred,
167 return payload.Send(socket_fd, nullptr, data_vec, vec_count);
177 return payload.Send(socket_fd, &request.cred, data_vec, vec_count);
  /external/perfetto/src/ipc/
unix_socket_unittest.cc 114 // Trying to send something will trigger the disconnection notification.
118 EXPECT_FALSE(cli->Send("whatever"));
156 ASSERT_TRUE(cli->Send("cli>srv"));
157 ASSERT_TRUE(srv_conn->Send("srv>cli"));
161 // Check that Send/Receive() fails gracefully once the socket is closed.
171 ASSERT_FALSE(cli->Send("foo"));
172 ASSERT_FALSE(srv_conn->Send("bar"));
218 ASSERT_TRUE(t->Send("PONG"));
227 ASSERT_TRUE(s->Send("PING"));
274 ASSERT_TRUE(new_conn->Send("txfd", 5, tmp_fd))
    [all...]
  /external/webrtc/talk/app/webrtc/
datachannel_unittest.cc 155 EXPECT_TRUE(webrtc_data_channel_->Send(buffer));
164 EXPECT_TRUE(webrtc_data_channel_->Send(buffer));
178 EXPECT_TRUE(webrtc_data_channel_->Send(buffer));
189 // send queued data.
195 EXPECT_TRUE(webrtc_data_channel_->Send(buffer));
203 // Unblock the channel to send queued data again, there should be no crash.
259 ASSERT_TRUE(dc->Send(buffer));
271 ASSERT_TRUE(dc->Send(buffer));
295 ASSERT_TRUE(dc->Send(buffer));
326 webrtc_data_channel_->Send(buffer)
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/rtcBotReportVisualizer/
main.js 52 // Send Packets Lost
56 // Send bandwidth
57 analyzeData(reports, filesNames, "Available Send Bandwidth-bot1", "bot1",
59 analyzeData(reports, filesNames, "Available Send Bandwidth-bot2", "bot2",
99 var maxData = ['Max Send PacketsLost'];
108 drawChart("Send PacketsLost-" + botName, outPut);
  /prebuilts/go/darwin-x86/src/os/signal/
signal_plan9_test.go 33 // Send this process a hangup
42 // Send this process an alarm
47 // Send two more hangups, to make sure that
117 // Send the signal.
130 // Send this process that signal
142 // Send the signal.
  /prebuilts/go/linux-x86/src/os/signal/
signal_plan9_test.go 33 // Send this process a hangup
42 // Send this process an alarm
47 // Send two more hangups, to make sure that
117 // Send the signal.
130 // Send this process that signal
142 // Send the signal.

Completed in 673 milliseconds

1 23 4 5 6 7 8 91011>>