Home
last modified time | relevance | path

Searched refs:v4 (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/hmsymbol_fuzzer/
H A Dhm_symbol_fuzzer.cpp47 size_t v4 = GetObject<size_t>(); in HmSymbolFuzzTest() local
48 std::vector<std::vector<size_t>> multMap { {v1, v2}, {v3, v4} }; in HmSymbolFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp378 Vector4 v4 = Get(); in Dump() local
382 out += "[left:" + std::to_string(v4.x_); in Dump()
383 out += " top:" + std::to_string(v4.y_); in Dump()
384 out += " right:" + std::to_string(v4.z_); in Dump()
385 out += " bottom:" + std::to_string(v4.w_) + "]"; in Dump()
389 out += "[x:" + std::to_string(v4.x_) + " y:"; in Dump()
390 out += std::to_string(v4.y_) + " z:"; in Dump()
391 out += std::to_string(v4.z_) + " w:"; in Dump()
392 out += std::to_string(v4.w_) + "]"; in Dump()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H A DTimeSpanTest.cpp54 constexpr TimeSpan v4 = 2_s; in HWTEST_F() local
60 EXPECT_EQ(v4, v5); in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtrans_affine.h43 TransAffine(float v0, float v1, float v2, float v3, float v4, float v5) in TransAffine() argument
44 : Matrix3<float>(v0, v2, v4, v1, v3, v5, 0, 0, 1) {} in TransAffine()
/foundation/arkui/ace_engine/advanced_ui_component/chipgroup/interfaces/
H A Dchipgroup.js406 this.v4 = new ObservedPropertySimplePU(true, this, 'isRefresh');
468 this.v4.purgeDependencyOnElmtId(rmElmtId);
479 this.v4.aboutToBeDeleted();
532 return this.v4.get();
535 this.v4.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js304 v4: false,
382 this.t4.v4 = u18;
3905 enableArrow: this.item.q5().v4
4296 let v4;
4299 v4 = s2;
4302 v4 = ARROW_RIGHT;
4305 v4 = q2;
4308 v4 = ARROW_DOWN;
4310 return new m3(v4, {
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1725 const v4 = this.unSelected.findIndex(d5 => d5.id === z3.id);
1727 const w4 = this.getEditItemGridPosition(ObservedObject.GetRawObject(this.selected), v4);
1729 this.unSelectedIndex = v4;
1738 this.unSelected.splice(v4, 1);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js647 this.observeComponentCreation((v4, w4) => {
648 ViewStackProcessor.StartGetAccessRecordingFor(v4);
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js887 onPop: v4 => this.onPopHandler(v4, u4.onPop)
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js887 onPop: v4 => this.onPopHandler(v4, u4.onPop)
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js734 let v4 = t.readString();
736 let x4 = await this.shareCenter.queryParticipantsByInvitation(u4, v4, w4);
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1479 set containerPadding(v4) {
1480 this.__containerPadding.set(v4);
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js620 this.observeComponentCreation2((u4, v4) => {
621 if (v4) {
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1584 const v4 = w4 => {
1600 this.forEachUpdateFunction(t4, [INDEX_ZERO, INDEX_ONE], v4);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp727 * deviceC has {k1, v1}, {k2, v2}, {k3 delete}, {k4,v4} in HWTEST_F()
778 * @tc.steps: step3. deviceC put {k2, v2}, {k3, delete}, {k4, v4} in HWTEST_F()
802 * deviceA has {k2, v2}, {k3 delete}, {k4,v4} in HWTEST_F()
2126 * @tc.steps: step1. device A set sync data (k1, v1) local data (k2, v2) (k3, v3) and delete (k4, v4) in HWTEST_F()
2141 Value v4 = {'v', '4'}; in HWTEST_F() local
2144 EXPECT_EQ(g_kvDelegatePtr->Put(k4, v4), OK); in HWTEST_F()

Completed in 22 milliseconds