Home
last modified time | relevance | path

Searched refs:SPACE (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp499 str_.append(SPACE); in And()
507 str_.append(SPACE); in Or()
543 str_.append(SPACE); in OrderByWriteTime()
545 str_.append(SPACE); in OrderByWriteTime()
557 str_.append(SPACE); in Limit()
559 str_.append(SPACE); in Limit()
561 str_.append(SPACE); in Limit()
569 str_.append(SPACE); in BeginGroup()
577 str_.append(SPACE); in EndGroup()
639 str_.append(SPACE); in InKeys()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp38 groupModel.SetSpace(Dimension(SPACE)); in CreateGroupWithHeader()
53 groupModel.SetSpace(Dimension(SPACE)); in CreateGroupWithFooter()
134 model.SetSpace(Dimension(SPACE));
176 float groupHeight = GROUP_ITEM_NUMBER * (ITEM_HEIGHT + SPACE) - SPACE + GROUP_HEADER_LEN * 2;
185 …EXPECT_TRUE(IsEqual(secondItemRect, RectF(0, GROUP_HEADER_LEN + SPACE + ITEM_HEIGHT, LIST_WIDTH, I…
200 float groupHeight = GROUP_ITEM_NUMBER * (ITEM_HEIGHT + SPACE) - SPACE + GROUP_HEADER_LEN * 2;
211 …EXPECT_TRUE(IsEqual(secondItemRect, RectF(0, GROUP_HEADER_LEN + SPACE + ITEM_HEIGHT, expectWidth, …
716 groupModel.SetSpace(Dimension(SPACE));
720 EXPECT_EQ(GetChildY(groupNode, 1), ITEM_HEIGHT + SPACE);
797 groupModel.SetSpace(Dimension(SPACE));
[all …]
H A Dlist_scroller_test_ng.cpp245 model.SetSpace(Dimension(SPACE)); // 10.f
249 EXPECT_EQ(scrollableDistance, ITEM_HEIGHT * 12 + SPACE * 15); // 1200.f + 150.f
251 float scrollToStartDistance = (ITEM_HEIGHT + SPACE) * index; // 1320.f
834 model.SetSpace(Dimension(SPACE)); // 10.f
842 + (ITEM_HEIGHT + SPACE) * indexInGroup - SPACE; // 2380.f
874 float groupHeight = ITEM_HEIGHT * 2 + GROUP_HEADER_LEN * 2 + SPACE; // 310.f
1240 double itemY = j * (ITEM_HEIGHT + SPACE) + GROUP_HEADER_LEN;
1271 model.SetSpace(Dimension(SPACE));
1277 EXPECT_FLOAT_EQ(layoutProperty_->GetSpaceValue().Value(), SPACE);
1285 double groupY = i * (groupHeight + SPACE);
[all …]
H A Dlist_attr_test_ng.cpp361 model.SetSpace(Dimension(SPACE));
364 EXPECT_EQ(GetChildY(frameNode_, 1), GetChildHeight(frameNode_, 0) + SPACE);
380 model.SetSpace(Dimension(SPACE));
384 EXPECT_EQ(GetChildX(frameNode_, 1), GetChildWidth(frameNode_, 0) + SPACE);
1547 model.SetSpace(Dimension(SPACE));
1558 EXPECT_FLOAT_EQ(chainAnimation->minSpace_, SPACE);
1559 EXPECT_FLOAT_EQ(chainAnimation->maxSpace_, SPACE);
1573 EXPECT_FLOAT_EQ(chainAnimation->minSpace_, SPACE);
1574 EXPECT_FLOAT_EQ(chainAnimation->maxSpace_, SPACE);
1600 model.SetSpace(Dimension(SPACE));
[all …]
H A Dlist_test_ng.cpp166 groupModel.SetSpace(Dimension(SPACE)); in CreateGroupWithSetting()
182 groupModel.SetSpace(Dimension(SPACE)); in CreateGroupWithSettingChildrenMainSize()
561 groupModel.SetSpace(Dimension(SPACE)); in CreateGroupWithSettingWithComponentContent()
H A Dlist_test_ng.h51 constexpr float SPACE = 10.f; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.h58 static constexpr auto& SPACE = " "; variable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dconsts.rs24 pub(crate) const SPACE: u8 = b' ';
39 [SPACE, HT_UNICODE as u8, LF_UNICODE as u8, CR_UNICODE as u8];
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js620 const SPACE = 2;
634 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE,
637 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE + pm2f.getTextWidth(s, size),
641 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE,
644 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE + pm2f.getTextWidth(s, size),
648 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE,
651 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE + pm2f.getTextWidth(s, size),
656 MainEditor.LOGO_LEFT_PADDING + MainEditor.LOGO_SIZE * SPACE,
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h548 static const char * const SPACE; variable
/ohos5.0/foundation/communication/netstack/test/unittest/utils/common_utils/
H A DNetStackCommonUtilsTest.cpp26 static constexpr const char SPACE = ' '; variable
58 std::string subStr = Strip(str, SPACE);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp48 size_t pos = query.find_first_not_of(DataQuery::SPACE); in StringToDbQuery()
613 result.replace(index, 2, DataQuery::SPACE); // 2 chars to be replaced in StringToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h396 SPACE, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Dborder_image_painter_test_ng.cpp421 case BorderImageRepeat::SPACE:
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp226 case BorderImageRepeat::SPACE: in PaintBorderImage()
255 case BorderImageRepeat::SPACE: in PaintBorderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h174 { "space", BorderImageRepeat::SPACE }, in ConvertStrToBorderImageRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dborder_image_painter.cpp214 case BorderImageRepeat::SPACE: in PaintBorderImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp378 repeatValue = BorderImageRepeat::SPACE; in ParseBorderImageRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp4435 borderImage->SetRepeatMode(BorderImageRepeat::SPACE); in ParseBorderImageRepeat()