Home
last modified time | relevance | path

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

12345

/third_party/node/test/parallel/
Dtest-repl.js50 for (const { send, expect } of tests) { property
104 send: '', property
108 send: 'message', property
112 send: 'invoke_me(987)', property
116 send: 'a = 12345', property
120 send: '{a:1}', property
127 send: 'ref = 1', property
135 send: 'throw new Error(\'test error\');', property
139 send: "throw { foo: 'bar' };", property
144 send: 'function test_func() {', property
[all …]
Dtest-stream-await-drain-writers-in-synchronously-recursion-write.js13 const send = common.mustCall((buf) => { constant
Dtest-h2-large-header-cause-client-to-hangup.js28 function send() { function
Dtest-dgram-send-error.js64 socket[kStateSymbol].handle.send = function() { function
Dtest-tls-pause.js59 const send = (() => { constant
Dtest-child-process-fork-closed-channel-segfault.js44 function send(callback) { function
Dtest-https-drain.js56 function send() { function
/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/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsTypedefFunction.ts19 const send = handlers => new Promise((resolve, reject) => { constant
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsTypedefFunction.js14 const send = handlers => new Promise((resolve, reject) => { function
/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/node/lib/internal/cluster/
Dworker.js47 Worker.prototype.send = function() { method in Worker
Dshared_handle.js27 SharedHandle.prototype.add = function(worker, send) { argument
/third_party/node/lib/internal/
Dchild_process.js93 send(message, handle, options) { method
105 send(message, server, options) { method
118 send(message, socket, options) { method
208 send(message, handle, options) { method
220 send(message, socket, options) { method
643 channel.sockets = { got: {}, send: {} }; property
730 target.send = function(message, handle, options, callback) { function
/third_party/node/benchmark/child_process/
Dchild-process-read-ipc.js5 const send = () => { function
/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
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp91 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp92 void Socket::send(const char *buffer, int length) in send() function in sw::Socket
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_webSocket.js39 send: function (...args) { method
Dohos_net_socket.js51 send: function (...args) { method
158 send: function (...args) { method
/third_party/jsframework/runtime/main/extend/systemplugin/
Dfetch.js21 messenger.send = function (groupName, functionName, ...args) { function
/third_party/jerryscript/jerry-core/include/
Djerryscript-debugger-transport.h79 jerry_debugger_transport_send_t send; /**< send data callback */ member

12345