Home
last modified time | relevance | path

Searched defs:send (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/node/test/parallel/
Dtest-repl.js50 for (const { send, expect } of tests) { property
105 send: '', property
109 send: 'message', property
113 send: 'invoke_me(987)', property
117 send: 'a = 12345', property
121 send: '{a:1}', property
128 send: 'ref = 1', property
136 send: 'throw new Error(\'test error\');', property
140 send: "throw { foo: 'bar' };", property
145 send: 'function test_func() {', property
[all …]
Dtest-stream-await-drain-writers-in-synchronously-recursion-write.js13 const send = common.mustCall((buf) => { constant
Dtest-dgram-send-error.js64 socket[kStateSymbol].handle.send = function() { function
Dtest-tls-pause.js59 const send = (() => { constant
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportsendbin.c85 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_set_property() local
104 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_get_property() local
162 TransportSendBin *send = TRANSPORT_SEND_BIN (element); in transport_send_bin_change_state() local
236 _on_dtls_enc_key_set (GstElement * dtlssrtpenc, TransportSendBin * send) in _on_dtls_enc_key_set()
262 maybe_start_enc (TransportSendBin * send) in maybe_start_enc()
284 GParamSpec * pspec, TransportSendBin * send) in _on_notify_dtls_client_status()
312 GParamSpec * pspec, TransportSendBin * send) in _on_notify_ice_connection_state()
322 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_constructed() local
379 cleanup_blocks (TransportSendBin * send) in cleanup_blocks()
395 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_dispose() local
[all …]
/third_party/python/Lib/multiprocessing/
Dresource_sharer.py31 def send(conn, pid): function
49 def send(conn, pid): function
72 def register(self, send, close): argument
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DBinaryMessenger.java37 void send(@NonNull String channel, @Nullable ByteBuffer message); in send() method
51 … void send(@NonNull String channel, @Nullable ByteBuffer message, @Nullable BinaryReply callback); in send() method
DBasicMessageChannel.java70 public void send(@Nullable T message) { in send() method in BasicMessageChannel
83 public void send(@Nullable T message, @Nullable final Reply<T> callback) { in send() method in BasicMessageChannel
/third_party/mindspore/mindspore/boost/
Dadasum.py45 def _send_before_receive(send_part, send, recv): argument
50 def _receive_before_send(send_part, send, recv): argument
88 …ard_process(left_send, allreduce, parameter_divisibility, allreduce_node_num, send, recv, delta_w): argument
122 def _adasum_opt_rollback_process(left_send, parameter_divisibility, delta_w, send, recv): argument
/third_party/musl/src/network/
Dsend.c3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
/third_party/mindspore/mindspore/ccsrc/ps/
Dworker.cc420 lookup_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize()
423 worker_init_embedding_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize()
426 round_robin_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize()
429 sparse_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize()
432 update_embedding_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize()
435 broadcast_partitioner_ = [this](auto &&send, auto &&partition, auto &&attrs) { in Initialize()
685 void Worker::LookupIdPartitioner(const EmbeddingTableLookup &send, PartitionEmbeddingMessages *part… in LookupIdPartitioner()
722 void Worker::SparsePartitioner(const KVMessage &send, PartitionKVMessages *partition, in SparsePartitioner()
832 void Worker::RoundRobinPartitioner(const KVMessage &send, PartitionKVMessages *partition, in RoundRobinPartitioner()
867 void Worker::WorkerInitEmbeddingPartitioner(const KVMessage &send, std::vector<std::pair<bool, KVMe… in WorkerInitEmbeddingPartitioner()
[all …]
/third_party/node/lib/internal/cluster/
Dworker.js45 Worker.prototype.send = function() { method in Worker
Dshared_handle.js27 SharedHandle.prototype.add = function(worker, send) { argument
/third_party/boost/libs/mpi/src/
Dcommunicator.cpp78 void communicator::send(int dest, int tag) const in send() function in boost::mpi::communicator
203 communicator::send<packed_oarchive>(int dest, int tag, in send() function in boost::mpi::communicator
211 communicator::send<packed_skeleton_oarchive> in send() function in boost::mpi::communicator
218 void communicator::send<content>(int dest, int tag, const content& c) const in send() function in boost::mpi::communicator
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/dart/
DDartMessenger.java60 public void send(@NonNull String channel, @NonNull ByteBuffer message) { in send() method in DartMessenger
66 public void send( in send() method in DartMessenger
DDartExecutor.java171 public void send(@NonNull String channel, @Nullable ByteBuffer message) { in send() method in DartExecutor
186 …public void send(@NonNull String channel, @Nullable ByteBuffer message, @Nullable BinaryMessenger.… in send() method in DartExecutor
/third_party/node/lib/internal/
Dchild_process.js86 send(message, handle, options) { method
98 send(message, server, options) { method
111 send(message, socket, options) { method
201 send(message, handle, options) { method
213 send(message, socket, options) { method
631 channel.sockets = { got: {}, send: {} }; property
718 target.send = function(message, handle, options, callback) { function
/third_party/node/benchmark/child_process/
Dchild-process-read-ipc.js5 const send = () => { function
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/
DFlutterNativeView.java116 public void send(String channel, ByteBuffer message) { in send() method in FlutterNativeView
122 public void send(String channel, ByteBuffer message, BinaryReply callback) { in send() method in FlutterNativeView
/third_party/boost/libs/beast/example/websocket/server/chat-multi/
Dshared_state.cpp38 send(std::string message) in send() function in shared_state
Dwebsocket_session.cpp84 send(boost::shared_ptr<std::string const> const& ss) in send() function in websocket_session
/third_party/node/benchmark/http/
Dchunked.js25 function send(left) { function
/third_party/jsframework/runtime/main/manage/event/
DTaskCenter.ts165 public send(type: string, options: OptionsType, args: any): any { method in TaskCenter
/third_party/node/test/async-hooks/
Dtest-udpsendwrap.js13 let send; variable
/third_party/node/benchmark/net/
Dnet-c2s-cork.js56 function send() { function

12345678