Home
last modified time | relevance | path

Searched defs:parameter (Results 1 - 25 of 390) sorted by relevance

12345678910>>...16

/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x8683 parameter: elanfreq=maxspeed (in kHz) or as module label
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x86122 parameter: elanfreq=maxspeed (in kHz) or as module label
/third_party/skia/third_party/externals/tint/src/sem/
H A Dtype_conversion.cc22 TypeConversion(const sem::Type* type, const sem::Parameter* parameter) TypeConversion() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_connection.cpp27 int RelationalStoreConnection::Pragma(int cmd, void *parameter) in Pragma() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRpcCallback.java45 void run(ParameterType parameter); in run() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/
H A Dcontinuation_register_manager.cpp39 void ContinuationRegisterManager::Register(const std::string &bundleName, const ExtraParams &parameter, in Register() argument
93 ShowDeviceList( int token, const ExtraParams &parameter, const std::shared_ptr<RequestCallback> &requestCallback) ShowDeviceList() argument
/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_method.cpp61 void ASTMethod::AddParameter(const AutoPtr<ASTParameter> &parameter) in AddParameter() argument
/foundation/ability/idl_tool/ast/
H A Dast_method.cpp43 void ASTMethod::AddParameter(ASTParameter* parameter) in AddParameter() argument
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/detail_enhancer/
H A Ddetail_enhancer_image_native.cpp42 ImageProcessing_ErrorCode DetailEnhancerImageNative::SetParameter(const OHOS::Media::Format& parameter) in SetParameter() argument
58 ImageProcessing_ErrorCode DetailEnhancerImageNative::GetParameter(OHOS::Media::Format& parameter) in GetParameter() argument
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/
H A Dvideo_resize_filter_unit_test.cpp59 std::shared_ptr<Meta> parameter; in HWTEST_F() local
103 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
118 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimized-frame-info.cc49 Handle<Object> parameter = GetValueForDebugger(stack_it, isolate); in DeoptimizedFrameInfo() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go588 // type parameter. type
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.cpp42 SystemParameter& SystemParameter::operator=(const SystemParameter& parameter) in operator =() argument
53 const auto parameter = std::find_if( in Find() local
75 const auto parameter = Find(name); Get() local
[all...]
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/detail_enhancer/
H A Ddetail_enhancer_video_native.cpp44 VideoProcessing_ErrorCode DetailEnhancerVideoNative::SetParameter(const OHOS::Media::Format& parameter) in SetParameter() argument
60 VideoProcessing_ErrorCode DetailEnhancerVideoNative::GetParameter(OHOS::Media::Format& parameter) in GetParameter() argument
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_resize_filter_unit_test.cpp80 std::shared_ptr<Meta> parameter= std::make_shared<Meta>(); in HWTEST_F() local
97 std::shared_ptr<Meta> parameter= std::make_shared<Meta>(); in HWTEST_F() local
182 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
199 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
[all...]
H A Dsurface_decoder_filter_unit_test.cpp132 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
243 std::shared_ptr<Meta> parameter= std::make_shared<Meta>(); in HWTEST_F() local
270 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); in HWTEST_F() local
280 std::shared_ptr<Meta> parameter = std::make_shared<Meta>(); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_sink.h36 int32_t SubscribeLocalHardware(const std::string &dhId, const std::string &parameter) in SubscribeLocalHardware() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu9_smumgr.c140 smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) smu9_send_msg_to_smc_with_parameter() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu9_smumgr.c141 smu9_send_msg_to_smc_with_parameter(struct pp_hwmgr *hwmgr, uint16_t msg, uint32_t parameter) smu9_send_msg_to_smc_with_parameter() argument
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
H A Dsem.go113 // TemplateTypeParam is a template type parameter type
119 // TemplateNumberParam is a template type parameter type
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_generator.cc52 Generate(const FileDescriptor* file, const string& parameter, GeneratorContext* context, string* error) const Generate() argument
60 GenerateAll(const std::vector<const FileDescriptor*>& files, const string& parameter, GeneratorContext* context, string* error) const GenerateAll() argument
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc56 Generate(const FileDescriptor* file, const std::string& parameter, GeneratorContext* generator_context, std::string* error) const Generate() argument
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc64 Generate( const FileDescriptor* file, const string& parameter, GeneratorContext* generator_context, string* error) const Generate() argument
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/continuation_register_manager_test/
H A Dcontinuation_register_manager_test.cpp85 ExtraParams parameter; in HWTEST_F() local
110 ExtraParams parameter; in HWTEST_F() local
231 ExtraParams parameter; in HWTEST_F() local
255 ExtraParams parameter; in HWTEST_F() local
/foundation/multimedia/av_codec/services/engine/base/include/
H A Dcodecbase.h82 virtual int32_t SetParameter(const std::shared_ptr<Media::Meta> &parameter) in SetParameter() argument
88 virtual int32_t GetOutputFormat(std::shared_ptr<Media::Meta> &parameter) in GetOutputFormat() argument

Completed in 18 milliseconds

12345678910>>...16