| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-typed-array.cc | 97 Handle<String> operation = in BUILTIN() local 188 Handle<String> operation = in BUILTIN() local
|
| /third_party/node/deps/openssl/openssl/providers/common/ |
| H A D | securitycheck.c | 29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) in ossl_rsa_check_key() argument
|
| /third_party/skia/third_party/externals/angle2/src/ |
| H A D | commit_id.py | 51 operation = sys.argv[1] variable
|
| /third_party/openssl/providers/common/ |
| H A D | securitycheck.c | 29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) in ossl_rsa_check_key() argument
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| H A D | encoder_jni.cc | 116 int operation = context[1]; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() local
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | epoll_io_waiter.cpp | 35 inline int32_t EpollCtrl(int32_t epollFd, int32_t operation, int32_t fileDescriptor, uint32_t epollEvents) in EpollCtrl() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
| H A D | ext_aead.c | 233 hi_s32 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_aead_ccm_crypto() argument 289 hi_s32 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_aead_gcm_crypto() argument
|
| H A D | ext_symc.c | 251 hi_s32 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_symc_crypto() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/stack/ |
| H A D | stack_element.h | 52 Operation operation = Operation::NONE; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
| H A D | transform_convertor.cpp | 72 TransformOperation operation; in AddAnimationToTweenOption() local 114 TransformOperation operation; in AddKeyframe() local 123 TransformOperation operation; in AddKeyframe() local 132 TransformOperation operation; AddKeyframe() local 141 TransformOperation operation; AddKeyframe() local 150 TransformOperation operation; AddKeyframe() local 159 TransformOperation operation; AddKeyframe() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_navigation_function.cpp | 126 JSRef<JSVal> operation = JSRef<JSVal>::Make(ToJSValue(static_cast<int32_t>(navigationOperation))); in Execute() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| H A D | animatable_transform_operation.h | 33 AnimatableTransformOperation( const TransformOperation& operation, const AnimationOption& animationOption = AnimationOption()) AnimatableTransformOperation() argument 83 AddTransformOperation( const TransformOperation& operation, const AnimationOption& animationOption = AnimationOption()) AddTransformOperation() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | observer_test_ng.cpp | 177 NavigationOperation operation = NavigationOperation::PUSH; in HWTEST_F() local 181 UIObserverHandler::GetInstance().NotifyNavDestinationSwitch(std::move(from), std::move(to), operation); in HWTEST_F() local [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | hierarchy_controller.cpp | 178 bool NodeHierarchyController::RunOperation(NodeOperation operation) in RunOperation() argument
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
| H A D | p2p_connect_state.cpp | 41 void P2pConnectState::Enter(const std::shared_ptr<P2pOperation> &operation) in Enter() argument 63 int P2pConnectState::CreateGroup(const std::shared_ptr<P2pOperationWrapper<P2pCreateGroupParam>> &operation) in CreateGroup() argument 70 int P2pConnectState::Connect(const std::shared_ptr<P2pOperationWrapper<P2pConnectParam>> &operation) in Connect() argument 77 int P2pConnectState::DestroyGroup(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> &operation) in DestroyGroup() argument 83 int P2pConnectState::RemoveLink(const std::shared_ptr<P2pOperationWrapper<P2pDestroyGroupParam>> &operation) in RemoveLink() argument 143 auto operation = std::dynamic_pointer_cast<P2pOperationWrapper<P2pConnectParam>>(operation_); PreprocessP2pConnectionChangeEvent() local 205 auto operation = std::dynamic_pointer_cast<P2pOperationWrapper<P2pConnectParam>>(operation_); OnTimeout() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/ |
| H A D | event_loop_epoll.cpp | 201 int EventLoopEpoll::EpollCtl(int operation, EventImpl *event, EventsMask events) in EpollCtl() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | kv_virtual_device.cpp | 100 auto operation = new (std::nothrow) SyncOperation(id, {remoteDeviceId_}, SUBSCRIBE_QUERY, nullptr, wait); in Subscribe() local 123 auto operation = new (std::nothrow) SyncOperation(id, {remoteDeviceId_}, UNSUBSCRIBE_QUERY, callback, wait); UnSubscribe() local [all...] |
| /kernel/linux/common_modules/tzdriver/ |
| H A D | teek_client_api.h | 133 teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) teek_open_session() argument 144 TEEK_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destination, uint32_t connectionMethod, const void *connectionData, TEEC_Operation *operation, uint32_t *returnOrigin) TEEK_OpenSession() argument 162 teek_invoke_command(struct teec_session *session, uint32_t cmd_id, struct teec_operation *operation, uint32_t *return_origin) teek_invoke_command() argument 169 TEEK_InvokeCommand(TEEC_Session *session, uint32_t commandID, TEEC_Operation *operation, uint32_t *returnOrigin) TEEK_InvokeCommand() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
| H A D | cache.c | 215 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
| H A D | islpci_mgt.c | 58 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) in pimfor_encode_header() argument 152 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, in islpci_mgt_transmit() argument 431 islpci_mgt_transaction(struct net_device *ndev, int operation, unsigned long oid, void *senddata, int sendlen, struct islpci_mgmtframe **recvframe) islpci_mgt_transaction() argument [all...] |
| /kernel/linux/linux-5.10/security/loadpin/ |
| H A D | loadpin.c | 22 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument
|
| /kernel/linux/linux-5.10/tools/hv/ |
| H A D | hv_vss_daemon.c | 113 static int vss_operate(int operation) in vss_operate() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.h | 49 int operation; member
|
| /kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
| H A D | au6610.c | 14 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, in au6610_usb_msg() argument
|
| /kernel/linux/linux-5.10/include/kunit/ |
| H A D | assert.h | 202 const char *operation; member 259 const char *operation; member 316 const char *operation; member
|