Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 25 of 80) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_composite_declaration.h37 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 Ddecoder.rs247 { $($(,)? $($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 Dpolicy_serializer_test.cpp318 { "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 Dchangelogs-arkcompiler.md18 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 Davpicker_mock.js23 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 DPiPContent.js24 constructor(k2) { argument
27 this.mXComponent = k2;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js1183 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 Dsvg_fe_composite.cpp107 …std::vector<RSScalar> coefficients = { feCompositeAttr_.k1, feCompositeAttr_.k2, feCompositeAttr_.… in OnAsImageFilter()
134 attr.k2 = SvgAttributesParser::ParseDouble(val); in ParseAndSetSpecializedAttr()
H A Dsvg_attributes_parser.h218 float k2 = 0.0f; member
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.35/
H A Dchangelogs-arkcompiler.md18 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 Dhdf_linux_scann.py383 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 Dts-basic-svg.md36k2 * in + k3 * in2 + k4 | in:滤镜原始输入(仅支持SourceGraphic、SourceAlpha、其它滤镜效果的result);<br>in2:第二图源(仅支持So…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1084 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 Diplugin_template_test.cpp86 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 Ddecoder.rs666 { $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 Dselecttitlebar.js924 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 Ddistributeddb_cloud_kv_test.cpp501 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 Dts-basic-svg.md36k2 * 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 Dcloud_extension_stub.js271 for (let k2 = 0; k2 < j2; k2++) {
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1232 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 Dfoldsplitcontainer.js269 set extraLayout(k2) {
270 this.__extraLayout.set(k2);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
H A Dsplitlayout.js229 this.observeComponentCreation2((k2, l2) => {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_mock_sync_module_test.cpp923 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 Ddistributeddb_single_ver_p2p_complex_sync_test.cpp2141 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 Dcomposetitlebar.js1016 let k2 = this.getUIContext();
1017 this.systemFontScale = k2.getHostContext()?.config?.fontSizeScale ?? 1;

1234