| /third_party/vk-gl-cts/framework/randomshaders/ |
| H A D | rsgGeneratorState.hpp | 64 void setShader (const ShaderParameters& params, Shader& shader);
|
| /foundation/ability/form_fwk/frameworks/js/napi/formHost/ |
| H A D | napi_form_host.cpp | 1083 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 D | text_input_modify_test.cpp | 125 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 D | text_area_test.cpp | 123 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 D | text_area_decoration_test.cpp | 103 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 D | ble_central_manager_impl.cpp | 1041 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, ¶ms[0]); in SetExScanParamToGap()
|
| /foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
| H A D | avbuffer_func_unit_test.cpp | 868 * @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 D | window_extension_session_impl_test.cpp | 1290 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 D | AVSessionControllerErrorCode.test.js | 194 * @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 D | eu.po | 436 " --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 D | ko.po | 436 " --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 D | imap.c | 2097 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 D | nir_serialize.c | 1718 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 D | CopyTextureTest.cpp | 123 const CopyTextureVariationsTestParams ¶ms = 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 D | hb-ot-layout.cc | 1656 const OT::FeatureParamsSize ¶ms = 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 D | module-echo-cancel.c | 973 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 D | distributed_want.cpp | 1057 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 D | js_ui_ability.cpp | 102 TAG_LOGE(AAFwkTag::UIABILITY, "invalid params"); in AttachJsAbilityContext() 1536 void JsUIAbility::Dump(const std::vector<std::string> ¶ms, 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 D | pu_view.ts | 185 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 D | rs_interfaces_test.cpp | 1737 * @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 D | work_scheduler_service.cpp | 832 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 D | window_extension_session_impl.cpp | 1070 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 D | AudioRoutingManager.test.ets | 33 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 D | as6e.c | 311 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 D | EXT_sparse_texture.txt | 562 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.
|