/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_query_sync_test.cpp | 794 WaterMark w1 = 1; in HWTEST_F() local 795 EXPECT_EQ(meta.SetRecvQueryWaterMark("Q1", "D1", w1), E_OK); in HWTEST_F() 796 EXPECT_EQ(meta.SetSendQueryWaterMark("Q1", "D1", w1), E_OK); in HWTEST_F() 804 EXPECT_EQ(w1, w); in HWTEST_F() 806 EXPECT_EQ(w1, w); in HWTEST_F() 818 * @tc.expected: step5. E_OK and get the w1 in HWTEST_F() 875 WaterMark w1 = 2; in HWTEST_F() local 876 EXPECT_EQ(meta.SaveLocalWaterMark("D1", w1), E_OK); in HWTEST_F() 877 EXPECT_EQ(meta.SavePeerWaterMark("D1", w1, true), E_OK); in HWTEST_F() 893 EXPECT_EQ(w1, in HWTEST_F() 917 WaterMark w1 = 2; // 2: watermark HWTEST_F() local 918 meta.SavePeerWaterMark(DBCommon::TransferHashString(DEVICE_B), w1, false); HWTEST_F() local 993 WaterMark w1 = 1; HWTEST_F() local 1049 WaterMark w1 = 1; HWTEST_F() local 1202 WaterMark w1 = 1; HWTEST_F() local 1283 WaterMark w1 = 3; HWTEST_F() local 1329 WaterMark w1 = 1; HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 763 int64_t w1 = FO_MUL(decUMinus1, decVMinus1); local 774 const int32_t w1 = static_cast<int32_t>(decUMinus1 * decVMinus1 * 256.0f); // 256:shift 8 bit left local 780 const int64_t outA = __SMUAD(p1, w1) + __SMUAD(p2, w2) + __SMUAD(p3, w3) + __SMUAD(p4, w4); 782 const int64_t outA = p1 * w1 + p2 * w2 + p3 * w3 + p4 * w4; 869 int64_t w1 = FO_MUL(decUMinus1, decVMinus1); local 879 const int32_t w1 = static_cast<int32_t>(decUMinus1 * decVMinus1 * 256.0f); // 256:shift 8 bit left local 886 __SMUAD(p1.red, w1) + __SMUAD(p2.red, w2) + __SMUAD(p3.red, w3) + __SMUAD(p4.red, w4); 888 __SMUAD(p1.green, w1) + __SMUAD(p2.green, w2) + __SMUAD(p3.green, w3) + __SMUAD(p4.green, w4); 890 __SMUAD(p1.blue, w1) + __SMUAD(p2.blue, w2) + __SMUAD(p3.blue, w3) + __SMUAD(p4.blue, w4); 892 const int64_t outR = p1.red * w1 988 int64_t w1 = FO_MUL(decUMinus1, decVMinus1); global() local 998 const int32_t w1 = static_cast<int32_t>(decUMinus1 * decVMinus1 * 256.0f); // 256:shift 8 bit left global() local 1080 const int32_t w1 = static_cast<int32_t>(decUMinus1 * decVMinus1 * 256.0f); // 256:shift 8 bit left global() local 1148 int64_t w1 = FO_MUL(decUMinus1, decVMinus1); global() local 1393 int64_t w1 = FO_MUL(decUMinus1, decVMinus1); global() local 1422 const int32_t w1 = static_cast<int32_t>(decUMinus1 * decVMinus1 * 256.0f); // 256:shift 8 bit left global() local [all...] |
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 413 uint16_t w1 = src[0]; in Utf16ToUtf32Word() local 414 uint16_t flag = w1 & UTF16_MASK; in Utf16ToUtf32Word() 419 des = (w1 & UTF16_LOW_MASK) + (((w2 & UTF16_LOW_MASK) + UTF16_HIGH_PARAM2) << UTF16_HIGH_SHIFT); in Utf16ToUtf32Word() 427 des = (w2 & UTF16_LOW_MASK) + (((w1 & UTF16_LOW_MASK) + UTF16_HIGH_PARAM2) << UTF16_HIGH_SHIFT); in Utf16ToUtf32Word() 432 des = w1; in Utf16ToUtf32Word()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_group_mgr.cpp | 80 std::sort(windowNodes.begin(), windowNodes.end(), [](const sptr<WindowNode>& w1, const sptr<WindowNode>& w2) { in MoveMissionsToBackground() 81 return w1->zOrder_ > w2->zOrder_; in MoveMissionsToBackground()
|
/foundation/resourceschedule/work_scheduler/services/native/include/ |
H A D | work_queue.h | 156 * @param w1 The w1. 160 bool operator () (const std::shared_ptr<WorkStatus> w1, const std::shared_ptr<WorkStatus> w2);
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_mesa_blur_shader_filter.cpp | 129 float w1; in SetBlurParamsFivePassSmall() local 133 w1 = 0; in SetBlurParamsFivePassSmall() 138 w1 = 0; in SetBlurParamsFivePassSmall() 143 w1 = findex - index; in SetBlurParamsFivePassSmall() 145 if (fabs(w1) < 1e-6) { in SetBlurParamsFivePassSmall() 151 float w2 = 1 - w1; in SetBlurParamsFivePassSmall() 154 w1 * offsetTableFivePasses[index + 1][stride * i]; in SetBlurParamsFivePassSmall() 156 w1 * offsetTableFivePasses[index + 1][stride * i + 1]; in SetBlurParamsFivePassSmall()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 185 v1.fields.forEach((w1) => { 186 u.writeString(w1.alias); 187 u.writeString(w1.colName); 188 u.writeInt(w1.type); 189 u.writeBoolean(w1.primary); 190 u.writeBoolean(w1.nullable); 272 let w1 = { 279 h1.tables[c2].fields.push(w1);
|
/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_queue.cpp | 262 bool WorkComp::operator () (const shared_ptr<WorkStatus> w1, const shared_ptr<WorkStatus> w2) in operator ()() argument 264 return w1->priority_ < w2->priority_; in operator ()()
|
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 362 let w1 = this.context.abilityInfo.bundleName; 365 let res = atomicServiceWebNapi.checkUrl(w1, t1, q1); 1090 this.checkPermissions(PERMISSION_APPROXIMATELY_LOCATION, w1 => { 1091 if (w1) { 1092 this.error(w1, u1);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 362 let w1 = this.context.abilityInfo.bundleName; 365 let res = atomicServiceWebNapi.checkUrl(w1, t1, q1); 1090 this.checkPermissions(PERMISSION_APPROXIMATELY_LOCATION, w1 => { 1091 if (w1) { 1092 this.error(w1, u1);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsproperty_fuzzer/ |
H A D | rsproperty_fuzzer.cpp | 80 float w1 = GetData<float>(); in RSPropertiesFuzzTestInner01() local 81 Vector4f bounds(x1, y1, z1, w1); in RSPropertiesFuzzTestInner01()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | query_sync_water_mark_helper.cpp | 509 [](const std::pair<std::string, Timestamp> &w1, const std::pair<std::string, Timestamp> &w2) { in RemoveLeastUsedQuerySyncItems() 510 return w1.second < w2.second; in RemoveLeastUsedQuerySyncItems()
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 89 w1: { 252 this.selectedBackgroundColor = options.selectedBackgroundColor ?? e1.w1; 547 (this.options.type === 'tab' ? e1.w1 : 2237 let w1 = v1.localX; 2241 w1 = w1 - this.buttonItemsSize[z1].width; 2242 if (w1 < 0) {
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 121 auto w1 = BUBBLE_ARROW_WIDTH.ConvertToPx() - radius.ConvertToPx(); in GetEndP2P4() local 122 CHECK_EQUAL_VOID(w1, 0); in GetEndP2P4() 123 auto theta = std::atan(h1 / w1); in GetEndP2P4() 124 auto side = w1 /std::cos(theta); in GetEndP2P4() 136 auto w1 = BUBBLE_ARROW_WIDTH.ConvertToPx() / HALF; in GetP2() local 137 CHECK_EQUAL_VOID(w1, 0); in GetP2() 138 auto theta = std::atan(h1 / w1); in GetP2() 139 auto side = w1 /std::cos(theta); in GetP2() 144 DEFAULT_P2_WIDTH = Dimension(w1 - side1 * std::cos(beta)); in GetP2()
|
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/ |
H A D | toolbar.js | 959 constructor(r1, s1, t1, u1 = -1, v1 = undefined, w1) { 960 super(r1, t1, u1, w1);
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1127 constructor(s1, t1, u1, v1 = -1, w1 = undefined, x1) { 1129 if (typeof w1 === 'function') { 1130 this.paramsGenerator_ = w1;
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 336 this.observeComponentCreation2((w1, x1) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 193 w1: { 1552 Stack.borderColor(this.theme.q1.w1);
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1902 const k17 = (w1, x1) => { 1903 const y1 = w1;
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2002 this.observeComponentCreation2((w1, x1) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 59 const w1 = '1.5vp'; 1745 k12: w1,
|