/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/ |
H A D | PointerTest.cpp | 249 BASE_NS::shared_ptr b3(interface_pointer_cast<IBase3>(t)); in HWTEST_F() 252 EXPECT_TRUE(t == b3); in HWTEST_F() 253 EXPECT_TRUE((void*)b3.get() != (void*)b2.get()); in HWTEST_F() 259 EXPECT_TRUE(ib3 == b3); in HWTEST_F() 266 BASE_NS::shared_ptr<IBase3> b3(interface_pointer_cast<IBase3>(t)); in HWTEST_F() 267 wp2 = b3; in HWTEST_F() 269 ASSERT_FALSE(wp2.Compare(b3)); in HWTEST_F() 270 ASSERT_TRUE(wp2.lock() == b3); in HWTEST_F() 271 ASSERT_TRUE(b3 == interface_pointer_cast<IBase3>(wp2.lock())); in HWTEST_F() 272 b3 in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 288 double b3 = a20;
in Invert() local 292 double determinant = b0 * b5 - b1 * b4 + b2 * b3;
in Invert() 308 b3 *= invdet;
in Invert() 315 dst[0][1] = static_cast<float>(a12 * b3 - a10 * b5); // compute dst[0][1] value
in Invert() 316 dst[1][1] = static_cast<float>(a00 * b5 - a02 * b3); // compute dst[1][1] value
in Invert() 318 dst[0][2] = static_cast<float>(a10 * b4 - a11 * b3); // compute dst[0][2] value
in Invert() 319 dst[1][2] = static_cast<float>(a01 * b3 - a00 * b4); // compute dst[1][2] value
in Invert()
|
/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | transform_component.cpp | 154 float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, in Matrix3d() 159 operation.matrix4_ = Matrix4(a1, a2, a3, a4, b1, b2, b3, b4, c1, c2, c3, c4, d1, d2, d3, d4); in Matrix3d() 153 Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, float a3, float b3, float c3, float d3, float a4, float b4, float c4, float d4, const AnimationOption& animationOption) Matrix3d() argument
|
H A D | transform_component.h | 81 void Matrix3d(float a1, float b1, float c1, float d1, float a2, float b2, float c2, float d2, float a3, float b3,
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/ |
H A D | event_controller_test.cpp | 263 bool b3 = EventController::GetInstance().HandlePkgCommonEvent(action2, want, payload); in HWTEST_F() local 264 EXPECT_EQ(b3, true); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_syncer_lock_test.cpp | 732 * @tc.steps:step2. change cloud assets {b1, b3} in HWTEST_F() 740 Asset b3 = ASSET_COPY; in HWTEST_F() local 741 b3.name = ASSET_COPY.name + std::string("0") + ASSET_SUFFIX + ASSET_SUFFIX; in HWTEST_F() 742 Assets assets = { b1, b3 }; in HWTEST_F() 746 * @tc.expected: step3. download status is a -> DELETE, b2 -> DELETE, b3 -> INSERT in HWTEST_F() 748 g_virtualAssetLoader->ForkDownload([&b1, &b3](std::map<std::string, Assets> &assets) { in HWTEST_F() 753 if (b.name == b3.name) { in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 152 var b3; variable 158 })(b3 || (b3 = {})); 359 q3.n5(b3.ARROW_RIGHT); 418 q3.n5(b3.ARROW_DOWN); 4298 case b3.ARROW_RIGHT_WHITE: 4301 case b3.ARROW_RIGHT: 4304 case b3.ARROW_DOWN_WHITE: 4322 }, (type === b3.ARROW_RIGHT_WHITE || type === b3 [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 441 this.b3 = new SynchedPropertyObjectOneWayPU( 573 this.b3.set(this.theme.q1.backgroundColor); 671 this.b3.reset(params.chipNodeBackgroundColor); 691 this.b3.purgeDependencyOnElmtId(rmElmtId); 728 this.b3.aboutToBeDeleted(); 817 return this.b3.get(); 820 this.b3.set(newValue);
|
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/ |
H A D | foldsplitcontainer.js | 55 static info(b3, ...c3) { 56 return hilog.info(0x3900, 'FoldSplitContainer', b3, ...c3);
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 749 this.b3 = new SynchedPropertyNesedObjectPU(params.itemOptions, this, "itemOptions"); 759 this.b3.set(params.itemOptions); 769 this.b3.set(params.itemOptions); 779 this.b3.purgeDependencyOnElmtId(rmElmtId); 789 this.b3.aboutToBeDeleted(); 822 return this.b3.get(); 1353 changeFocusIndex(b3) {
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | safe_area_manager_test_ng.cpp | 400 auto funSet = [this](bool b1, bool b2, bool b3) { in HWTEST_F() 403 safeAreaManager_->SetIsNeedAvoidWindow(b3); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/ |
H A D | composetitlebar.js | 844 constructor(w2, x2, y2, z2 = -1, a3 = undefined, b3) { 845 super(w2, y2, z2, b3);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 388 let b3 = t.readInt(); 389 let c3 = await this.cloudDb.unlock(b3);
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 893 set imageWidth(b3) { 894 this.__imageWidth.set(b3);
|
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/ |
H A D | gridobjectsortcomponent.js | 1898 Grid.onItemDragMove((z2, a3, b3) => this.onDragMoveEvent(z2, a3, b3));
|
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/ |
H A D | editabletitlebar.js | 1001 this.observeComponentCreation2((b3, c3) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/ |
H A D | composelistitem.js | 1144 this.observeComponentCreation2((b3, c3) => {
|
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 1777 LoadingProcessStyle(b3 = null) {
|