Home
last modified time | relevance | path

Searched defs:recv (Results 1 - 25 of 128) sorted by relevance

123456

/third_party/musl/src/network/
H A Drecv.c3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() function
/arkcompiler/toolchain/test/autotest/aw/api/
H A Dprotocol_api.py42 async def recv(self, protocol_name, connection, params=None): member in ProtocolImpl
/arkcompiler/toolchain/test/autotest/aw/
H A Dtypes.py34 recv = "recv variable in ProtocolType
/third_party/node/test/addons/make-callback-domain-warning/
H A Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/third_party/node/test/addons/make-callback-recurse/
H A Dbinding.cc19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
/third_party/node/test/node-api/test_worker_terminate/
H A Dtest_worker_terminate.c8 napi_value recv; in Test() local
/third_party/node/test/addons/make-callback/
H A Dbinding.cc13 auto recv = args[0].As<v8::Object>(); in MakeCallback() local
/third_party/rust/crates/rustix/src/net/
H A Dsend_recv.rs24 pub fn recv<Fd: AsFd>(fd: Fd, buf: &mut [u8], flags: RecvFlags) -> io::Result<usize> { in recv() functions
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_multiple_common_breakpoint_test.h86 RecvHitBreakInfo(std::string recv, int line) RecvHitBreakInfo() argument
[all...]
H A Djs_multiple_breakpoint_in_function_test.h94 RecvHitBreakInfo(std::string recv, int line) RecvHitBreakInfo() argument
[all...]
H A Djs_heapusage_step_test.h96 RecvHeapusageInfo(std::string recv) RecvHeapusageInfo() argument
[all...]
H A Djs_heapusage_recursion_test.h72 bool RecvHeapusageInfo(std::string recv) in RecvHeapusageInfo() argument
H A Djs_heapusage_loop_test.h72 bool RecvHeapusageInfo(std::string recv) in RecvHeapusageInfo() argument
H A Djs_heapusage_async_test.h67 bool RecvHeapusageInfo(std::string recv) in RecvHeapusageInfo() argument
H A Djs_heapsampling_test.h68 bool RecvHeapsamlingInfo(std::string recv) in RecvHeapsamlingInfo() argument
H A Djs_heapsampling_loop_test.h81 bool RecvHeapsamlingInfo(std::string recv) in RecvHeapsamlingInfo() argument
H A Djs_cpuprofile_loop_test.h62 bool RecvCpuprofileInfo(std::string recv) in RecvCpuprofileInfo() argument
H A Djs_breakpoint_in_different_branch.h64 bool RecvHitBreakInfo(std::string recv, int line) in RecvHitBreakInfo() argument
H A Djs_breakpoint_cannot_hit_test.h66 bool RecvHitBreakInfo(std::string recv, int line) in RecvHitBreakInfo() argument
H A Djs_watch_variable_test.h143 RecvWatchVariableInfo(std::string recv, std::string var_value) RecvWatchVariableInfo() argument
[all...]
H A Djs_module_variable_test.h313 CompareExpected(std::string recv, const std::string &expect) CompareExpected() argument
[all...]
H A Djs_watch_basic_type_test.h98 RecvWatchVaribleInfo(std::string recv, std::string var_type, std::string var_value = �) RecvWatchVaribleInfo() argument
146 RecvWatchNullInfo(std::string recv) RecvWatchNullInfo() argument
[all...]
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dbinding.c10 napi_value recv = args[0]; in MakeCallback() local
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnum.java51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() argument
67 public static IRubyObject resolve(ThreadContext context, IRubyObject recv, IRubyObject name) { in resolve() argument
83 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Method.cpp40 EtsObject *TypeAPIMethodInvokeImplementation(EtsCoroutine *coro, EtsMethod *meth, EtsObject *recv, EtsArray *args) in TypeAPIMethodInvokeImplementation() argument
96 EtsObject *TypeAPIMethodInvoke(EtsString *desc, EtsObject *recv, EtsArray *args) in TypeAPIMethodInvoke() argument

Completed in 7 milliseconds

123456