Home
last modified time | relevance | path

Searched defs:_send (Results 1 – 9 of 9) 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.py370 def _send(self, buf, write=_write): member in Connection
/third_party/node/lib/
D_http_outgoing.js307 OutgoingMessage.prototype._send = function _send(data, encoding, callback) { method in OutgoingMessage
/third_party/node/lib/internal/
Dchild_process.js745 target._send = function(message, handle, options, callback) { function
/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/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dpcsc_funcs.c776 unsigned char *_send, size_t send_len, in scard_transmit()
/third_party/python/Lib/test/
Dtest_imaplib.py124 def _send(self, message): member in SimpleIMAPHandler