| /third_party/python/Lib/test/ |
| H A D | mock_socket.py | 52 def recv(self, bufsize, flags=None): member in MockSocket
|
| H A D | test_telnetlib.py | 101 def recv(self, size): member in SocketStub
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| H A D | RubyMessage.java | 302 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() argument 314 public static IRubyObject encode(ThreadContext context, IRubyObject recv, IRubyObject value) { in encode() argument 328 public static IRubyObject decode(ThreadContext context, IRubyObject recv, IRubyObject data) { in decode() argument 346 public static IRubyObject encodeJson(ThreadContext context, IRubyObject recv, IRubyObject msgRb) { in encodeJson() argument 360 public static IRubyObject decodeJson(ThreadContext context, IRubyObject recv, IRubyObject json) { in decodeJson() argument
|
| /foundation/ability/ability_runtime/test/unittest/js_ability_context_test/ |
| H A D | js_ability_context_test.cpp | 217 napi_value recv = nullptr; in Connect() local 239 napi_value recv = nullptr; in Disconnect() local
|
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | action.cpp | 25 static void DecomposeTap(EventMatrix& recv, const NG::PointF& point) in DecomposeTap() argument 35 static void DecomposeDoubleTap(EventMatrix& recv, const NG::PointF& point) in DecomposeDoubleTap() argument 48 static void DecomposePress(EventMatrix& recv, const NG::PointF& point, uint32_t duration) in DecomposePress() argument [all...] |
| /foundation/communication/netmanager_base/frameworks/js/napi/common/ |
| H A D | napi_common.cpp | 284 napi_value recv = CreateUndefined(env); in Handle1ValueCallback() local 321 napi_value recv = CreateUndefined(env); in Handle2ValueCallback() local
|
| /foundation/communication/netstack/test/unittest/tlssocket/client/ |
| H A D | TlsSocketBranchTest.cpp | 289 int recv = tlsSocketInternal->Recv(buffer, MAX_BUFFER_SIZE); in HWTEST_F() local
|
| /foundation/communication/netstack/test/unittest/tls_test/client/ |
| H A D | TlsSocketBranchTest.cpp | 289 int recv = tlsSocketInternal->Recv(buffer, MAX_BUFFER_SIZE);
in HWTEST_F() local
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
| H A D | spunge.h | 76 struct SpungeServerRateControlItem recv; member
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | extension_test.cpp | 201 auto recv = ReceiveBuffer {.data = buf, .capacity = bufSize, .size = &outSize}; in TEST_F() local 219 auto recv = ReceiveBuffer {.data = buf, .capacity = bufSize, .size = &outSize}; in TEST_F() local 270 ReceiveBuffer recv; member [all...] |
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | ui_action.cpp | 23 static void DecomposeClick(PointerMatrix &recv, const Point &point, const UiOpArgs &options) in DecomposeClick() argument 33 static void DecomposeLongClick(PointerMatrix &recv, const Point &point, const UiOpArgs &options) in DecomposeLongClick() argument 44 static void DecomposeDoubleClick(PointerMatrix &recv, const Point &point, const UiOpArgs &options) in DecomposeDoubleClick() argument 58 static void DecomposeComputeSwipe(PointerMatrix &recv, const Point &from, const Point &to, TouchOp type, in DecomposeComputeSwipe() argument 101 void GenericClick::Decompose(PointerMatrix &recv, const UiOpArgs &options) const in Decompose() argument 122 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument 131 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument 162 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument 278 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument 283 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument 295 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument 329 Decompose(std::vector<MouseEvent> &recv, const UiOpArgs &opt) const Decompose() argument 359 Decompose(PointerMatrix &recv, const UiOpArgs &options) const Decompose() argument [all...] |
| /third_party/lwip/src/core/ |
| H A D | altcp.c | 237 altcp_recv(struct altcp_pcb *conn, altcp_recv_fn recv) in altcp_recv() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | execution.cc | 422 Address recv = params.receiver->ptr(); in Invoke() local
|
| /third_party/python/Lib/ |
| H A D | asyncore.py | 374 def recv(self, buffer_size): member in dispatcher 604 def recv(self, *args): member in .file_wrapper
|
| /foundation/arkui/ace_engine/interfaces/napi/kits/measure/ |
| H A D | js_measure.cpp | 90 ResourceInfo recv; in HandleIntStyle() local 120 ResourceInfo recv; in HandleStringType() local 154 ResourceInfo recv; in HandleDimensionType() local [all...] |
| /foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
| H A D | napi_net_policy.cpp | 146 napi_value recv = nullptr; in CompleteSetPolicyByUid() local 183 napi_value recv = nullptr; in CompleteGetUidsByPolicy() local 210 napi_value recv = nullptr; in CompleteGetPolicyByUid() local 255 napi_value recv in CompleteNetPolicyResultCode() local 285 napi_value recv = nullptr; CompleteOn() local 313 napi_value recv = nullptr; CompleteOff() local 531 napi_value recv = nullptr; CompleteSetBackgroundPolicy() local [all...] |
| /third_party/lwip/src/apps/sntp/ |
| H A D | sntp.c | 187 struct sntp_time recv; member
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | connection.py | 245 def recv(self): member in _ConnectionBase 775 def recv(self): member in ConnectionWrapper
|
| /third_party/python/Lib/asyncio/ |
| H A D | windows_events.py | 458 def recv(self, conn, nbytes, flags=0): member in IocpProactor
|
| /device/soc/hisilicon/common/platform/uart/ |
| H A D | uart_pl011.h | 152 RecvNotify recv; member
|
| /device/qemu/drivers/uart/ |
| H A D | uart_pl011.h | 152 RecvNotify recv; member
|
| /foundation/arkui/napi/native_engine/ |
| H A D | native_node_api.cpp | 593 napi_make_callback(napi_env env, napi_async_context async_context, napi_value recv, napi_value func, size_t argc, const napi_value* argv, napi_value* result) napi_make_callback() argument
|
| /foundation/communication/netmanager_base/utils/napi_utils/src/ |
| H A D | napi_utils.cpp | 466 napi_value CallFunction(napi_env env, napi_value recv, napi_value func, size_t argc, const napi_value *argv) in CallFunction() argument
|
| /foundation/communication/nfc/frameworks/js/napi/common/ |
| H A D | nfc_napi_common_utils.cpp | 572 napi_value recv = CreateUndefined(env); in DoAsyncCallbackOrPromise() local 604 napi_value recv = CreateUndefined(env); in ThrowAsyncError() local
|
| /foundation/communication/netstack/utils/napi_utils/src/ |
| H A D | napi_utils.cpp | 424 napi_value CallFunction(napi_env env, napi_value recv, napi_value func, size_t argc, const napi_value *argv) in CallFunction() argument
|