Home
last modified time | relevance | path

Searched full:param (Results 6251 - 6275 of 22565) sorted by relevance

1...<<251252253254255256257258259260>>...903

/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js72 * @param {String} message The message to be printed.
93 * @param {Any} obj The object to convert to a string.
116 * @param {Object} obj The object to clone.
247 * @param {object} object - Object whose presence in this set is to be tested.
258 * @param {lunr.Set} other - set to intersect with this set.
296 * @param {lunr.Set} other - set to union with this set.
316 * @param {object} posting - The posting for a given term
317 * @param {number} documentCount - The total number of documents.
337 * @param {string} [str=''] - The string token being wrapped.
338 * @param {objec
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2770 * @param id UnicodeBlock ID
2787 * @param ch code point to be tested
2807 * @param blockName the name of the block to match
2869 * @param name name of this UnicodeBlock
2870 * @param id unique id of this UnicodeBlock
4175 * @param ch the code point to query
4176 * @param radix the radix
4203 * @param ch the code point to query
4222 * @param ch the code point to query
4246 * @param c
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java282 * @param locale the locale.
298 * @param locale the locale.
746 * @param newEras the new era strings.
764 * @param newEraNames the new era strings.
782 * @param newNarrowEras the new narrow era strings.
800 * @param context The month context, FORMAT or STANDALONE.
801 * @param width The width or the returned month string,
846 * @param newMonths the new month strings.
855 * @param newMonths the new month strings.
856 * @param contex
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormatSymbols.java275 * @param locale the locale.
290 * @param locale the locale.
721 * @param newEras the new era strings.
737 * @param newEraNames the new era strings.
753 * @param newNarrowEras the new narrow era strings.
769 * @param context The month context, FORMAT or STANDALONE.
770 * @param width The width or the returned month string,
814 * @param newMonths the new month strings.
822 * @param newMonths the new month strings.
823 * @param contex
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c119 * @param connection connection to get values from
120 * @param kind types of values to iterate over
121 * @param iterator callback to call on each header;
123 * @param iterator_cls extra argument to @a iterator
166 * @param connection the connection for which a
168 * @param kind kind of the value
169 * @param key key for the value
170 * @param value the value itself
210 * @param connection connection to get values from
211 * @param kin
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js32 * @param feature specify feature separately from context of use, so that in future decision can be made
34 * @param contextOfUse purely for error messages. Give enough info that use is able to local the feature use in source code.
44 * @param feature specify feature separately from context of use, so that in future decision can be made
46 * @param contextOfUse purely for error messages. Give enough info that use is able to local the feature use in source code.
187 * @param initializingProperties Object containing keys and values. @see set() for valid values
219 * @param initializingProperties
246 * @param propName searched property
267 * @param propName
278 * @param propName
291 * @param propNam
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp53 constexpr char FORM_RENDERER_PROCESS_ON_ADD_SURFACE[] = "ohos.extra.param.key.process_on_add_surface";
54 constexpr char FORM_RENDERER_DISPATCHER[] = "ohos.extra.param.key.process_on_form_renderer_dispatcher";
55 constexpr char PARAM_FORM_MIGRATE_FORM_KEY[] = "ohos.extra.param.key.migrate_form";
148 wantCache_.SetParam("ohos.extra.param.key.form_density", density); in AddForm()
189 std::string param = ConvertRequestInfo(info); in AddForm()
190 CallResRegisterMethod(addFormMethod, param, nullptr); in AddForm()
319 std::string param = paramStream.str(); in CreatePlatformResource()
320 delegate->id_ = resRegister->CreateResource(FORM_ADAPTOR_RESOURCE_NAME, param); in CreatePlatformResource()
340 MakeEventHash(FORM_EVENT_ON_ACQUIRE_FORM), [weak = WeakClaim(this)](const std::string& param) { in RegisterEvent()
343 delegate->OnFormAcquired(param); in RegisterEvent()
656 std::string param = paramStream.str(); OnActionEvent() local
787 OnFormAcquired(const std::string& param) OnFormAcquired() argument
796 OnFormUpdate(const std::string& param) OnFormUpdate() argument
804 OnFormError(const std::string& param) OnFormError() argument
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp212 CodecVideoColorspace param; in UpdateColorAspects() local
213 InitOMXParamExt(param); in UpdateColorAspects()
214 param.portIndex = OMX_DirOutput; in UpdateColorAspects()
215 if (!GetParameter(OMX_IndexColorAspects, param, true)) { in UpdateColorAspects()
219 param.aspects.range, param.aspects.primaries, param.aspects.transfer, param.aspects.matrixCoeffs); in UpdateColorAspects()
221 outputFormat_->PutIntValue(MediaDescriptionKey::MD_KEY_RANGE_FLAG, param.aspects.range); in UpdateColorAspects()
222 outputFormat_->PutIntValue(MediaDescriptionKey::MD_KEY_COLOR_PRIMARIES, param in UpdateColorAspects()
757 ParamSP param = make_shared<ParamBundle>(); OnBufferReleasedByConsumer() local
784 OnGetBufferFromSurface(const ParamSP& param) OnGetBufferFromSurface() argument
[all...]
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp696 int64_t timeUs, int32_t option, const PixelMapParams &param) in FetchFrameAtTime()
705 config.colorFormat = param.colorFormat; in FetchFrameAtTime()
706 config.dstHeight = param.dstHeight; in FetchFrameAtTime()
707 config.dstWidth = param.dstWidth; in FetchFrameAtTime()
728 bool needScale = (param.dstWidth > 0 && param.dstHeight > 0) && in FetchFrameAtTime()
729 (param.dstWidth <= srcWidth && param.dstHeight <= srcHeight) && in FetchFrameAtTime()
730 (param.dstWidth < srcWidth || param in FetchFrameAtTime()
695 FetchFrameAtTime( int64_t timeUs, int32_t option, const PixelMapParams &param) FetchFrameAtTime() argument
737 ScalePixelMap( std::shared_ptr<PixelMap> &pixelMap, PixelMapInfo &info, const PixelMapParams &param) ScalePixelMap() argument
751 FetchFrameYuv(int64_t timeUs, int32_t option, const PixelMapParams &param) FetchFrameYuv() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp99 const std::string& reqId, const EnableParam& param) in RegisterDistributedHardware()
103 version_ = param.sinkVersion; in RegisterDistributedHardware()
111 param.sinkAttrs, param.sourceAttrs); in RegisterDistributedHardware()
336 int32_t DCameraSourceDev::Register(std::shared_ptr<DCameraRegistParam>& param) in Register() argument
369 dhBase.deviceId_ = param->devId_; in Register()
370 dhBase.dhId_ = param->dhId_; in Register()
372 ret = ParseEnableParam(param, ability); in Register()
374 DHLOGE("Parsing param failed."); in Register()
387 int32_t DCameraSourceDev::ParseEnableParam(std::shared_ptr<DCameraRegistParam>& param, st argument
98 RegisterDistributedHardware(const std::string& devId, const std::string& dhId, const std::string& reqId, const EnableParam& param) RegisterDistributedHardware() argument
421 UnRegister(std::shared_ptr<DCameraRegistParam>& param) UnRegister() argument
741 std::shared_ptr<DCameraRegistParam> param; NotifyRegisterResult() local
[all...]
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup_js.cpp737 static int DoCallJsMethod(CallJsParam *param) in DoCallJsMethod() argument
739 AbilityRuntime::JsRuntime *jsRuntime = param->jsRuntime; in DoCallJsMethod()
754 if (param->argParser != nullptr) { in DoCallJsMethod()
755 if (!param->argParser(env, argv)) { in DoCallJsMethod()
761 napi_value value = param->jsObj->GetNapiValue(); in DoCallJsMethod()
769 status = napi_get_named_property(env, value, param->funcName.c_str(), &method); in DoCallJsMethod()
770 if (status != napi_ok || param->retParser == nullptr) { in DoCallJsMethod()
776 HILOGI("Extension start do call current js method, methodName:%{public}s", param->funcName.c_str()); in DoCallJsMethod()
778 if (!param->retParser(env, handleEscape.Escape(result))) { in DoCallJsMethod()
800 auto param in CallJsMethod() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtridpars.cpp103 * @param id the id to be parsed
104 * @param pos INPUT-OUTPUT parameter. On input, the position of
107 * @param dir the direction. If the direction is REVERSE then the
211 * @param id the id to be parsed
212 * @param pos INPUT-OUTPUT parameter. On input, the position of
240 * @param id the pattern the parse
241 * @param pos INPUT-OUTPUT parameter. On input, the position of
244 * @param dir the direction.
245 * @param withParens INPUT-OUTPUT parameter. On entry, if
249 * @param canonI
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtridpars.cpp103 * @param id the id to be parsed
104 * @param pos INPUT-OUTPUT parameter. On input, the position of
107 * @param dir the direction. If the direction is REVERSE then the
211 * @param id the id to be parsed
212 * @param pos INPUT-OUTPUT parameter. On input, the position of
240 * @param id the pattern the parse
241 * @param pos INPUT-OUTPUT parameter. On input, the position of
244 * @param dir the direction.
245 * @param withParens INPUT-OUTPUT parameter. On entry, if
249 * @param canonI
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp103 * @param id the id to be parsed
104 * @param pos INPUT-OUTPUT parameter. On input, the position of
107 * @param dir the direction. If the direction is REVERSE then the
211 * @param id the id to be parsed
212 * @param pos INPUT-OUTPUT parameter. On input, the position of
240 * @param id the pattern the parse
241 * @param pos INPUT-OUTPUT parameter. On input, the position of
244 * @param dir the direction.
245 * @param withParens INPUT-OUTPUT parameter. On entry, if
249 * @param canonI
[all...]
/applications/standard/settings/product/phone/src/main/ets/controller/bluetooth/
H A DBluetoothDeviceController.ts159 * @param deviceId device id
160 * @param success success callback
161 * @param error error callback
176 * @param deviceId device id
177 * @param accept accept or not
178 * @param success success callback
179 * @param error error callback
196 * @param deviceId device id
207 * @param deviceId device id
218 * @param deviceI
[all...]
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp71 return nullptr, "Invalid param"); in GetOnlineUpdater()
76 return nullptr, "Failed to get upgradeInfo param"); in GetOnlineUpdater()
144 "Failed to get versionDigestInfo param"); in ParseUpgOptions()
148 "Failed to get Options param"); in ParseUpgOptions()
161 "Failed to get Options param"); in ParseUpgOptions()
178 return nullptr, "Failed to get Download param"); in Download()
202 return nullptr, "Failed to get pauseDownloadOptions param"); in PauseDownload()
226 return nullptr, "Failed to get resumeDownloadOptions param"); in ResumeDownload()
250 return nullptr, "Failed to get upgradeOptions param"); in Upgrade()
274 return nullptr, "Failed to get clearOptions param"); in ClearError()
[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp245 AutoPtr<ASTParameter> param = method->GetParameter(i); in AppendBrokerParameters() local
246 AutoPtr<SaTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType()); in AppendBrokerParameters()
247 sb.AppendFormat("%s: &%s", GetNameFromParameter(param->GetName()).c_str(), in AppendBrokerParameters()
304 AutoPtr<ASTParameter> param = method->GetParameter(j); in AddRemoteRequestMethods() local
305 AutoPtr<SaTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType()); in AddRemoteRequestMethods()
306 typeEmitter->EmitRustReadVar("data", GetNameFromParameter(param->GetName()), sb, " "); in AddRemoteRequestMethods()
330 AutoPtr<ASTParameter> param = method->GetParameter(i); in AddRemoteRequestParameters() local
331 sb.AppendFormat("&%s", GetNameFromParameter(param->GetName()).c_str()); in AddRemoteRequestParameters()
364 AutoPtr<ASTParameter> param = method->GetParameter(i); in AppendStubParameters() local
365 sb.Append(GetNameFromParameter(param in AppendStubParameters()
397 AutoPtr<ASTParameter> param = method->GetParameter(j); EmitProxyMethodImpl() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
H A Djs_insight_intent_executor.cpp111 const AAFwk::WantParams& param, in HandleExecuteIntent()
132 successful = ExecuteInsightIntentUIAbilityForeground(name, param, pageLoader); in HandleExecuteIntent()
139 successful = ExecuteInsightIntentUIAbilityBackground(name, param); in HandleExecuteIntent()
146 successful = ExecuteInsightIntentUIExtension(name, param, pageLoader); in HandleExecuteIntent()
153 successful = ExecuteInsightIntentServiceExtension(name, param); in HandleExecuteIntent()
378 const AAFwk::WantParams& param, in ExecuteInsightIntentUIAbilityForeground()
390 napi_value paramJs = AppExecFwk::WrapWantParams(env, param); in ExecuteInsightIntentUIAbilityForeground()
409 const AAFwk::WantParams& param) in ExecuteInsightIntentUIAbilityBackground()
420 napi_value paramJs = AppExecFwk::WrapWantParams(env, param); in ExecuteInsightIntentUIAbilityBackground()
440 const AAFwk::WantParams& param, in ExecuteInsightIntentUIExtension()
108 HandleExecuteIntent( InsightIntentExecuteMode mode, const std::string& name, const AAFwk::WantParams& param, const std::shared_ptr<NativeReference>& pageLoader, std::unique_ptr<InsightIntentExecutorAsyncCallback> callback, bool& isAsync) HandleExecuteIntent() argument
376 ExecuteInsightIntentUIAbilityForeground( const std::string& name, const AAFwk::WantParams& param, const std::shared_ptr<NativeReference>& windowStageJs) ExecuteInsightIntentUIAbilityForeground() argument
407 ExecuteInsightIntentUIAbilityBackground( const std::string& name, const AAFwk::WantParams& param) ExecuteInsightIntentUIAbilityBackground() argument
438 ExecuteInsightIntentUIExtension( const std::string& name, const AAFwk::WantParams& param, const std::shared_ptr<NativeReference>& UIExtensionContentSession) ExecuteInsightIntentUIExtension() argument
469 ExecuteInsightIntentServiceExtension( const std::string& name, const AAFwk::WantParams& param) ExecuteInsightIntentServiceExtension() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkNavigation.ts145 navDestination(builder: (name: string, param: unknown) => void): NavigationAttribute {
152 for (let param of types) {
153 if (!isNumber(param) || param >= NAV_SAFE_AREA_TYPE_LIMIT || param < NAV_SAFE_AREA_LOWER_LIMIT) {
159 safeAreaType += param.toString();
161 safeAreaType += param.toString();
168 for (let param of edges) {
169 if (!isNumber(param) || param >
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h242 * @param want Indicates the want of UIExtensionAbility.
243 * @param callbacks Indicates the UIExtensionComponent callbacks.
244 * @param config Indicates the Modal page configs.
253 * @param sessionId Indicates the sessionId of UIExtensionAbility.
260 * @param token ability token.
296 * @param statusData Indicates json string of status data of ArkTS form.
367 * @param callback callback func.
373 * @param callback callback func.
385 * @param want Indicates the want of UIExtensionAbility.
386 * @param callback
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h198 static inline void InitOMXParam(T& param) in InitOMXParam() argument
200 (void)memset_s(&param, sizeof(T), 0x0, sizeof(T)); in InitOMXParam()
201 param.nSize = sizeof(T); in InitOMXParam()
202 param.nVersion.s.nVersionMajor = 1; in InitOMXParam()
206 static inline void InitOMXParamExt(T& param) in InitOMXParamExt() argument
208 (void)memset_s(&param, sizeof(T), 0x0, sizeof(T)); in InitOMXParamExt()
209 param.size = sizeof(T); in InitOMXParamExt()
210 param.version.s.nVersionMajor = 1; in InitOMXParamExt()
214 bool GetParameter(uint32_t index, T& param, bool isCfg = false) in GetParameter() argument
216 int8_t* p = reinterpret_cast<int8_t*>(&param); in GetParameter()
235 SetParameter(uint32_t index, const T& param, bool isCfg = false) SetParameter() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeParamCheckTest.cpp43 * @tc.desc : param check test
65 * @tc.desc : param check test
116 * @tc.desc : param check test
171 * @tc.desc : param check test
226 * @tc.desc : param check test
281 * @tc.desc : param check test
338 * @tc.desc : param check test
395 * @tc.desc : param check test
452 * @tc.desc : param check test
499 * @tc.desc : param chec
[all...]
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_player_impl.cpp35 const AudioHapticPlayerParam &param) in CreateAudioHapticPlayer()
38 // Create audio haptic player using the param. in CreateAudioHapticPlayer()
40 audioHapticPlayer->SetPlayerParam(param); in CreateAudioHapticPlayer()
52 MEDIA_LOGE("Invalid param: the latency mode %{public}d is unsupported.", latencyMode); in CreateAudioHapticSound()
67 MEDIA_LOGE("Invalid param: the latency mode %{public}d is unsupported.", latencyMode); in CreateAudioHapticSound()
89 void AudioHapticPlayerImpl::SetPlayerParam(const AudioHapticPlayerParam &param) in SetPlayerParam() argument
91 muteAudio_ = param.options.muteAudio; in SetPlayerParam()
92 muteHaptic_ = param.options.muteHaptics; in SetPlayerParam()
93 parallelPlayFlag_ = param.options.parallelPlayFlag; in SetPlayerParam()
94 audioUri_ = param in SetPlayerParam()
34 CreateAudioHapticPlayer( const AudioHapticPlayerParam &param) CreateAudioHapticPlayer() argument
[all...]
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/controller/
H A DBluetoothDeviceController.ts120 * @param deviceId device id
121 * @param success success callback
122 * @param error error callback
147 * @param deviceId device id
148 * @param accept accept or not
149 * @param success success callback
150 * @param error error callback
170 * @param deviceId device id
181 * @param deviceId device id
192 * @param deviceI
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_asoftclip.c59 double param; member
84 { "param", "set softclip parameter", OFFSET(param), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0.01, 3, A },
149 float param = s->param; in filter_flt() local
175 dst[n] = tanhf(dst[n] * factor * param); in filter_flt()
181 dst[n] = 2.f / M_PI * atanf(dst[n] * factor * param); in filter_flt()
206 dst[n] = sample / (sqrtf(param + sample * sample)); in filter_flt()
274 double param = s->param; in filter_dbl() local
[all...]

Completed in 42 milliseconds

1...<<251252253254255256257258259260>>...903