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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
pr24097.cpp 7 virtual bool Send();
10 bool Send();
16 f.Send();
  /external/clang/test/CodeGen/
available-externally-hidden.cpp 14 virtual bool Send(Message* msg) = 0;
23 bool Send(Message* message) override;
31 f->Send(new Message);
  /prebuilts/go/darwin-x86/test/chan/
select.go 19 func Send(a, b chan uint) int {
42 if v := Send(a, b); v != 2 {
43 println("Send returned", v, "!= 2")
50 if v := Send(a, nil); v != 1 {
51 println("Send returned", v, "!= 1")
  /prebuilts/go/linux-x86/test/chan/
select.go 19 func Send(a, b chan uint) int {
42 if v := Send(a, b); v != 2 {
43 println("Send returned", v, "!= 2")
50 if v := Send(a, nil); v != 1 {
51 println("Send returned", v, "!= 1")
  /external/webrtc/webrtc/p2p/base/
asyncstuntcpsocket_unittest.cc 107 bool Send(const void* data, size_t len) {
109 size_t ret = send_socket_->Send(
135 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
144 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
146 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
148 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
150 EXPECT_TRUE(Send(kStunMessageWithZeroLength,
157 EXPECT_TRUE(Send(kTurnChannelDataMessageWithZeroLength,
166 EXPECT_TRUE(Send(kTurnChannelDataMessage,
175 EXPECT_TRUE(Send(kTurnChannelDataMessageWithOddLength
    [all...]
stunserver_unittest.cc 41 void Send(const StunMessage& msg) {
44 Send(buf.Data(), static_cast<int>(buf.Length()));
46 void Send(const char* buf, int len) {
81 Send(req);
109 Send(bad, static_cast<int>(strlen(bad)));
  /device/google/cuttlefish_common/common/libs/net/
netlink_client.h 32 // Send netlink message to kernel.
33 virtual bool Send(const NetlinkRequest& message) = 0;
  /device/google/cuttlefish_common/common/libs/tcp_socket/
tcp_socket.h 33 // Recv and Send wait until all data has been received or sent.
34 // Send is thread safe in this regard, Recv is not.
53 ssize_t Send(const std::uint8_t* data, std::size_t size);
54 ssize_t Send(const Message& message);
57 ssize_t Send(const std::uint8_t (&data)[N]) {
58 return Send(data, N);
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowireinterface.h 38 // @param data the bytes to send
39 virtual void Send(const std::vector<uint8_t>& data) = 0;
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops_test.cc 27 // implementations, and to avoid the duplicate-send or duplicate-recv
30 Status Send(const ParsedKey& key, const Args& args, const Tensor& val,
42 static Graph* Send() {
45 test::graph::Send(g, test::graph::Constant(g, in0), "T", "/cpu:0", 1,
60 test::Benchmark("cpu", Send(), nullptr, nullptr, new DummyRendezvous)
  /external/webrtc/webrtc/libjingle/xmpp/
presenceouttask.h 26 XmppReturnStatus Send(const PresenceStatus & s);
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.h 68 gatekeeper_error_t Send(uint32_t command, const GateKeeperMessage& request,
71 gatekeeper_error_t Send(const EnrollRequest& request, EnrollResponse *response) {
72 return Send(GK_ENROLL, request, response);
75 gatekeeper_error_t Send(const VerifyRequest& request, VerifyResponse *response) {
76 return Send(GK_VERIFY, request, response);
  /prebuilts/go/darwin-x86/doc/play/
sieve.go 7 // Send the sequence 2, 3, 4, ... to channel 'ch'.
10 ch <- i // Send 'i' to channel 'ch'.
20 out <- i // Send 'i' to 'out'.
  /prebuilts/go/linux-x86/doc/play/
sieve.go 7 // Send the sequence 2, 3, 4, ... to channel 'ch'.
10 ch <- i // Send 'i' to channel 'ch'.
20 out <- i // Send 'i' to 'out'.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug118.go 9 func Send(c chan int) int {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug118.go 9 func Send(c chan int) int {
  /device/linaro/hikey/bluetooth/
hci_protocol.h 39 virtual size_t Send(uint8_t type, const uint8_t* data, size_t length) = 0;
  /hardware/interfaces/bluetooth/1.0/default/
hci_protocol.h 40 virtual size_t Send(uint8_t type, const uint8_t* data, size_t length) = 0;
  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
EventChannel.c 29 evtchn_send_t Send;
31 Send.port = Port;
32 ReturnCode = XenHypercallEventChannelOp (EVTCHNOP_send, &Send);
  /external/v8/tools/testrunner/server/
local_handler.py 41 compression.Send(query, sock)
42 compression.Send(constants.END_OF_STREAM, sock)
65 compression.Send([action, response], self.request)
71 compression.Send([action, self.server.daemon.pubkey_fingerprint],
75 compression.Send([action, self._GetStatusMessage()], self.request)
79 compression.Send([action, fingerprint], self.request)
94 compression.Send(constants.END_OF_STREAM, self.request)
status_handler.py 42 compression.Send(query, sock)
43 compression.Send(constants.END_OF_STREAM, sock)
86 compression.Send([action, response], self.request)
90 compression.Send([action, response], self.request)
102 compression.Send([action, response], self.request)
105 compression.Send(constants.END_OF_STREAM, self.request)
  /external/webrtc/webrtc/examples/peerconnection/server/
main.cc 36 ds->Send("200 OK", true, "text/html", "",
41 // Send.
42 ds->Send("200 OK", true, "", "", "");
47 ds->Send("500 Sorry", true, "text/html", "",
109 s->Send("500 Error", true, "text/plain", "",
120 s->Send("200 OK", true, "text/plain", "", "");
124 s->Send("500 Error", true, "text/plain", "",
  /prebuilts/go/darwin-x86/test/
sieve.go 12 // Send the sequence 2, 3, 4, ... to channel 'ch'.
15 ch <- i // Send 'i' to channel 'ch'.
25 out <- i // Send 'i' to channel 'out'.
  /prebuilts/go/linux-x86/test/
sieve.go 12 // Send the sequence 2, 3, 4, ... to channel 'ch'.
15 ch <- i // Send 'i' to channel 'ch'.
25 out <- i // Send 'i' to channel 'out'.
  /frameworks/rs/script_api/
rs_io.spec 21 <li>Send information to the Java client, and</li>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
45 summary: Send new content to the queue
47 Send the contents of the Allocation to the queue.
59 summary: Send a message to the client, non-blocking
82 summary: Send a message to the client, blocking

Completed in 877 milliseconds

1 2 3 4 5 6 7 8 91011>>