Home
last modified time | relevance | path

Searched full:params (Results 6901 - 6925 of 9961) sorted by relevance

1...<<271272273274275276277278279280>>...399

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgGeneratorState.hpp64 void setShader (const ShaderParameters& params, Shader& shader);
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp1083 asyncTask->Reject(env, AbilityRuntime::CreateJsError(env, errCode, "Invalidate params.")); in OnShareForm()
1304 HILOG_ERROR("input params is not string!"); in OnReleaseForm()
1368 HILOG_ERROR("input params is not string!"); in OnRequestForm()
1527 HILOG_WARN("input params string error"); in UnwrapGetFormsInfoParams()
1535 HILOG_WARN("input params string error"); in UnwrapGetFormsInfoParams()
1757 HILOG_ERROR("input params is not array!"); in OnNotifyInVisibleFormsParseParam()
1766 HILOG_ERROR("input params is null!"); in OnNotifyInVisibleFormsParseParam()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_modify_test.cpp125 static void ExpectCallParagraphMethods(ExpectParagraphParams params);
174 void TextInputModifyBase::ExpectCallParagraphMethods(ExpectParagraphParams params) in ExpectCallParagraphMethods() argument
182 EXPECT_CALL(*paragraph, GetTextWidth()).WillRepeatedly(Return(params.maxWidth)); in ExpectCallParagraphMethods()
184 EXPECT_CALL(*paragraph, GetHeight()).WillRepeatedly(Return(params.height)); in ExpectCallParagraphMethods()
185 EXPECT_CALL(*paragraph, GetLongestLine()).WillRepeatedly(Return(params.longestLine)); in ExpectCallParagraphMethods()
186 EXPECT_CALL(*paragraph, GetMaxWidth()).WillRepeatedly(Return(params.maxWidth)); in ExpectCallParagraphMethods()
187 EXPECT_CALL(*paragraph, GetLineCount()).WillRepeatedly(Return(params.lineCount)); in ExpectCallParagraphMethods()
H A Dtext_area_test.cpp123 static void ExpectCallParagraphMethods(ExpectParagraphParams params);
172 void TextAreaBase::ExpectCallParagraphMethods(ExpectParagraphParams params) in ExpectCallParagraphMethods() argument
180 EXPECT_CALL(*paragraph, GetTextWidth()).WillRepeatedly(Return(params.maxWidth)); in ExpectCallParagraphMethods()
182 EXPECT_CALL(*paragraph, GetHeight()).WillRepeatedly(Return(params.height)); in ExpectCallParagraphMethods()
183 EXPECT_CALL(*paragraph, GetLongestLine()).WillRepeatedly(Return(params.longestLine)); in ExpectCallParagraphMethods()
184 EXPECT_CALL(*paragraph, GetMaxWidth()).WillRepeatedly(Return(params.maxWidth)); in ExpectCallParagraphMethods()
185 EXPECT_CALL(*paragraph, GetLineCount()).WillRepeatedly(Return(params.lineCount)); in ExpectCallParagraphMethods()
H A Dtext_area_decoration_test.cpp103 static void ExpectCallParagraphMethods(ExpectParagraphParams params);
152 void TextAreaDecorationBase::ExpectCallParagraphMethods(ExpectParagraphParams params) in ExpectCallParagraphMethods() argument
160 EXPECT_CALL(*paragraph, GetTextWidth()).WillRepeatedly(Return(params.maxWidth)); in ExpectCallParagraphMethods()
162 EXPECT_CALL(*paragraph, GetHeight()).WillRepeatedly(Return(params.height)); in ExpectCallParagraphMethods()
163 EXPECT_CALL(*paragraph, GetLongestLine()).WillRepeatedly(Return(params.longestLine)); in ExpectCallParagraphMethods()
164 EXPECT_CALL(*paragraph, GetMaxWidth()).WillRepeatedly(Return(params.maxWidth)); in ExpectCallParagraphMethods()
165 EXPECT_CALL(*paragraph, GetLineCount()).WillRepeatedly(Return(params.lineCount)); in ExpectCallParagraphMethods()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1041 std::vector<GapLeScanParam> params; in SetExScanParamToGap() local
1048 params.push_back(param); in SetExScanParamToGap()
1057 params.push_back(paramCoded); in SetExScanParamToGap()
1065 params.push_back(param1M); in SetExScanParamToGap()
1071 params.push_back(paramCodedAll); in SetExScanParamToGap()
1080 params.push_back(param); in SetExScanParamToGap()
1084 return GAPIF_LeExScanSetParam(pimpl->scanParams_.scanFilterPolicy, scanPhys, &params[0]); in SetExScanParamToGap()
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_func_unit_test.cpp868 * @tc.desc: surface memory get and set params
882 * @tc.desc: surface memory get and set params after reading parcel
896 * @tc.desc: surface memory get and set params
910 * @tc.desc: surface memory get and set params after reading parcel
1499 * @tc.desc: hardware memory set params
1514 * @tc.desc: hardware memory set params after reading parcel
1898 * @tc.desc: virtual memory set params
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp1290 std::vector<std::string> params; in HWTEST_F() local
1293 ASSERT_EQ(WSError::WS_OK, window_->NotifyAccessibilityDumpChildInfo(params, info)); in HWTEST_F()
1297 ASSERT_EQ(WSError::WS_OK, window_->NotifyAccessibilityDumpChildInfo(params, info)); in HWTEST_F()
1300 ASSERT_EQ(WSError::WS_ERROR_INTERNAL_ERROR, window_->NotifyAccessibilityDumpChildInfo(params, info)); in HWTEST_F()
2132 std::vector<std::string> params; in HWTEST_F() local
2134 auto ret = window_->NotifyDumpInfo(params, info); in HWTEST_F()
2138 ret = window_->NotifyDumpInfo(params, info); in HWTEST_F()
/test/xts/acts/multimedia/avsession/avsession_js_standard/avsessionManager/entry/src/ohosTest/js/test/
H A DAVSessionControllerErrorCode.test.js194 * @tc.name : sendAVKeyEvent(callback) with invalid params(errcode 401)
310 * @tc.name : sendAVKeyEvent(promise) with invalid params(errcode 401)
529 * @tc.name : on('sessionEvent') with too many params (errcode 401)
971 * @tc.name : on('queueItemsChange') with too many params (errcode 401)
1028 * @tc.name : on('queueTitleChange') with too many params (errcode 401)
1072 * @tc.name : skipToQueueItem(promise) with invalid params(errcode 401)
1133 * @tc.name : skipToQueueItem(callback) with invalid params(errcode 401)
/third_party/alsa-utils/po/
H A Deu.po436 " --dump-hw-params dump hw_params of the device\n"
490 " --dump-hw-params ezkutatu gailuaren hw parametroak\n"
781 msgid "HW Params of device \"%s\":\n"
808 msgid "Unable to install hw params:"
817 msgid "unable to install sw params:"
1491 msgid "Unable to set hw params for playback: %s\n"
1526 msgid "Unable to set sw params for playback: %s\n"
H A Dko.po436 " --dump-hw-params dump hw_params of the device\n"
480 " --dump-hw-params 장치의 hw_params 덤프\n"
764 msgid "HW Params of device \"%s\":\n"
790 msgid "Unable to install hw params:"
799 msgid "unable to install sw params:"
1463 msgid "Unable to set hw params for playback: %s\n"
1500 msgid "Unable to set sw params for playback: %s\n"
/third_party/curl/lib/
H A Dimap.c2097 const char *params = imap->custom; in imap_parse_custom_request() local
2099 while(*params && *params != ' ') in imap_parse_custom_request()
2100 params++; in imap_parse_custom_request()
2102 if(*params) { in imap_parse_custom_request()
2103 imap->custom_params = strdup(params); in imap_parse_custom_request()
2104 imap->custom[params - imap->custom] = '\0'; in imap_parse_custom_request()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.c1718 write_src(ctx, &call->params[i]); in write_call()
1728 read_src(ctx, &call->params[i], call); in read_call()
2029 ((uint32_t)fxn->params[i].num_components) | in write_function()
2030 ((uint32_t)fxn->params[i].bit_size) << 8; in write_function()
2053 fxn->params = ralloc_array(fxn, nir_parameter, fxn->num_params); in read_function()
2056 fxn->params[i].num_components = val & 0xff; in read_function()
2057 fxn->params[i].bit_size = (val >> 8) & 0xff; in read_function()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTextureTest.cpp123 const CopyTextureVariationsTestParams &params = paramsInfo.param; in CopyTextureVariationsTestPrint() local
126 out << std::get<0>(params) << "__"; in CopyTextureVariationsTestPrint()
128 switch (std::get<1>(params)) in CopyTextureVariationsTestPrint()
157 switch (std::get<2>(params)) in CopyTextureVariationsTestPrint()
175 if (std::get<3>(params)) in CopyTextureVariationsTestPrint()
179 if (std::get<4>(params)) in CopyTextureVariationsTestPrint()
183 if (std::get<5>(params)) in CopyTextureVariationsTestPrint()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.cc1656 const OT::FeatureParamsSize &params = f.get_feature_params ().get_size_params (tag); in hb_ot_layout_get_size_params() local
1658 if (params.designSize) in hb_ot_layout_get_size_params()
1660 if (design_size) *design_size = params.designSize; in hb_ot_layout_get_size_params()
1661 if (subfamily_id) *subfamily_id = params.subfamilyID; in hb_ot_layout_get_size_params()
1662 if (subfamily_name_id) *subfamily_name_id = params.subfamilyNameID; in hb_ot_layout_get_size_params()
1663 if (range_start) *range_start = params.rangeStart; in hb_ot_layout_get_size_params()
1664 if (range_end) *range_end = params.rangeEnd; in hb_ot_layout_get_size_params()
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c973 if (u->ec->params.drift_compensation) in source_output_push_cb()
1861 if (u->ec->params.drift_compensation) in pa__init()
2060 if (u->adjust_time > 0 && !u->ec->params.drift_compensation) in pa__init()
2062 else if (u->ec->params.drift_compensation) { in pa__init()
2080 if (u->ec->params.drift_compensation) { in pa__init()
2290 if (u.ec->params.drift_compensation) { in main()
2308 if (!u.ec->params.drift_compensation) { in main()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp1057 auto params = parcel.ReadParcelable<DistributedWantParams>(); in ReadParametersFromParcel() local
1058 if (params != nullptr) { in ReadParametersFromParcel()
1059 parameters_ = *params; in ReadParametersFromParcel()
1060 delete params; in ReadParametersFromParcel()
1061 params = nullptr; in ReadParametersFromParcel()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_ui_ability.cpp102 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in AttachJsAbilityContext()
1536 void JsUIAbility::Dump(const std::vector<std::string> &params, std::vector<std::string> &info) in Dump() argument
1538 UIAbility::Dump(params, info); in Dump()
1542 // create js array object of params in Dump()
1543 napi_value argv[] = { CreateNativeArray(env, params) }; in Dump()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_view.ts185 aboutToReuse(params: Object): void { }
357 public abstract updateStateVars(params: Object);
827 const params = param ? param : this.paramsGenerator_();
828 this.updateStateVars(params);
829 this.aboutToReuse(params);
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1737 * @tc.desc: Test SetVirtualScreenSecurityExemptionList with abnormal params, screenId is INVALID_SCREEN_ID.
1751 * @tc.desc: Test SetVirtualScreenSecurityExemptionList with normal params.
1775 * @tc.desc: Test SetVirtualScreenSecurityExemptionList with normal params, list is empty.
1799 * @tc.desc: Test SetVirtualScreenSecurityExemptionList with abnormal params, screen not found by screenId.
1824 * @tc.desc: Test SetVirtualScreenSecurityExemptionList with abnormal params, screen is not virtual by screenId.
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp832 result.append("Error params."); in DumpProcessForEngMode()
856 result.append("Error params."); in DumpProcessForEngMode()
860 result.append("Error params."); in DumpProcessForEngMode()
1019 result.append("Error params."); in DumpParamSet()
1045 result.append("Error params."); in DumpParamSet()
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp1070 const std::vector<std::string>& params, std::vector<std::string>& info) in NotifyAccessibilityDumpChildInfo()
1075 handler_->PostSyncTask([uiContent = GetUIContentSharedPtr(), params, &info]() { in NotifyAccessibilityDumpChildInfo()
1080 uiContent->AccessibilityDumpChildInfo(params, info); in NotifyAccessibilityDumpChildInfo()
1259 WSError WindowExtensionSessionImpl::NotifyDumpInfo(const std::vector<std::string>& params, in NotifyDumpInfo() argument
1268 uiContentSharedPtr->DumpInfo(params, info); in NotifyDumpInfo()
1069 NotifyAccessibilityDumpChildInfo( const std::vector<std::string>& params, std::vector<std::string>& info) NotifyAccessibilityDumpChildInfo() argument
/test/xts/acts/multimedia/audio/audio_js_standard/audioManager/entry/src/ohosTest/ets/test/
H A DAudioRoutingManager.test.ets33 const params: ESObject = '';
433 await audioRoutingManager.getPreferredInputDeviceForCapturerInfo(params).then((AudioDeviceDescriptors) => {
489 let data = await routingManager.getPreferOutputDeviceForRendererInfo(params);
722 routingManager.on('preferOutputDeviceChangeForRendererInfo', params, (data) => {
940 let AudioDeviceDescriptors = audioRoutingManager.getPreferredInputDeviceForCapturerInfoSync(params);
/third_party/backends/backend/
H A Das6e.c311 DBG (1, "Got params again...\n"); in sane_start()
331 DBG (1, "scan params = %d %d %d %d %d %d %d %d\n", scan_params[0], in sane_start()
348 sane_get_parameters (SANE_Handle handle, SANE_Parameters * params) in sane_get_parameters() argument
403 if (params) in sane_get_parameters()
404 *params = s->sane_params; in sane_get_parameters()
/third_party/openGLES/extensions/EXT/
H A DEXT_sparse_texture.txt562 RENDERBUFFER), <params> is not modified.
567 supported by internalformat and target is written into params.
571 internalformat and target are written into params.
574 internalformat and target are written into params.
577 internalformat and target are written into params.

Completed in 66 milliseconds

1...<<271272273274275276277278279280>>...399