Searched defs:_send (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/parallel/ |
D | test-internal-socket-list-send.js | 33 _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
|
D | test-internal-socket-list-receive.js | 15 _send: common.mustNotCall() property 27 _send: common.mustCall((msg) => { property 41 _send: common.mustCall((msg) => { property
|
/third_party/python/Lib/multiprocessing/ |
D | resource_tracker.py | 161 def _send(self, cmd, name, rtype): member in ResourceTracker
|
D | connection.py | 370 def _send(self, buf, write=_write): member in Connection
|
/third_party/node/lib/ |
D | _http_outgoing.js | 307 OutgoingMessage.prototype._send = function _send(data, encoding, callback) { method in OutgoingMessage
|
/third_party/node/lib/internal/ |
D | child_process.js | 745 target._send = function(message, handle, options, callback) { function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 776 unsigned char *_send, size_t send_len, in scard_transmit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 776 unsigned char *_send, size_t send_len, in scard_transmit()
|
/third_party/python/Lib/test/ |
D | test_imaplib.py | 124 def _send(self, message): member in SimpleIMAPHandler
|