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

1 2 3 4 5 67 8 91011>>

  /external/tensorflow/tensorflow/core/distributed_runtime/
base_rendezvous_mgr.h 56 // each other by send/recv operations through `rendez`.
66 // Returns Rendezvous supporting send and recv among workers in the
128 Status Send(const ParsedKey& key, const Rendezvous::Args& args,
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_dns_cache_test.cc 54 Status Send() override { return Status::OK(); }
  /external/v8/tools/testrunner/server/
compression.py 40 def Send(obj, sock):
work_handler.py 79 compression.Send([[-1, error_message]], self.request)
80 compression.Send(constants.END_OF_STREAM, self.request)
  /external/webrtc/webrtc/base/
asyncinvoker.cc 52 thread->Send(it->phandler,
proxy_unittest.cc 97 client.Send("foo", 3);
114 client.Send("foo", 3);
socketstream.cc 82 int result = socket_->Send(data, data_len);
win32socketserver.h 45 virtual int Send(const void *buffer, size_t length);
  /external/webrtc/webrtc/p2p/base/
asyncstuntcpsocket.cc 51 int AsyncStunTCPSocket::Send(const void *pv, size_t cb,
58 // If we are blocking on send, then silently drop this packet
relayserver.h 149 void Send(const char* data, size_t size);
150 void Send(const char* data, size_t size,
201 // used for longer than the lifetime, then we send a signal.
209 // Determines the connection to use to send packets to or from the given
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.h 32 ERROR_SEQUENCING = -5, // Configure/Send out of order.
98 // Send various events.
100 int Send(uint16_t type, uint16_t code, int32_t value);
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 134 VendorInterface::get()->Send(type, data.data(), data.size());
  /bionic/libc/bionic/
system_property_set.cpp 149 bool Send() {
191 const int num_bytes = TEMP_FAILURE_RETRY(send(s, msg, sizeof(prop_msg), 0));
288 if (!writer.WriteUint32(PROP_MSG_SETPROP2).WriteString(key).WriteString(value).Send()) {
  /device/google/cuttlefish_common/common/frontend/socket_forward_proxy/
main.cpp 77 socket_->Send(packet.payload() + written,
124 if (!shm_sender.Send(packet)) {
  /device/google/cuttlefish_common/host/vsoc/lib/
region_control.cpp 218 // Send requested region.
220 bytes = region_server->Send(&size, sizeof(size), MSG_NOSIGNAL);
222 LOG(FATAL) << "Failed to send region name length; res=" << bytes << " ("
227 bytes = region_server->Send(region_name, size, MSG_NOSIGNAL);
229 LOG(FATAL) << "Failed to send region name; res=" << bytes << " ("
  /external/curl/docs/cmdline-opts/
cookie.d 5 Help: Send cookies from string/file
  /external/libchrome/base/
sync_socket_posix.cc 28 // To avoid users sending negative message lengths to Send/Receive
121 size_t SyncSocket::Send(const void* buffer, size_t length) {
220 size_t CancelableSyncSocket::Send(const void* buffer, size_t length) {
  /external/tensorflow/tensorflow/core/common_runtime/
graph_runner.cc 58 Status Send(const ParsedKey& parsed, const Args& send_args, const Tensor& val,
61 return errors::Internal("Send of a dead tensor");
67 return errors::Internal("Send of an already sent tensor");
141 TF_RETURN_IF_ERROR(rendez->Send(parsed, Rendezvous::Args(), in.second,
kernel_benchmark_testlib.cc 157 TF_CHECK_OK(rendez_->Send(parsed, Rendezvous::Args(), p.second, false));
174 TF_CHECK_OK(rendez_->Send(parsed, Rendezvous::Args(), p.second, false));
memory_types.cc 108 // are gonna to insert a pair of HostSend/Recv or Send/HostRecv nodes,
120 static Node* Send(Graph* g, const string& tensor_name,
173 // HostSend/Recv and Send/HostRecv pairs. recv_nodes records all
186 Node* send =
187 Send(g, tensor_name, device_name, (item.sm == HOST_MEMORY), e);
193 g->AddControlEdge(send, recv);
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops.cc 45 // Host memory send/recv pairs are added by
68 // The vast majority of Send nodes are outside any loop context, so
82 // The device context may be passed between the Send/Recv
93 VLOG(2) << "Send " << parsed_key_.buf_;
94 ctx->SetStatus(ctx->rendezvous()->Send(parsed_key_, args, ctx->input(0),
100 VLOG(2) << "Send " << in_loop_parsed.buf_;
104 ctx->SetStatus(ctx->rendezvous()->Send(in_loop_parsed, args, ctx->input(0),
  /frameworks/native/libs/vr/libpdx/private/pdx/
client.h 213 Status<T> Send(int opcode) {
218 Status<T> Send(int opcode, const void* send_buffer, size_t send_length,
220 const bool send = (send_buffer && send_length); local
224 return SendVector<T>(opcode, send ? &send_vector : nullptr, send ? 1 : 0,
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_tool.cpp 56 auto status = trans.Send<void>(android::pdx::opcodes::REPORT_SYSPROP_CHANGE,
59 fprintf(stderr, "Failed to send reload: %s\n",
67 auto status = trans.Send<int>(android::pdx::opcodes::DUMP_STATE, nullptr, 0,
73 fprintf(stderr, "Failed to send dump request: %s\n",
  /prebuilts/go/darwin-x86/src/runtime/
sigqueue.go 94 Send:
101 break Send
105 break Send
109 break Send
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6847.go 31 // Send cases.

Completed in 500 milliseconds

1 2 3 4 5 67 8 91011>>