Home
last modified time | relevance | path

Searched defs:value (Results 1251 - 1275 of 21818) sorted by relevance

1...<<51525354555657585960>>...873

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/accessibility/
H A Ddatepicker_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestDatePickerAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestDatePickerAccessibilityDescription002() local
H A Dprogress_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestProgressAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestProgressAccessibilityDescription002() local
H A Dlist_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestListAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestListAccessibilityDescription002() local
H A Ddatepicker_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestDatePickerAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestDatePickerAccessibilityText002() local
H A Dlist_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestListAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestListAccessibilityText002() local
H A Dtextarea_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextAreaAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestTextAreaAccessibilityDescription002() local
H A Dtext_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestTextAccessibilityDescription002() local
H A Dtextarea_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextAreaAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestTextAreaAccessibilityText002() local
H A Dswiper_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestSwiperAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestSwiperAccessibilityText002() local
H A Dtext_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTextAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestTextAccessibilityText002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/button/
H A Dbutton_backgroundcolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestButtonBackgroundColor001() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonBackgroundColor002() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonBackgroundColor003() local
[all...]
H A Dbutton_fontcolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestButtonFontColor001() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonFontColor002() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestButtonFontColor003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_width_test.cpp23 ArkUI_NumberValue value[] = {{.f32 = SIZE_200}}; in TestCommonAttrsWidth001() local
34 ArkUI_NumberValue value[] = {{.f32 = PARAM_10000}}; in TestCommonAttrsWidth002() local
45 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_10}}; in TestCommonAttrsWidth003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/flex/
H A Dflex_height_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestFlexHeight001() local
38 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestFlexHeight002() local
53 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestFlexHeight003() local
[all...]
H A Dflex_width_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestFlexWidth001() local
38 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestFlexWidth002() local
53 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestFlexWidth003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/image/
H A Dimage_alt_test.cpp25 const char *value = FIRST_MIDDLE_VALUE; in TestImageAlt001() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/progress/
H A Dprogress_value_test.cpp23 ArkUI_NumberValue value[] = {{.f32 = PARAM_50_POINT_5}}; in TestProgressValue001() local
34 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_50_POINT_5}}; in TestProgressValue002() local
45 ArkUI_NumberValue value[] = {{.f32 = PARAM_101_POINT_5}}; in TestProgressValue003() local
[all...]
H A Dprogress_total_test.cpp22 ArkUI_NumberValue value[] = {{.f32 = PARAM_100}}; in TestProgressTotal001() local
33 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_50_POINT_5}}; in TestProgressTotal002() local
44 ArkUI_NumberValue value[] = {{.f32 = PARAM_200}}; in TestProgressTotal003() local
[all...]
H A Dprogress_color_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestProgressColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = COLOR_WHITE}}; in TestProgressColor002() local
45 ArkUI_NumberValue value[] = {{.u32 = COLOR_BLACK}}; in TestProgressColor003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/refresh/
H A Drefresh_offset_test.cpp22 ArkUI_NumberValue value[] = {{.f32 = PARAM_80}}; in TestRefreshOffset001() local
33 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_100}}; in TestRefreshOffset002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_edgeeffect_test.cpp25 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_NONE}, {.i32 = PARAM_1}}; in TestScrollEdgeEffect001() local
37 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_SPRING}, {.i32 = PARAM_0}}; in TestScrollEdgeEffect002() local
49 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_FADE}, {.i32 = PARAM_1}}; TestScrollEdgeEffect003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/stack/
H A Dstack_backgroundcolor_test.cpp25 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor001() local
38 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor002() local
51 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestStackBackgroundColor003() local
[all...]
H A Dstack_backgroundimageposition_test.cpp26 ArkUI_NumberValue value[] = {{.f32 = positionX}, {.f32 = positionY}}; in TestStackBackgroundImagePosition001() local
41 ArkUI_NumberValue value[] = {{.f32 = positionX}, {.f32 = positionY}}; in TestStackBackgroundImagePosition002() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_height_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestTextAreaHeight001() local
38 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestTextAreaHeight002() local
53 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestTextAreaHeight003() local
[all...]
H A Dtextarea_fontcolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestTextAreaFontColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = COLOR_WHITE}}; in TestTextAreaFontColor002() local
45 ArkUI_NumberValue value[] = {{.u32 = COLOR_BLACK}}; in TestTextAreaFontColor003() local
[all...]

Completed in 7 milliseconds

1...<<51525354555657585960>>...873