/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_fe_composite_declaration.h | 37 double k2 = 0.0; member 56 void SetK2(double k2) in SetK2() argument 59 attribute.k2 = k2; in SetK2() 120 return attribute.k2; in GetK2()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/ |
H A D | decoder.rs | 247 { $($(,)? $($k: literal)? $($k2: ident)? => $v: literal)* } $(,)? in ut_hpack_decoder() 261 Some((Header::$k2, v)) if v == $v => {}, in ut_hpack_decoder() 287 { $size: expr $(, $($k2: literal)? $($k3: ident)? => $v2: literal)* } $(,)? in ut_hpack_decoder() 292 check_table!(_hpack, $size, { $($($k2)? $($k3)? => $v2)* }); in ut_hpack_decoder() 298 { $size: expr $(, $($k2: literal)? $($k3: ident)? => $v2: literal)* } $(,)? in ut_hpack_decoder() 303 check_table!(_hpack, $size, { $($($k2)? $($k3)? => $v2)* }); in ut_hpack_decoder() 310 { $size: expr $(, $($k2: literal)? $($k3: ident)? => $v2: literal)* } $(,)? in ut_hpack_decoder() 316 check_table!(_hpack, $size, { $($($k2)? $($k3)? => $v2)* }); in ut_hpack_decoder()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/ |
H A D | policy_serializer_test.cpp | 318 { "k2", "v2" }, 362 { "k2", "v2" }, 369 { "k2", "v2" }, 392 { "k2", "v2" }, 457 value["k2"] = "v2";
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-arkcompiler.md | 18 const strData = `{"k1": "hello", "k2": 3}`; 19 const strErr = strData.substring(0, strData.length - 2); // `{"k1": "hello", "k2": `
|
/ohos5.0/foundation/multimedia/av_session/avpicker/ |
H A D | avpicker_mock.js | 23 constructor(j2, k2, l2, m2 = -1, n2 = undefined, o2) { argument 29 this.setInitiallyProvidedValue(k2);
|
/ohos5.0/foundation/window/window_manager/resources/abc/pip/interface/ |
H A D | PiPContent.js | 24 constructor(k2) { argument 27 this.mXComponent = k2;
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1183 setInitiallyProvidedValue(k2) { argument 1184 if (k2.item !== undefined) { 1185 this.item = k2.item; 1187 if (k2.index !== undefined) { 1188 this.index = k2.index; 1190 if (k2.isOnFocus !== undefined) { 1191 this.isOnFocus = k2.isOnFocus; 1193 if (k2.isOnHover !== undefined) { 1194 this.isOnHover = k2.isOnHover; 1196 if (k2.isOnClick !== undefined) { [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_fe_composite.cpp | 107 …std::vector<RSScalar> coefficients = { feCompositeAttr_.k1, feCompositeAttr_.k2, feCompositeAttr_.… in OnAsImageFilter() 134 attr.k2 = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
|
H A D | svg_attributes_parser.h | 218 float k2 = 0.0f; member
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/ |
H A D | changelogs-arkcompiler.md | 18 const strData = `{"k1": "hello", "k2": 3}`; 19 const strErr = strData.substring(0, strData.length - 2); // `{"k1": "hello", "k2": `
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_linux_scann.py | 383 k2 = ''.join( 387 k2 = enable_key.lower() 388 name_split_dict[k2] = [] 392 name_split_dict.get(k2).append(str1)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 36 …k2 * in + k3 * in2 + k4 | in:滤镜原始输入(仅支持SourceGraphic、SourceAlpha、其它滤镜效果的result);<br>in2:第二图源(仅支持So…
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1084 connection.getNetCapabilities(g2).then(k2 => { 1085 … let l2 = new GetNetworkTypeResult(k2.bearerTypes, k2.networkCap, k2.linkUpBandwidthKbps, 1086 k2.linkDownBandwidthKbps);
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/ |
H A D | iplugin_template_test.cpp | 86 setPolicyValue = R"({"k1":"v1","k2":"v2","k3":3})"; 94 setPolicyValue = R"({"k1":"v1","k2":"v2","k3":3})";
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | decoder.rs | 666 { $size: expr $(, $($k2: literal)? $($k3: ident)? => $v2: literal)* } $(,)? in ut_qpack_decoder() 675 { $size: expr $(, $($k2: literal)? $($k3: ident)? => $v2: literal)* } $(,)? in ut_qpack_decoder() 685 { $size: expr $(, $($k2: literal)? $($k3: ident)? => $v2: literal)* } $(,)? in ut_qpack_decoder()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/ |
H A D | selecttitlebar.js | 924 set isOnHover(k2) { 925 this.__isOnHover.set(k2); 988 let k2 = this.getUIContext(); 989 this.systemFontScale = k2.getHostContext()?.config?.fontSizeScale ?? 1;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 501 Key k2 = {'k', '2'}; variable 506 ASSERT_EQ(kvDelegatePtrS1_->Put(k2, v2), OK); 507 ASSERT_EQ(kvDelegatePtrS1_->Put(k2, v3), OK); 513 EXPECT_EQ(kvDelegatePtrS2_->Get(k2, actualValue), OK); 527 Key k2 = {'k', '2'}; variable 534 ASSERT_EQ(kvDelegatePtrS2_->Put(k2, v1), OK); 538 ASSERT_EQ(kvDelegatePtrS1_->Put(k2, v2), OK); 543 ASSERT_EQ(kvDelegatePtrS1_->Delete(k2), OK); 582 Key k2 = {'k', '2'}; variable 588 ASSERT_EQ(kvDelegatePtrS1_->Put(k2, v1), OK);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 36 …k2 * in + k3 * in2 + k4| **in**: filter input, which can be SourceGraphic, SourceAlpha, or result …
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 271 for (let k2 = 0; k2 < j2; k2++) {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/ |
H A D | multinavigation.js | 1232 const k2 = this.subStackList[i2 - 1].getAllInfoLength(); 1234 if (k2 > 1) { 1238 if (k2 === 1) { 1244 if (k2 === 2) {
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 269 set extraLayout(k2) { 270 this.__extraLayout.set(k2);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/ |
H A D | splitlayout.js | 229 this.observeComponentCreation2((k2, l2) => {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_mock_sync_module_test.cpp | 923 DistributedDB::Key k2 = {'k', '2'}; variable 934 std::thread thread2([&dataSync, &syncTaskContext, &storage, deviceId, k2, v2]() { in __anon34a84a720e02() 936 storage.PutDeviceData(deviceId, k2, v2); in __anon34a84a720e02() 945 storage.GetDeviceData(deviceId, k2, actualValue);
|
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 2141 Key k2 = {'k', '2'}; variable 2147 EXPECT_EQ(g_kvDelegatePtr->Put(k2, v2), OK); 2161 k2.push_back('0'); 2165 EXPECT_EQ(g_kvDelegatePtr->Get(k2, actualValue), OK);
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 1016 let k2 = this.getUIContext(); 1017 this.systemFontScale = k2.getHostContext()?.config?.fontSizeScale ?? 1;
|