Home
last modified time | relevance | path

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

1234

/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-socket-writes-before-passed-to-tls-socket.js12 const recv = []; variable
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.cc172 Local<Object> recv, in InternalMakeCallback()
234 Local<Object> recv, in MakeCallback()
245 Local<Object> recv, in MakeCallback()
269 Local<Object> recv, in MakeCallback()
300 Local<Object> recv, in MakeSyncCallback()
328 Local<Object> recv, in MakeCallback()
339 Local<Object> recv, in MakeCallback()
350 Local<Object> recv, in MakeCallback()
/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc40 V8_INLINE bool HasInitialRegExpMap(Isolate* isolate, JSReceiver recv) { in HasInitialRegExpMap()
47 Handle<JSReceiver> recv, in SetLastIndex()
63 Handle<JSReceiver> recv) { in GetLastIndex()
131 JSReceiver recv = JSReceiver::cast(*obj); in IsUnmodifiedRegExp() local
/third_party/musl/src/network/
Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() function
/third_party/libuv/test/
Dtest-ipc-send-recv.c51 union handles recv; member
61 union handles recv; member
94 union handles* recv; in recv_cb() local
308 union handles* recv; in read_cb() 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/addons/make-callback-domain-warning/
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/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/node-api/test_buffer/
Dtest_finalizer.c14 napi_value recv; in malignDeleter() local
/third_party/node/test/node-api/test_threadsafe_function/
Dtest_uncaught_exception.c10 napi_value recv; in ThreadSafeFunctionFinalize() local
/third_party/node/test/js-native-api/test_reference/
Dtest_finalizer.c19 napi_value recv; in FinalizeExternalCallJs() local
/third_party/node/test/js-native-api/3_callbacks/
D3_callbacks.c44 napi_value recv = args[1]; in RunCallbackWithRecv() 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/musl/include/fortify/linux/
Dsocket.h70 ssize_t recv(int socket, void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags) in recv() function

1234