Home
last modified time | relevance | path

Searched refs:SIZE_100 (Results 1 - 25 of 79) sorted by relevance

1234

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_borderradius_test.cpp45 ArkUI_NumberValue value[] = {{.f32 = SIZE_100}}; in TestCustomComponentBorderRadius003()
49 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BORDER_RADIUS)->value[PARAM_0].f32, SIZE_100); in TestCustomComponentBorderRadius003()
56 ArkUI_NumberValue value[] = {{.f32 = SIZE_100}, {.f32 = SIZE_100}, {.f32 = SIZE_100}, {.f32 = SIZE_100}}; in TestCustomComponentBorderRadius004()
60 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BORDER_RADIUS)->value[PARAM_0].f32, SIZE_100); in TestCustomComponentBorderRadius004()
61 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BORDER_RADIUS)->value[PARAM_1].f32, SIZE_100); in TestCustomComponentBorderRadius004()
62 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BORDER_RADIUS)->value[PARAM_2].f32, SIZE_100); in TestCustomComponentBorderRadius004()
63 ASSERT_EQ(nodeAPI->getAttribute(custom, NODE_BORDER_RADIUS)->value[PARAM_3].f32, SIZE_100); in TestCustomComponentBorderRadius004()
[all...]
H A Dcustomcomponent_constraintsize_test.cpp23 float maxWidth = SIZE_100; in TestCustomComponentConstraintSize001()
24 float maxHeight = SIZE_100; in TestCustomComponentConstraintSize001()
43 float minWidth = SIZE_100; in TestCustomComponentConstraintSize002()
44 float minHeight = SIZE_100; in TestCustomComponentConstraintSize002()
H A Dcustomcomponent_onareachange_test.cpp30 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_100}}; in createChildNode()
75 ArkUI_NumberValue offset_value[] = {{.f32 = SIZE_100}, {.f32 = SIZE_100}}; in OnEventReceive()
H A Dcustomcomponent_onlayout_test.cpp45 nodeAPI->layoutNode(nodeAPI->getChildAt(nodeHandler, PARAM_1), SIZE_100, SIZE_100); in OnEventReceive()
H A Dcustomcomponent_hittestbehavior_test.cpp65 float stackWidth = SIZE_100; in CreateSubCustomComponentNode()
66 float stackHeight = SIZE_100; in CreateSubCustomComponentNode()
H A Dcustomcomponent_focusable_test.cpp30 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_100}}; in createChildNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_borderradius_test.cpp45 ArkUI_NumberValue value[] = {{.f32 = SIZE_100}}; in TestCommonAttrsBorderRadius003()
49 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_BORDER_RADIUS)->value[PARAM_0].f32, SIZE_100); in TestCommonAttrsBorderRadius003()
56 ArkUI_NumberValue value[] = {{.f32 = SIZE_100}, {.f32 = SIZE_100}, {.f32 = SIZE_100}, {.f32 = SIZE_100}}; in TestCommonAttrsBorderRadius004()
60 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_BORDER_RADIUS)->value[PARAM_0].f32, SIZE_100); in TestCommonAttrsBorderRadius004()
61 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_BORDER_RADIUS)->value[PARAM_1].f32, SIZE_100); in TestCommonAttrsBorderRadius004()
62 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_BORDER_RADIUS)->value[PARAM_2].f32, SIZE_100); in TestCommonAttrsBorderRadius004()
63 ASSERT_EQ(nodeAPI->getAttribute(row, NODE_BORDER_RADIUS)->value[PARAM_3].f32, SIZE_100); in TestCommonAttrsBorderRadius004()
[all...]
H A Dcommonattrs_constraintsize_test.cpp23 float maxWidth = SIZE_100; in TestCommonAttrsConstraintSize001()
24 float maxHeight = SIZE_100; in TestCommonAttrsConstraintSize001()
43 float minWidth = SIZE_100; in TestCommonAttrsConstraintSize002()
44 float minHeight = SIZE_100; in TestCommonAttrsConstraintSize002()
H A Dcommonattrs_focusable_test.cpp30 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_100}}; in createChildNode()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/
H A Dlistitem_rotate_test.cpp23 float rotateX = SIZE_100; in TestListItemRotate001()
24 float rotateY = SIZE_100; in TestListItemRotate001()
25 float rotateZ = SIZE_100; in TestListItemRotate001()
27 float perspective = SIZE_100; in TestListItemRotate001()
62 float rotateX = SIZE_100; in TestListItemRotate003()
63 float rotateY = SIZE_100; in TestListItemRotate003()
64 float rotateZ = SIZE_100; in TestListItemRotate003()
110 float perspective = SIZE_100; in TestListItemRotate005()
H A Dlistitem_translate_test.cpp23 float translateX = SIZE_100; in TestListItemTranslate001()
24 float translateY = SIZE_100; in TestListItemTranslate001()
25 float translateZ = SIZE_100; in TestListItemTranslate001()
39 float translateX = SIZE_100; in TestListItemTranslate002()
56 float translateY = SIZE_100; in TestListItemTranslate003()
73 float translateZ = SIZE_100; in TestListItemTranslate004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_rotate_test.cpp23 float rotateX = SIZE_100; in TestListRotate001()
24 float rotateY = SIZE_100; in TestListRotate001()
25 float rotateZ = SIZE_100; in TestListRotate001()
27 float perspective = SIZE_100; in TestListRotate001()
62 float rotateX = SIZE_100; in TestListRotate003()
63 float rotateY = SIZE_100; in TestListRotate003()
64 float rotateZ = SIZE_100; in TestListRotate003()
110 float perspective = SIZE_100; in TestListRotate005()
H A Dlist_translate_test.cpp23 float translateX = SIZE_100; in TestListTranslate001()
24 float translateY = SIZE_100; in TestListTranslate001()
25 float translateZ = SIZE_100; in TestListTranslate001()
39 float translateX = SIZE_100; in TestListTranslate002()
56 float translateY = SIZE_100; in TestListTranslate003()
73 float translateZ = SIZE_100; in TestListTranslate004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_scrollsnap_test.cpp24 float paramSecond = SIZE_100; in TestScrollScrollSnap001()
42 float paramSecond = SIZE_100; in TestScrollScrollSnap002()
60 float paramSecond = SIZE_100; in TestScrollScrollSnap003()
78 float paramSecond = SIZE_100; in TestScrollScrollSnap004()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/span/
H A Dspan_fontsize_test.cpp51 ArkUI_NumberValue value[] = {{.f32 = SIZE_100}}; in TestSpanFontSize003()
55 ASSERT_EQ(nodeAPI->getAttribute(span, NODE_FONT_SIZE)->value[PARAM_0].f32, SIZE_100); in TestSpanFontSize003()
H A Dspan_lineheight_test.cpp25 float lineHeight = SIZE_100; in TestSpanLineHeight001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/
H A Dtextpicker_selectedindex_test.cpp58 ArkUI_NumberValue value[] = {{.i32 = SIZE_100}}; in TestTextPickerSelectedIndex003()
62 ASSERT_NE(nodeAPI->getAttribute(textPicker, NODE_TEXT_PICKER_SELECTED_INDEX)->value[PARAM_0].i32, SIZE_100); in TestTextPickerSelectedIndex003()
H A Dtextpicker_selected_test.cpp58 ArkUI_NumberValue value[] = {{.u32 = SIZE_100}}; in TestTextPickerSelected003()
62 ASSERT_NE(nodeAPI->getAttribute(textPicker, NODE_TEXT_PICKER_OPTION_SELECTED)->value[PARAM_0].u32, SIZE_100); in TestTextPickerSelected003()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/
H A Dcommonevent_onareachange_test.cpp32 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_100}}; in createChildNode()
85 ArkUI_NumberValue offset_value[] = {{.f32 = SIZE_100}, {.f32 = SIZE_100}}; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_onareachange_test.cpp32 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_100}}; in createChildNode()
84 ArkUI_NumberValue offset_value[] = {{.f32 = SIZE_100}, {.f32 = SIZE_100}}; in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_enabled_test.cpp25 if (enabled != SIZE_100) { in createChildNode()
149 auto textInputDefault = createChildNode(nodeAPI, SIZE_100); in CreateNativeNode()
/test/xts/acts/pcs/pcs_ndk/entry/src/main/cpp/
H A DpcsNetworkTest.cpp39 #define SIZE_100 100 macro
169 char buf[SIZE_100]; in Recv()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dwcharndk1.cpp62 #define SIZE_100 100 macro
138 char wstr[SIZE_100] = {PARAM_0}; in Fputws_One()
146 rsize = fread(wstr, sizeof(char), SIZE_100, fp); in Fputws_One()
262 wchar_t wbuf[SIZE_100] = {PARAM_0}; in Swprintf_One()
263 int ret = swprintf(wbuf, SIZE_100, L"%ls", L"This is test"); in Swprintf_One()
271 wchar_t wbuf[SIZE_100] = {PARAM_0}; in Swprintf_Two()
272 int ret = swprintf(wbuf, SIZE_100, L"%s", "xyz"); in Swprintf_Two()
291 wchar_t buffer[SIZE_100] = L"Theta \u03b8"; in Swscanf_Two()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/button/
H A Dbutton_type_test.cpp66 int32_t buttonType = SIZE_100; in TestButtonType004()
H A Dbutton_onclick_test.cpp30 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_100}}; in createChildNode()

Completed in 13 milliseconds

1234