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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 239 size_t sent = socket->Send(onconnect_data_.c_str(), onconnect_data_.length());
250 int sent = socket->Send(buffer, len);
  /external/webrtc/webrtc/p2p/base/
port.h 208 // and port fails to allocate one of the candidates, port shouldn't send
289 // Called when the socket is currently able to send.
332 // message. Otherwise, the function may send a STUN response internally.
372 // sent through), the other side must send us a STUN binding request that is
475 // The connection can send and receive packets asynchronously. This matches
478 virtual int Send(const void* data, size_t size,
481 // Error if Send() returns < 0
493 // Called when the socket is currently able to send.
583 // Called back when StunRequestManager has a stun packet to send
651 int Send(const void* data
    [all...]
turnserver.h 244 void Send(TurnServerConnection* conn, const rtc::ByteBuffer& buf);
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 106 // Send some Resources to the pending queue.
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 106 // Send some Resources to the pending queue.
  /external/clang/www/demo/
index.cgi 8 use Mail::Send;
110 new Mail::Send( Subject => "LLVM Demo Page Run", To => $recipient );
  /external/libchrome/dbus/
bus.h 112 // // Can send an immediate response here to implement a synchronous service
113 // // or store the response_sender and send a response later to implement an
314 // send signal from them.
445 // Requests to send a message to the bus. The reply is handled with
453 // Requests to send a message to the bus. The message serial number will
457 virtual void Send(DBusMessage* request, uint32_t* serial);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_matchers.h 153 HLO_MATCHER(Send);
  /external/tensorflow/tensorflow/core/graph/
testlib.h 60 // Adds a send node "g" sending "input" as a named "tensor" from
62 Node* Send(Graph* g, Node* input, const string& tensor, const string& sender,
  /external/tensorflow/tensorflow/core/platform/cloud/
curl_http_request.h 39 /// create a request object, set request parameters and call Send().
45 /// request->Send();
109 /// be called before calling Send(). After Send() has succeeded, the caller
138 /// The object is not designed to be re-used after Send() is executed.
139 Status Send() override;
http_request_fake.h 126 Status Send() override {
  /external/webrtc/webrtc/base/
autodetectproxy.cc 245 socket_->Send(probe.data(), probe.size());
firewallsocketserver.cc 41 int Send(const void* pv, size_t cb) override {
socketadapters.cc 53 int BufferedReadAdapter::Send(const void *pv, size_t cb) {
59 return AsyncSocketAdapter::Send(pv, cb);
238 // Clients should not send more data until the handshake is completed.
241 // Send a server hello back to the client.
862 int LoggingSocketAdapter::Send(const void *pv, size_t cb) {
863 int res = AsyncSocketAdapter::Send(pv, cb);
virtualsocketserver.h 69 // not inclue the time required to sit in the send queue. Both of these
180 // Computes the number of milliseconds required to send a packet of this size.
198 // try to send Close messages for all connected sockets when we shutdown.
271 int Send(const void* pv, size_t cb) override;
  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 85 int written = cricket_socket_->Send(buffer_.Data(), buffer_.Length());
91 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
141 LOG(LS_ERROR) << "Send error: " << error;
  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 93 protocol_->Send(type, (uint8_t*)data, data_length);
mct_protocol_unittest.cc 100 protocol_->Send(type, (uint8_t*)data, data_length);
  /prebuilts/go/darwin-x86/src/runtime/
crash_unix_test.go 23 // sigquit is the signal to send to kill a hanging testdata program.
24 // Send SIGQUIT to get a stack trace.
211 // Send SIGQUIT.
  /prebuilts/go/linux-x86/src/runtime/
crash_unix_test.go 23 // sigquit is the signal to send to kill a hanging testdata program.
24 // Send SIGQUIT to get a stack trace.
211 // Send SIGQUIT.
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 333 hci_handle_->Send(type, data.data(), data.size());
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 132 host: The host to send requests to.
136 host_override: The host header to send to the server (defaults to host).
291 def Send(self, request_path, payload=None,
298 request_path: The path to send the request to, eg /api/appversion/create.
299 payload: The body of the request, or None to send an empty request.
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 132 host: The host to send requests to.
136 host_override: The host header to send to the server (defaults to host).
291 def Send(self, request_path, payload=None,
298 request_path: The path to send the request to, eg /api/appversion/create.
299 payload: The body of the request, or None to send an empty request.
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 132 host: The host to send requests to.
136 host_override: The host header to send to the server (defaults to host).
291 def Send(self, request_path, payload=None,
298 request_path: The path to send the request to, eg /api/appversion/create.
299 payload: The body of the request, or None to send an empty request.
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
    [all...]
  /external/googletest/googletest/scripts/
upload.py 132 host: The host to send requests to.
136 host_override: The host header to send to the server (defaults to host).
291 def Send(self, request_path, payload=None,
298 request_path: The path to send the request to, eg /api/appversion/create.
299 payload: The body of the request, or None to send an empty request.
455 help="Send notification email to reviewers.")
693 response_body = rpc_server.Send(url, body,
    [all...]

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>