| /third_party/musl/src/network/ |
| H A D | recv.c | 3 ssize_t recv(int fd, void *buf, size_t len, int flags) in recv() function
|
| /arkcompiler/toolchain/test/autotest/aw/api/ |
| H A D | protocol_api.py | 42 async def recv(self, protocol_name, connection, params=None):
member in ProtocolImpl
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| H A D | types.py | 34 recv = "recv variable in ProtocolType
|
| /third_party/node/test/addons/make-callback-domain-warning/ |
| H A D | binding.cc | 19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
|
| /third_party/node/test/addons/make-callback-recurse/ |
| H A D | binding.cc | 19 Local<Object> recv = args[0].As<Object>(); in MakeCallback() local
|
| /third_party/node/test/node-api/test_worker_terminate/ |
| H A D | test_worker_terminate.c | 8 napi_value recv; in Test() local
|
| /third_party/node/test/addons/make-callback/ |
| H A D | binding.cc | 13 auto recv = args[0].As<v8::Object>(); in MakeCallback() local
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | send_recv.rs | 24 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 D | js_multiple_common_breakpoint_test.h | 86 RecvHitBreakInfo(std::string recv, int line) RecvHitBreakInfo() argument [all...] |
| H A D | js_multiple_breakpoint_in_function_test.h | 94 RecvHitBreakInfo(std::string recv, int line) RecvHitBreakInfo() argument [all...] |
| H A D | js_heapusage_step_test.h | 96 RecvHeapusageInfo(std::string recv) RecvHeapusageInfo() argument [all...] |
| H A D | js_heapusage_recursion_test.h | 72 bool RecvHeapusageInfo(std::string recv) in RecvHeapusageInfo() argument
|
| H A D | js_heapusage_loop_test.h | 72 bool RecvHeapusageInfo(std::string recv) in RecvHeapusageInfo() argument
|
| H A D | js_heapusage_async_test.h | 67 bool RecvHeapusageInfo(std::string recv) in RecvHeapusageInfo() argument
|
| H A D | js_heapsampling_test.h | 68 bool RecvHeapsamlingInfo(std::string recv) in RecvHeapsamlingInfo() argument
|
| H A D | js_heapsampling_loop_test.h | 81 bool RecvHeapsamlingInfo(std::string recv) in RecvHeapsamlingInfo() argument
|
| H A D | js_cpuprofile_loop_test.h | 62 bool RecvCpuprofileInfo(std::string recv) in RecvCpuprofileInfo() argument
|
| H A D | js_breakpoint_in_different_branch.h | 64 bool RecvHitBreakInfo(std::string recv, int line) in RecvHitBreakInfo() argument
|
| H A D | js_breakpoint_cannot_hit_test.h | 66 bool RecvHitBreakInfo(std::string recv, int line) in RecvHitBreakInfo() argument
|
| H A D | js_watch_variable_test.h | 143 RecvWatchVariableInfo(std::string recv, std::string var_value) RecvWatchVariableInfo() argument [all...] |
| H A D | js_module_variable_test.h | 313 CompareExpected(std::string recv, const std::string &expect) CompareExpected() argument [all...] |
| H A D | js_watch_basic_type_test.h | 98 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 D | binding.c | 10 napi_value recv = args[0]; in MakeCallback() local
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyEnum.java | 51 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 D | std_core_Method.cpp | 40 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
|