Home
last modified time | relevance | path

Searched defs:value (Results 976 - 1000 of 12657) sorted by relevance

1...<<31323334353637383940>>...507

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/accessibility/
H A Drefresh_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestRefreshAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestRefreshAccessibilityDescription002() local
H A Dprogress_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestProgressAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestProgressAccessibilityText002() local
H A Drefresh_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestRefreshAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestRefreshAccessibilityText002() local
H A Dtoggle_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestToggleAccessibilityDescription001() local
35 ArkUI_NumberValue value[] = {}; in TestToggleAccessibilityDescription002() local
H A Dtimepicker_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestTimePickerAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestTimePickerAccessibilityText002() local
H A Dtoggle_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestToggleAccessibilityText001() local
35 ArkUI_NumberValue value[] = {}; in TestToggleAccessibilityText002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/checkbox/
H A Dcheckbox_unselectedcolor_test.cpp22 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestCheckboxUnselectedColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = unselectedColor}}; in TestCheckboxUnselectedColor002() local
46 ArkUI_NumberValue value[] = {{.u32 = unselectedColor}}; in TestCheckboxUnselectedColor003() local
[all...]
H A Dcheckbox_selectedcolor_test.cpp22 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestCheckboxSelectedColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = selectedColor}}; in TestCheckboxSelectedColor002() local
46 ArkUI_NumberValue value[] = {{.u32 = selectedColor}}; in TestCheckboxSelectedColor003() local
[all...]
H A Dcheckbox_width_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCheckboxWidth001() local
38 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCheckboxWidth002() local
53 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCheckboxWidth003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/column/
H A Dcolumn_height_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestColumnHeight001() local
38 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestColumnHeight002() local
53 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestColumnHeight003() local
[all...]
H A Dcolumn_width_test.cpp25 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestColumnWidth001() local
38 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestColumnWidth002() local
53 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestColumnWidth003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonattrs/
H A Dcommonattrs_height_test.cpp23 ArkUI_NumberValue value[] = {{.f32 = SIZE_200}}; in TestCommonAttrsHeight001() local
34 ArkUI_NumberValue value[] = {{.f32 = PARAM_10000}}; in TestCommonAttrsHeight002() local
45 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_10}}; in TestCommonAttrsHeight003() local
[all...]
H A Dcommonattrs_flexshrink_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCommonAttrsFlexShrink001() local
36 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCommonAttrsFlexShrink002() local
H A Dcommonattrs_flexgrow_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCommonAttrsFlexGrow001() local
36 ArkUI_NumberValue value[] = {{.f32 = width}}; in TestCommonAttrsFlexGrow002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
H A Dcustomcomponent_borderwidth_test.cpp23 ArkUI_NumberValue value[] = {{.f32 = PARAM_5}}; in TestCustomComponentBorderWidth001() local
34 ArkUI_NumberValue value[] = {{.f32 = PARAM_5}, {.f32 = PARAM_5}, {.f32 = PARAM_5}, {.f32 = PARAM_5}}; in TestCustomComponentBorderWidth002() local
48 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_10}}; TestCustomComponentBorderWidth003() local
59 ArkUI_NumberValue value[] = { TestCustomComponentBorderWidth004() local
[all...]
H A Dcustomcomponent_backgroundcolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestCustomComponentBackgroundColor001() local
35 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestCustomComponentBackgroundColor002() local
47 ArkUI_NumberValue value[] = {{.u32 = backgroundColor}}; in TestCustomComponentBackgroundColor003() local
[all...]
H A Dcustomcomponent_bordercolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_GREEN}}; in TestCustomComponentBorderColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}, {.u32 = COLOR_RED}, {.u32 = COLOR_RED}, {.u32 = COLOR_RED}}; in TestCustomComponentBorderColor002() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/list/
H A Dlist_edgeeffect_test.cpp24 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_SPRING}, {.i32 = edgeEffect}}; in TestListEdgeEffect001() local
38 ArkUI_NumberValue value[] = {{.i32 = ARKUI_EDGE_EFFECT_FADE}, {.i32 = edgeEffect}}; in TestListEdgeEffect002() local
51 ArkUI_NumberValue value[] = {{.i32 = edgeEffect}, {.i32 = edgeEffect}}; TestListEdgeEffect003() local
[all...]
H A Dlist_height_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestListHeight001() local
36 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestListHeight002() local
48 ArkUI_NumberValue value[] = {{.f32 = height}}; in TestListHeight003() local
[all...]
H A Dlist_friction_test.cpp24 ArkUI_NumberValue value[] = {{.f32 = friction}}; in TestListFriction001() local
36 ArkUI_NumberValue value[] = {{.f32 = friction}}; in TestListFriction002() local
H A Dlist_cachedcount_test.cpp32 ArkUI_NumberValue value[] = {{.i32 = cachedCount}}; in TestListCachedCount002() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/refresh/
H A Drefresh_pulldownratio_test.cpp22 ArkUI_NumberValue value[] = {{.f32 = PARAM_1}}; in TestRefreshPullDownRatio001() local
33 ArkUI_NumberValue value[] = {{.f32 = PARAM_NEGATIVE_0_POINT_8}}; in TestRefreshPullDownRatio002() local
46 ArkUI_NumberValue value[] = {{.f32 = ratio}}; in TestRefreshPullDownRatio003() local
[all...]
H A Drefresh_pulltorefresh_test.cpp22 ArkUI_NumberValue value[] = {{.i32 = true}}; in TestRefreshPullToRefresh001() local
33 ArkUI_NumberValue value[] = {{.i32 = PARAM_2}}; in TestRefreshPullToRefresh002() local
44 ArkUI_NumberValue value[] = {{.i32 = false}}; in TestRefreshPullToRefresh003() local
[all...]
H A Drefresh_refreshing_test.cpp22 ArkUI_NumberValue value[] = {{.i32 = 1}}; in TestRefreshRefreshing001() local
33 ArkUI_NumberValue value[] = {{.i32 = -1}}; in TestRefreshRefreshing002() local
44 ArkUI_NumberValue value[] = {{.i32 = 0}}; in TestRefreshRefreshing003() local
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_backgroundcolor_test.cpp23 ArkUI_NumberValue value[] = {{.u32 = COLOR_RED}}; in TestScrollBackgroundColor001() local
34 ArkUI_NumberValue value[] = {{.u32 = COLOR_BLACK}}; in TestScrollBackgroundColor002() local
45 ArkUI_NumberValue value[] = {{.u32 = COLOR_WHITE}}; in TestScrollBackgroundColor003() local
[all...]

Completed in 6 milliseconds

1...<<31323334353637383940>>...507