/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/calendarpicker/ |
H A D | calendarpicker_edgealign_test.cpp | 22 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CALENDAR_ALIGNMENT_START}, {.f32 = -SIZE_50}, {.f32 = SIZE_50}}; in TestCalendarPickerEdgeAlign001() 28 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_EDGE_ALIGNMENT)->value[PARAM_1].f32, -SIZE_50); in TestCalendarPickerEdgeAlign001() 29 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_EDGE_ALIGNMENT)->value[PARAM_2].f32, SIZE_50); in TestCalendarPickerEdgeAlign001() 50 ArkUI_NumberValue value[] = {{.i32 = ARKUI_CALENDAR_ALIGNMENT_END}, {.f32 = SIZE_50}, {.f32 = -SIZE_500}}; in TestCalendarPickerEdgeAlign003() 56 ASSERT_EQ(nodeAPI->getAttribute(calendarPicker, NODE_CALENDAR_PICKER_EDGE_ALIGNMENT)->value[PARAM_1].f32, SIZE_50); in TestCalendarPickerEdgeAlign003()
|
H A D | calendarpicker_enabled_test.cpp | 117 ArkUI_NumberValue width_value[] = {{.f32 = SIZE_50}}; in CreateNativeNode() 120 ArkUI_NumberValue height_value[] = {{.f32 = SIZE_50}}; in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/ |
H A D | scroll_nestedscroll_test.cpp | 222 SetAttributes(nodeAPI, resetButton, SIZE_50, SIZE_50, COLOR_BLUE); in CreateNativeNode() 223 SetAttributes(nodeAPI, compareButton, SIZE_50, SIZE_50, COLOR_GRAY); in CreateNativeNode() 224 SetAttributes(nodeAPI, clearDataButton, SIZE_50, SIZE_50, COLOR_PURPLE); in CreateNativeNode() 228 SetAttributes(nodeAPI, topColumn, SIZE_400, SIZE_50, COLOR_GREEN); in CreateNativeNode() 231 SetAttributes(nodeAPI, bottomColumn, SIZE_400, SIZE_50, COLOR_GREEN); in CreateNativeNode()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textpicker/ |
H A D | textpicker_defaultpickeritemheight_test.cpp | 22 ArkUI_NumberValue value[] = {{.f32 = SIZE_50}}; in TestTextPickerDefaultPickerItemHeight001() 27 SIZE_50); in TestTextPickerDefaultPickerItemHeight001()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/listitem/ |
H A D | listitem_saturate_test.cpp | 70 float saturate = SIZE_50; in TestListItemSaturate003() 128 float saturate = SIZE_50 + PARAM_1; in TestListItemSaturate006()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/ |
H A D | list_saturate_test.cpp | 48 float saturate = SIZE_50; in TestListSaturate003() 84 float saturate = SIZE_50 + PARAM_1; in TestListSaturate006()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/ |
H A D | image_saturate_test.cpp | 74 float saturateValue = SIZE_50; in TestImageSaturate005() 100 float saturateValue = SIZE_50 + PARAM_1; in TestImageSaturate007()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/text/ |
H A D | text_alignrules_test.cpp | 125 OH_ArkUI_AlignmentRuleOption_SetBiasHorizontal(alignRules, SIZE_50); in TestTextAlignRules009() 126 OH_ArkUI_AlignmentRuleOption_SetBiasVertical(alignRules, SIZE_50); in TestTextAlignRules009()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customdialog/ |
H A D | customdialog_alignment_test.cpp | 85 auto ret = dialogAPI->setContentAlignment(customDialog, ARKUI_ALIGNMENT_CENTER, SIZE_50, SIZE_50); in TestCustomDialogAlignment005()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/slider/ |
H A D | slider_onchange_test.cpp | 42 if (eventId == ON_CHANGE_EVENT_ID && componentEvent->data[PARAM_0].f32 == SIZE_50 && in OnEventReceive()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/common/ |
H A D | common.h | 76 #define SIZE_50 50 macro
|
/test/xts/acts/arkui/ace_c_arkui_test_api13/entry/src/main/cpp/common/ |
H A D | common.h | 76 #define SIZE_50 50 macro
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 87 #define SIZE_50 50
macro 306 char cmdline[SIZE_50] = "./parse_cmdline";
in GetOpt() 309 char optString[SIZE_50] = "a:b:c:d";
in GetOpt()
|