Home
last modified time | relevance | path

Searched defs:recv (Results 1 – 25 of 74) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-event-emitter-get-max-listeners.js17 const recv = {}; constant
18 EventEmitter.prototype.on.call(recv, 'event', () => {}); argument
19 EventEmitter.prototype.on.call(recv, 'event', () => {}); argument
Dtest-child-process-fork-exec-path.js56 child.on('message', common.mustCall(function(recv) { argument
Dtest-net-binary.js48 let recv = ''; variable
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnum.java51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup()
67 public static IRubyObject resolve(ThreadContext context, IRubyObject recv, IRubyObject name) { in resolve()
83 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor()
DRubyMessage.java302 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor()
314 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode()
328 public static IRubyObject decode(ThreadContext context, IRubyObject recv, IRubyObject data) { in decode()
346 … public static IRubyObject encodeJson(ThreadContext context, IRubyObject recv, IRubyObject msgRb) { in encodeJson()
360 … public static IRubyObject decodeJson(ThreadContext context, IRubyObject recv, IRubyObject json) { in decodeJson()
/third_party/node/src/api/
Dcallback.cc158 Local<Object> recv, in InternalMakeCallback()
219 Local<Object> recv, in MakeCallback()
230 Local<Object> recv, in MakeCallback()
253 Local<Object> recv, in MakeCallback()
281 Local<Object> recv, in MakeCallback()
292 Local<Object> recv, in MakeCallback()
303 Local<Object> recv, in MakeCallback()
/third_party/mindspore/mindspore/boost/
Dadasum.py45 def _send_before_receive(send_part, send, recv): argument
50 def _receive_before_send(send_part, send, recv): argument
88 …ard_process(left_send, allreduce, parameter_divisibility, allreduce_node_num, send, recv, delta_w): argument
122 def _adasum_opt_rollback_process(left_send, parameter_divisibility, delta_w, send, recv): argument
/third_party/boost/boost/mpi/detail/
Dcommunicator_sc.hpp27 communicator::recv(int source, int tag, const skeleton_proxy<T>& proxy) const in recv() function in boost::mpi::communicator
36 status communicator::recv(int source, int tag, skeleton_proxy<T>& proxy) const in recv() function in boost::mpi::communicator
/third_party/musl/src/network/
Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() function
/third_party/boost/libs/mpi/src/
Dcommunicator.cpp85 status communicator::recv(int source, int tag) const in recv() function in boost::mpi::communicator
227 communicator::recv<packed_iarchive>(int source, int tag, in recv() function in boost::mpi::communicator
238 communicator::recv<packed_skeleton_iarchive> in recv() function in boost::mpi::communicator
246 communicator::recv<const content>(int source, int tag, const content& c) const in recv() function in boost::mpi::communicator
/third_party/node/test/addons/make-callback-domain-warning/
Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/third_party/node/test/addons/make-callback-recurse/
Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/third_party/node/test/pummel/
Dtest-net-pause.js28 let recv = ''; variable
/third_party/libuv/test/
Dtest-ipc-send-recv.c51 union handles recv; member
61 union handles recv; member
92 union handles* recv; in recv_cb() local
304 union handles* recv; in read_cb() local
/third_party/boost/libs/log/test/run/
Dattr_value_visitation.cpp117 my_receiver recv; in BOOST_AUTO_TEST_CASE() local
172 my_receiver recv; in BOOST_AUTO_TEST_CASE() local
216 my_receiver recv; in BOOST_AUTO_TEST_CASE() local
/third_party/node/test/addons/make-callback/
Dbinding.cc13 auto recv = args[0].As<v8::Object>(); in MakeCallback() local
Dtest.js22 const recv = { variable
/third_party/node/test/node-api/test_worker_terminate/
Dtest_worker_terminate.c8 napi_value recv; in Test() local
/third_party/node/test/node-api/test_make_callback_recurse/
Dbinding.c10 napi_value recv = args[0]; in MakeCallback() local
/third_party/node/test/node-api/test_make_callback/
Dbinding.c18 napi_value recv = args[1]; in MakeCallback() local
/third_party/node/test/node-api/test_async_context/
Dtest.js42 const recv = {}; constant
/third_party/node/test/js-native-api/3_callbacks/
D3_callbacks.c43 napi_value recv = args[1]; in RunCallbackWithRecv() local
/third_party/boost/libs/mpi/test/
Dsendrecv_test.cpp45 T recv(-1); in test_sendrecv() local
/third_party/musl/porting/linux/user/include/fortify/
Dsocket.h70 ssize_t recv(int socket, void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags) in recv() function
/third_party/mesa3d/src/vulkan/overlay-layer/
Dmesa-overlay-control.py36 def recv(self, timeout): member in Connection

123