Home
last modified time | relevance | path

Searched defs:_send (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-internal-socket-list-send.js33 _send: function(msg) { method
56 _send: function(msg) { process.nextTick(() => this.emit('disconnect')); } method
76 _send: function(msg) { method
101 _send: function(msg) { method
130 _send: function() { method
Dtest-internal-socket-list-receive.js15 _send: common.mustNotCall() property
27 _send: common.mustCall((msg) => { property
41 _send: common.mustCall((msg) => { property
/third_party/python/Lib/multiprocessing/
Dresource_tracker.py161 def _send(self, cmd, name, rtype): member in ResourceTracker
Dconnection.py364 def _send(self, buf, write=_write): member in Connection
/third_party/node/lib/
D_http_outgoing.js359 OutgoingMessage.prototype._send = function _send(data, encoding, callback, byteLength) { method in OutgoingMessage
/third_party/node/test/fixtures/wpt/resources/
Dchannel.sub.js246 async _send(cmd, body=null) { method in anonymousFunctionf388c8a00100.SendChannel
/third_party/node/lib/internal/
Dchild_process.js756 target._send = function(message, handle, options, callback) { function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dpcsc_funcs.c776 unsigned char *_send, size_t send_len, in scard_transmit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dpcsc_funcs.c776 unsigned char *_send, size_t send_len, in scard_transmit()
/third_party/python/Lib/test/
Dtest_imaplib.py127 def _send(self, message): member in SimpleIMAPHandler