| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| H A D | i915_perf.c | 3281 * @param: The open parameters passed to `DRM_I915_PERF_OPEN` 3297 struct drm_i915_perf_open_param *param, in i915_oa_stream_init() 3862 * @param: The open parameters passed to 'DRM_I915_PERF_OPEN` 3885 struct drm_i915_perf_open_param *param, in i915_perf_open_ioctl_locked() 3976 ret = i915_oa_stream_init(stream, param, props); in i915_perf_open_ioctl_locked() 3989 if (param->flags & I915_PERF_FLAG_FD_CLOEXEC) in i915_perf_open_ioctl_locked() 3991 if (param->flags & I915_PERF_FLAG_FD_NONBLOCK) in i915_perf_open_ioctl_locked() 4000 if (!(param->flags & I915_PERF_FLAG_DISABLED)) in i915_perf_open_ioctl_locked() 4312 struct drm_i915_perf_open_param *param = data; in i915_perf_open_ioctl() local 4324 if (param in i915_perf_open_ioctl() 3296 i915_oa_stream_init(struct i915_perf_stream *stream, struct drm_i915_perf_open_param *param, struct perf_open_properties *props) i915_oa_stream_init() argument 3884 i915_perf_open_ioctl_locked(struct i915_perf *perf, struct drm_i915_perf_open_param *param, struct perf_open_properties *props, struct drm_file *file) i915_perf_open_ioctl_locked() argument [all...] |
| /applications/standard/dlp_manager/entry/src/main/ets/SaveAsAbility/ |
| H A D | SaveAsAbility.ets | 156 this.tokenId = want.parameters?.['ohos.aafwk.param.callerToken'] as number; 601 let callerBundleName = want.parameters?.['ohos.aafwk.param.callerBundleName'] as string;
|
| /arkcompiler/runtime_core/abc2program/ |
| H A D | program_dump.cpp | 300 const pandasm::Function::Parameter ¶m, in DumpFunctionParamAtIndex() 303 os << param.type.GetPandasmName() << DUMP_CONTENT_SPACE << DUMP_CONTENT_FUNCTION_PARAM_NAME_PREFIX << idx; in DumpFunctionParamAtIndex() 299 DumpFunctionParamAtIndex(std::ostream &os, const pandasm::Function::Parameter ¶m, size_t idx) const DumpFunctionParamAtIndex() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | basicblock.h | 190 * @param inst instruction after which block will be split 191 * @param make_edge whether to make control flow edge from first block to the second one
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | basicblock.h | 125 * @param inst instruction after which block will be split 126 * @param make_edge whether to make control flow edge from first block to the second one
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | stackful_coroutine_manager.cpp | 652 void *param, PandaString name) in CreateNativeCoroutine() 663 auto *co = GetCoroutineFactory()(runtime, vm, std::move(name), ctx, Coroutine::NativeEntrypointInfo(entry, param)); in CreateNativeCoroutine() 650 CreateNativeCoroutine(Runtime *runtime, PandaVM *vm, Coroutine::NativeEntrypointInfo::NativeEntrypointFunc entry, void *param, PandaString name) CreateNativeCoroutine() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparser.h | 370 void ParseCatchParamTypeAnnotation([[maybe_unused]] ir::AnnotatedExpression *param) override; 427 void ValidateRestParameter(ir::Expression *param) override;
|
| H A D | parserImpl.h | 279 virtual void ValidateRestParameter(ir::Expression *param); 355 virtual void ParseCatchParamTypeAnnotation(ir::AnnotatedExpression *param);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cg_cfg.cpp | 337 * @param bb 338 * @param func
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| H A D | OptionalParametersWithGenericReturnTypes-expected.txt | 117 "name": "param", 920 "name": "param",
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 631 for (auto param : typeParams_->Params()) { in IsTypeParam() 632 util::StringView paramName = param->Name()->AsIdentifier()->Name(); in IsTypeParam()
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | heapprofiler_impl_test.cpp | 91 AddInspectedHeapObjectParams param;
in HWTEST_F_L0() local 93 DispatchResponse response = heapProfiler->AddInspectedHeapObject(param);
in HWTEST_F_L0()
|
| /base/inputmethod/imf/frameworks/kits/extension/src/ |
| H A D | js_inputmethod_extension_context.cpp | 104 JsUtils::ThrowException(env, IMFErrorCode::EXCEPTION_PARAMCHECK, "number of param should in [1,3]", in OnStartAbility() 108 PARAM_CHECK_RETURN(env, JsUtil::GetType(env, argv[0]) == napi_object, "param want type must be Want", in OnStartAbility()
|
| /base/hiviewdfx/hiappevent/test/unittest/common/native/ |
| H A D | hiappevent_native_test.cpp | 146 * @tc.desc: check the overwriting function of the same param name. 476 * @tc.steps: step2. add params with predefined param name to the ParamList. in HWTEST_F()
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
| H A D | dlp_file_manager_test.cpp | 670 * @tc.desc: test param tagIv whether pointer is null 699 * @tc.desc: test param whether cert and certData are empty
|
| /base/security/huks/frameworks/huks_standard/main/core/src/ |
| H A D | hks_verifier.c | 257 HKS_IF_NULL_LOGE_RETURN(*buf, HKS_ERROR_INVALID_ARGUMENT, "invalid input param");
in EncodeTlvAndGetLength() 466 HKS_LOG_E("input param invalid, fail");
in GetClaimDataParamSet()
|
| /base/startup/init/test/unittest/param/ |
| H A D | param_unittest.cpp | 252 printf("$$$$$$$$Param %s=%s \n", (char *)cookie, ((char *)cookie) + PARAM_BUFFER_SIZE); in TestParamTraversal() 549 ParamWorBaseLog(INIT_DEBUG, PARAN_DOMAIN, "PARAM", "%s", "ParamWorBaseLog"); in HWTEST_F()
|
| /base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
| H A D | hks_client_service_ipc.c | 372 HKS_IF_NOT_SUCC_LOGE(ret, "add payload param failed") in AddAeTag() 396 HKS_IF_NOT_SUCC_LOGE_RETURN(ret, ret, "append init operation param set fail") in AppendToNewParamSet()
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | vsim_test.cpp | 543 DtmfParam param; in HWTEST_F() local 544 int32_t status = CoreManagerInner::GetInstance().SendDTMF(0, 0, param, handler); in HWTEST_F()
|
| H A D | core_service_native_branch_test.cpp | 305 CallTransferParam param; in HWTEST_F() local 307 EXPECT_EQ(mInner.SetCallTransferInfo(-1, param, response), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
| /base/update/updater/services/ptable_parse/ |
| H A D | ptable.cpp | 336 LOG(ERROR) << "input param invalid"; in PatchBackUpGptHeader() 565 LOG(ERROR) << "input param invalid"; in ChangeGpt()
|
| /base/update/updater/services/package/pkg_package/ |
| H A D | pkg_zipfile.cpp | 51 PKG_LOGE("AddEntry failed, invalid param");
in AddEntry() 770 PKG_LOGE("Failed to check input param");
in Init()
|
| /base/update/updateservice/frameworks/js/napi/update/common/src/ |
| H A D | client_helper.cpp | 394 if (upgradeInfo.businessType.subType != BusinessSubType::PARAM) { in ParseBusinessType() 575 ComponentType::PARAM }; in ParseUpgradeFile()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/ |
| H A D | cryp_rsa.c | 271 int mbedtls_get_random(hi_void *param, hi_u8 *rand, size_t size) in mbedtls_get_random() argument 276 crypto_unused(param); in mbedtls_get_random()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/ |
| H A D | hiirq.c | 494 static int hiirq_wait_condition_callback(const void *param) in hiirq_wait_condition_callback() argument 496 hiirq_irq_list *irq = (hiirq_irq_list *)param; in hiirq_wait_condition_callback()
|