| /third_party/node/test/parallel/ |
| D | test-repl.js | 50 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 …]
|
| D | test-http-transfer-encoding-smuggling.js | 31 function send(next) { function
|
| D | test-stream-await-drain-writers-in-synchronously-recursion-write.js | 13 const send = common.mustCall((buf) => { constant
|
| D | test-dgram-send-error.js | 64 socket[kStateSymbol].handle.send = function() { function
|
| D | test-tls-pause.js | 59 const send = (() => { constant
|
| /third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
| D | transportsendbin.c | 87 _set_rtcp_mux (TransportSendBin * send, gboolean rtcp_mux) in _set_rtcp_mux() 108 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_set_property() local 130 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_get_property() local 190 TransportSendBin *send = TRANSPORT_SEND_BIN (element); in transport_send_bin_change_state() local 278 _on_dtls_enc_key_set (GstElement * dtlssrtpenc, TransportSendBin * send) in _on_dtls_enc_key_set() 311 GParamSpec * pspec, TransportSendBin * send) in _on_notify_dtls_client_status() 343 GParamSpec * pspec, TransportSendBin * send) in _on_notify_ice_connection_state() 372 tsb_setup_ctx (TransportSendBin * send, TransportSendBinDTLSContext * ctx, in tsb_setup_ctx() 401 TransportSendBin *send = TRANSPORT_SEND_BIN (object); in transport_send_bin_constructed() local 483 cleanup_blocks (TransportSendBin * send) in cleanup_blocks() [all …]
|
| /third_party/python/Lib/multiprocessing/ |
| D | resource_sharer.py | 31 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/ |
| D | BinaryMessenger.java | 37 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
|
| D | BasicMessageChannel.java | 70 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/musl/src/network/ |
| D | send.c | 3 ssize_t send(int fd, const void *buf, size_t len, int flags) in send() function
|
| /third_party/node/lib/internal/cluster/ |
| D | worker.js | 45 Worker.prototype.send = function() { method in Worker
|
| D | shared_handle.js | 27 SharedHandle.prototype.add = function(worker, send) { argument
|
| /third_party/boost/libs/mpi/src/ |
| D | communicator.cpp | 78 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/ |
| D | DartMessenger.java | 60 public void send(@NonNull String channel, @NonNull ByteBuffer message) { in send() method in DartMessenger 66 public void send( in send() method in DartMessenger
|
| D | DartExecutor.java | 171 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/ |
| D | child_process.js | 83 send(message, handle, options) { method 95 send(message, server, options) { method 108 send(message, socket, options) { method 198 send(message, handle, options) { method 210 send(message, socket, options) { method 627 channel.sockets = { got: {}, send: {} }; property 696 target.send = function(message, handle, options, callback) { function
|
| /third_party/uboot/u-boot-2020.01/include/ |
| D | mailbox-uclass.h | 67 int (*send)(struct mbox_chan *chan, const void *data); member
|
| /third_party/node/benchmark/child_process/ |
| D | child-process-read-ipc.js | 5 const send = () => { function
|
| /third_party/flutter/engine/flutter/shell/platform/android/io/flutter/view/ |
| D | FlutterNativeView.java | 116 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/ |
| D | shared_state.cpp | 38 send(std::string message) in send() function in shared_state
|
| D | websocket_session.cpp | 84 send(boost::shared_ptr<std::string const> const& ss) in send() function in websocket_session
|
| /third_party/node/benchmark/http/ |
| D | chunked.js | 25 function send(left) { function
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_net_socket.js | 48 send: function (...args) { method 157 send: function (...args) { method
|
| /third_party/jsframework/runtime/main/manage/event/ |
| D | TaskCenter.ts | 165 public send(type: string, options: OptionsType, args: any): any { method in TaskCenter
|
| /third_party/uboot/u-boot-2020.01/arch/arm/mach-bcm283x/ |
| D | mbox.c | 15 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw()
|